Skip to content

Commit

Permalink
react 19
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Dec 9, 2024
1 parent c12d828 commit 7c471c3
Show file tree
Hide file tree
Showing 2 changed files with 1,140 additions and 1,760 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"test": "node --experimental-vm-modules $(yarn bin jest) -c jest.config.js"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@reduxjs/toolkit": "^2.4.0",
Expand All @@ -29,8 +29,8 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"formik": "^2.4.6",
"highlight.js": "^11.10.0",
"jest": "^29.7.0",
Expand All @@ -40,20 +40,20 @@
"postcss-import": "^16.1.0",
"postcss-load-config": "^6.0.1",
"postcss-preset-env": "^10.1.1",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"prop-types": "^15.8.1",
"react-redux": "^9.1.2",
"react-router": "^7.0.1",
"react-router-dom": "^7.0.1",
"react-router": "^7.0.2",
"react-router-dom": "^7.0.2",
"redux-logger": "^3.0.6",
"vite": "^6.0.1",
"vite": "^6.0.3",
"vite-plugin-pwa": "^0.21.1",
"vituum": "^1.1.1",
"workbox-core": "^7.3.0",
"workbox-precaching": "^7.3.0",
"workbox-webpack-plugin": "^7.3.0",
"workbox-window": "^7.3.0",
"yup": "^1.4.0"
"yup": "^1.5.0"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 7c471c3

Please sign in to comment.