Skip to content

Commit a16ef0c

Browse files
chore: Fix some deps to with exact version & Add a config save-exact=true in .npmrc (#184)
1 parent a40ef81 commit a16ef0c

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
save-exact=true

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"react": "18.2.0",
2323
"react-dom": "18.2.0",
2424
"react-i18next": "11.18.6",
25-
"react-rewards": "^2.0.4",
25+
"react-rewards": "2.0.4",
2626
"swr": "2.0.3",
2727
"use-local-storage-state": "18.1.1",
28-
"zod": "^3.21.4"
28+
"zod": "3.21.4"
2929
},
3030
"devDependencies": {
3131
"@babel/core": "7.19.3",
@@ -49,7 +49,7 @@
4949
"lint-staged": "13.0.3",
5050
"prettier": "2.7.1",
5151
"storybook-addon-material-ui5": "1.0.0",
52-
"storybook-addon-next": "^1.6.9",
52+
"storybook-addon-next": "1.6.9",
5353
"typescript": "4.8.2"
5454
},
5555
"lint-staged": {

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9834,7 +9834,7 @@ react-refresh@^0.11.0:
98349834
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.11.0.tgz#77198b944733f0f1f1a90e791de4541f9f074046"
98359835
integrity sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==
98369836

9837-
react-rewards@^2.0.4:
9837+
98389838
version "2.0.4"
98399839
resolved "https://registry.yarnpkg.com/react-rewards/-/react-rewards-2.0.4.tgz#617f6c1bb591f74bb0e0455cc6ff355ee6d36665"
98409840
integrity sha512-Lw7gIhD8yPDzC6boaVmcXwuTHRLSLAdqB3kZc+29YWvdHWsuc3fdAZlxI8Cm8fvD8fhP+3JkZBtzX224czw15w==
@@ -10752,7 +10752,7 @@ [email protected]:
1075210752
js-beautify "^1.8.9"
1075310753
react-inspector "^2.3.1"
1075410754

10755-
storybook-addon-next@^1.6.9:
10755+
1075610756
version "1.6.9"
1075710757
resolved "https://registry.yarnpkg.com/storybook-addon-next/-/storybook-addon-next-1.6.9.tgz#ee88b522fa294a5144891c8439300eb7a67b014d"
1075810758
integrity sha512-MrzR+Zw4Dzl0mh5C8xPW4suUqh+Sh6/iEXGU5ehW9e1TMavlFbic84xTErHsKrIYNb4jpExsYob4hlhzLqxOjw==
@@ -12045,7 +12045,7 @@ yocto-queue@^0.1.0:
1204512045
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
1204612046
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
1204712047

12048-
zod@^3.21.4:
12048+
1204912049
version "3.21.4"
1205012050
resolved "https://registry.yarnpkg.com/zod/-/zod-3.21.4.tgz#10882231d992519f0a10b5dd58a38c9dabbb64db"
1205112051
integrity sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==

0 commit comments

Comments
 (0)