Skip to content

Commit

Permalink
Upgrades JavaScript dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lukbukkit committed Sep 4, 2023
1 parent 0b6c397 commit 54500df
Show file tree
Hide file tree
Showing 2 changed files with 2,379 additions and 2,003 deletions.
14 changes: 7 additions & 7 deletions resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"dependencies": {
"@geist-ui/core": "~2.3.8",
"@geist-ui/icons": "^1.0.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.0.0",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.0.4",
"@types/jest": "^29.2.5",
"@types/node": "^18.7.9",
"@types/node": "^20.5.9",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"install": "^0.13.0",
Expand All @@ -22,15 +22,15 @@
"react-git-info": "^2.0.0",
"react-intersection-observer": "^9.2.2",
"react-scripts": "5.0.1",
"typescript": "^4.6.3",
"typescript": "~5.1.0",
"web-vitals": "^3.1.0"
},
"devDependencies": {
"prettier": "^2.6.2"
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"prettier": "^3.0.3"
},
"resolutions": {
"nth-check": "^2.0.1",
"json5": "^2.2.2"
"nth-check": "^2.0.1"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading

0 comments on commit 54500df

Please sign in to comment.