Skip to content

Commit d0b666f

Browse files
authored
chore: fix lockfile
1 parent fb0c785 commit d0b666f

File tree

2 files changed

+50
-12
lines changed

2 files changed

+50
-12
lines changed

package-lock.json

Lines changed: 48 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@
7777
"lint-staged": "^12.4.1",
7878
"parcel": "^2.6.0",
7979
"prettier": "^2.6.2",
80-
"react": "^17.0.0 || ^18.0.0",
80+
"react": "^17.0.0",
81+
"react-dom": "^17.0.0",
8182
"rimraf": "^3.0.2",
8283
"sanity": "^3.0.0-dev-preview.13",
8384
"styled-components": "^5.2.0",

0 commit comments

Comments
 (0)