Skip to content

Commit

Permalink
update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed May 17, 2024
1 parent e0aa6aa commit 50d8f63
Show file tree
Hide file tree
Showing 2 changed files with 791 additions and 525 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,44 +15,44 @@
"test": "node --experimental-vm-modules $(yarn bin jest) -c jest.config.js"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@reduxjs/toolkit": "^2.2.3",
"@reduxjs/toolkit": "^2.2.5",
"@vitejs/plugin-react": "^4.2.1",
"@vituum/vite-plugin-liquid": "^1.1.0",
"@yarnpkg/pnpify": "^4.0.1",
"@yarnpkg/pnpify": "^4.1.0",
"classnames": "^2.5.1",
"clipboard": "^2.0.11",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"formik": "^2.4.5",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"formik": "^2.4.6",
"highlight.js": "^11.9.0",
"jest": "^29.7.0",
"lodash": "^4.17.21",
"normalize.css": "^8.0.1",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"postcss-load-config": "^5.0.3",
"postcss-preset-env": "^9.5.4",
"postcss-load-config": "^5.1.0",
"postcss-preset-env": "^9.5.13",
"prettier": "^3.2.5",
"prop-types": "^15.8.1",
"react-redux": "^9.1.0",
"react-router": "^6.22.3",
"react-router-dom": "^6.22.3",
"react-redux": "^9.1.2",
"react-router": "^6.23.1",
"react-router-dom": "^6.23.1",
"redux-logger": "^3.0.6",
"vite": "^5.2.8",
"vite-plugin-pwa": "^0.19.7",
"vite": "^5.2.11",
"vite-plugin-pwa": "^0.20.0",
"vituum": "^1.1.0",
"workbox-core": "^7.0.0",
"workbox-precaching": "^7.0.0",
"workbox-webpack-plugin": "^7.0.0",
"workbox-window": "^7.0.0",
"workbox-core": "^7.1.0",
"workbox-precaching": "^7.1.0",
"workbox-webpack-plugin": "^7.1.0",
"workbox-window": "^7.1.0",
"yup": "^1.4.0"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit 50d8f63

Please sign in to comment.