Skip to content

Commit

Permalink
update dependencies (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
cabbage-cart authored Oct 29, 2024
1 parent 5abdc00 commit 605cdd1
Show file tree
Hide file tree
Showing 2 changed files with 2,054 additions and 7,374 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.3.3",
"babel-core": "^7.0.0-bridge",
"babel-jest": "^24.1.0",
"babel-plugin-dynamic-import-node": "^2.2.0",
"jest": "^24.9.0",
"next": "^9.0.0",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-test-renderer": "^16.8.3"
"@babel/core": "^7.26.0",
"@babel/runtime": "^7.26.0",
"babel-jest": "^29.7.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
"jest": "^29.7.0",
"next": "^14.2.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-test-renderer": "^18.3.1"
}
}
Loading

0 comments on commit 605cdd1

Please sign in to comment.