From fe4ee00de12ad24886e7d2744056d16e94b7cca5 Mon Sep 17 00:00:00 2001 From: humanman Date: Thu, 14 Sep 2023 10:11:07 -0400 Subject: [PATCH 1/2] updated React dependency --- website/package-lock.json | 13 ++++++++----- website/yarn.lock | 6 +++--- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 30d0166..290c3e9 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -4689,9 +4689,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001450", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001450.tgz", - "integrity": "sha512-qMBmvmQmFXaSxexkjjfMvD5rnDL0+m+dUMZKoDYsGG8iZN29RuYh9eRoMvKsT6uMAWlyUUGDEQGJJYjzCIO9ew==", + "version": "1.0.30001534", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001534.tgz", + "integrity": "sha512-vlPVrhsCS7XaSh2VvWluIQEzVhefrUQcEsQWSS5A5V+dM07uv1qHeQzAOTGIMy9i3e9bH15+muvI/UHojVgS/Q==", "funding": [ { "type": "opencollective", @@ -4700,9 +4700,12 @@ { "type": "tidelift", "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" } - ], - "license": "CC-BY-4.0" + ] }, "node_modules/ccount": { "version": "1.1.0", diff --git a/website/yarn.lock b/website/yarn.lock index 0cacc04..be25212 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -2823,9 +2823,9 @@ caniuse-api@^3.0.0: lodash.uniq "^4.5.0" caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001426, caniuse-lite@^1.0.30001449: - version "1.0.30001450" - resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001450.tgz" - integrity sha512-qMBmvmQmFXaSxexkjjfMvD5rnDL0+m+dUMZKoDYsGG8iZN29RuYh9eRoMvKsT6uMAWlyUUGDEQGJJYjzCIO9ew== + version "1.0.30001534" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001534.tgz" + integrity sha512-vlPVrhsCS7XaSh2VvWluIQEzVhefrUQcEsQWSS5A5V+dM07uv1qHeQzAOTGIMy9i3e9bH15+muvI/UHojVgS/Q== ccount@^1.0.0: version "1.1.0" From 78aaedc9487c2dbb1e7bd4598a4a125c206fc473 Mon Sep 17 00:00:00 2001 From: humanman Date: Thu, 14 Sep 2023 10:11:27 -0400 Subject: [PATCH 2/2] removed jsx --- wiki/development/best-practices.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/wiki/development/best-practices.md b/wiki/development/best-practices.md index b975f3c..1e8aa0d 100644 --- a/wiki/development/best-practices.md +++ b/wiki/development/best-practices.md @@ -4,6 +4,7 @@ description: Playbook for NEAR development at every stage sidebar_position: 2 --- +# Best Practices ## Pre-Development @@ -13,6 +14,7 @@ sidebar_position: 2 * Design [Smart Contracts](https://docs.near.org/develop/quickstart-guide): Plan your smart contracts in advance. Remember that smart contract updates can be complex on blockchain, so good initial design is crucial. Some source code examples can be found at this [Github repo](https://github.com/near/near-sdk-js/tree/develop/examples/src). Please visit this link to learn more about how to “[upgrade NEAR smart contracts](https://docs.near.org/tutorials/nfts/upgrade-contract)”. * Select the Right Tools: NEAR provides Rust and Javascript for smart contract development. Choose based on your team's expertise and project requirements. + ## Development Stage @@ -53,6 +55,7 @@ sidebar_position: 2 1. Through tools such as [NEAR CLI](https://docs.near.org/tools/near-cli) or [near-api-js](https://docs.near.org/tools/near-api-js/quick-reference) (requires the account's [full access key](https://docs.near.org/concepts/basics/accounts/access-keys)). 2. Programmatically, by implementing a method that [takes the new code and deploys it](https://docs.near.org/develop/upgrade#programmatic-update). + ## Community Resources @@ -61,13 +64,14 @@ sidebar_position: 2 * Join NEAR community channels to stay up to date about NEAR: 3. Technical docs - [https://docs.near.org/](https://docs.near.org/) 4. Github - [https://github.com/near](https://github.com/near) - 5. Telegram - [t.me/cryptonear](https://t.co/qwGrKk951Z) + 5. Telegram - [t.me/cryptonear](https://t.co/qwGrKk951Z) 6. Community - [https://t.me/nearprotocolnews](https://t.me/nearprotocolnews) (announcements) - 7. Discord - [near.chat](https://t.co/orPJHp4ZcC) + 7. Discord - [near.chat](https://t.co/orPJHp4ZcC) 8. Blockchain Operating System -[ near.org](https://near.org/) 9. Twitter - [https://twitter.com/NEARProtocol](https://twitter.com/NEARProtocol) 10. Companies & projects building on NEAR - [NEAR Horizon](https://near.org/nearhorizon.near/widget/Index) + --- -_Queries and suggestions ! email us [blockchain-success@near.foundation](mailto:blockchain-success@near.foundation)_ +_Queries and suggestions ! email us [blockchain-success@near.foundation](mailto:blockchain-success@near.foundation)_ \ No newline at end of file