Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 85fca6f

Browse files
committed
chore(deps-dev): Update devDependencies and peerDependencies
1 parent 43174b4 commit 85fca6f

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@
2323
"build": "tsc --module commonjs"
2424
},
2525
"peerDependecies": {
26-
"react": "^17.0.2"
26+
"react": "=<18.0.0"
2727
},
2828
"dependencies": {
29-
"react": "^17.0.2"
29+
"react": "latest"
3030
},
3131
"devDependencies": {
3232
"@semantic-release/changelog": "^6.0.1",
3333
"@semantic-release/git": "^10.0.1",
34-
"@types/react": "^17.0.41",
35-
"typescript": "^4.6.2"
34+
"@types/react": "^17.0.43",
35+
"typescript": "^4.6.3"
3636
},
3737
"publishConfig": {
3838
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)