Skip to content

Commit

Permalink
chore: Fix some deps to with exact version & Add a config `save-exact…
Browse files Browse the repository at this point in the history
…=true` in `.npmrc` (#184)
  • Loading branch information
taigakiyokawa authored Apr 2, 2023
1 parent a40ef81 commit a16ef0c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
save-exact=true
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "11.18.6",
"react-rewards": "^2.0.4",
"react-rewards": "2.0.4",
"swr": "2.0.3",
"use-local-storage-state": "18.1.1",
"zod": "^3.21.4"
"zod": "3.21.4"
},
"devDependencies": {
"@babel/core": "7.19.3",
Expand All @@ -49,7 +49,7 @@
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"storybook-addon-material-ui5": "1.0.0",
"storybook-addon-next": "^1.6.9",
"storybook-addon-next": "1.6.9",
"typescript": "4.8.2"
},
"lint-staged": {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9834,7 +9834,7 @@ react-refresh@^0.11.0:
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.11.0.tgz#77198b944733f0f1f1a90e791de4541f9f074046"
integrity sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==

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

storybook-addon-next@^1.6.9:
[email protected]:
version "1.6.9"
resolved "https://registry.yarnpkg.com/storybook-addon-next/-/storybook-addon-next-1.6.9.tgz#ee88b522fa294a5144891c8439300eb7a67b014d"
integrity sha512-MrzR+Zw4Dzl0mh5C8xPW4suUqh+Sh6/iEXGU5ehW9e1TMavlFbic84xTErHsKrIYNb4jpExsYob4hlhzLqxOjw==
Expand Down Expand Up @@ -12045,7 +12045,7 @@ yocto-queue@^0.1.0:
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==

zod@^3.21.4:
[email protected]:
version "3.21.4"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.21.4.tgz#10882231d992519f0a10b5dd58a38c9dabbb64db"
integrity sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==
Expand Down

0 comments on commit a16ef0c

Please sign in to comment.