Skip to content

Commit

Permalink
chore: modify react package version tilde to caret
Browse files Browse the repository at this point in the history
  • Loading branch information
LTakhyunKim committed May 9, 2024
1 parent 6987dda commit 7de9fd3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"polylabel": "^1.1.0",
"prismjs": "^1.28.0",
"re-resizable": "^6.9.9",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-resize-detector": "^10.0.1",
"regenerator-runtime": "0.13.7",
"rxjs": "^7.5.5",
Expand Down Expand Up @@ -76,8 +76,8 @@
"@types/node": "18.7.5",
"@types/point-in-polygon": "^1.1.1",
"@types/polylabel": "^1.0.5",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"babel-jest": "27.5.1",
Expand All @@ -95,8 +95,8 @@
"lint-staged": "^13.0.3",
"nx": "14.5.7",
"prettier": "^2.6.2",
"react-is": "~18.2.0",
"react-test-renderer": "~18.2.0",
"react-is": "^18.2.0",
"react-test-renderer": "18.2.0",
"ts-jest": "27.1.4",
"ts-node": "10.9.1",
"typescript": "~4.7.2"
Expand Down

0 comments on commit 7de9fd3

Please sign in to comment.