Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 23, 2024
1 parent a0b92f3 commit 458e1cd
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
Binary file modified bun.lockb
Binary file not shown.
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,69 +5,69 @@
"private": true,
"type": "module",
"dependencies": {
"@reduxjs/toolkit": "2.2.7",
"@reduxjs/toolkit": "2.3.0",
"@tinymce/tinymce-react": "5.1.1",
"@vitejs/plugin-react-swc": "3.7.0",
"@vitejs/plugin-react-swc": "3.7.1",
"million": "3.1.11",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-redux": "9.1.2",
"react-router": "6.26.2",
"react-router-dom": "6.26.2",
"react-router": "6.28.0",
"react-router-dom": "6.28.0",
"react-router-hash-link": "2.4.3",
"react-toastify": "10.0.5",
"react-toastify": "10.0.6",
"styled-components": "6.1.13",
"vite": "5.4.8",
"vite-plugin-svgr": "4.2.0",
"vite-tsconfig-paths": "5.0.1",
"workbox-cacheable-response": "7.1.0",
"workbox-core": "7.1.0",
"workbox-expiration": "7.1.0",
"workbox-navigation-preload": "7.1.0",
"workbox-precaching": "7.1.0",
"workbox-range-requests": "7.1.0",
"workbox-routing": "7.1.0",
"workbox-strategies": "7.1.0",
"workbox-window": "7.1.0"
"vite": "5.4.11",
"vite-plugin-svgr": "4.3.0",
"vite-tsconfig-paths": "5.1.3",
"workbox-cacheable-response": "7.3.0",
"workbox-core": "7.3.0",
"workbox-expiration": "7.3.0",
"workbox-navigation-preload": "7.3.0",
"workbox-precaching": "7.3.0",
"workbox-range-requests": "7.3.0",
"workbox-routing": "7.3.0",
"workbox-strategies": "7.3.0",
"workbox-window": "7.3.0"
},
"devDependencies": {
"@eslint/js": "9.11.1",
"@million/lint": "1.0.0-rc.84",
"@testing-library/jest-dom": "6.5.0",
"@eslint/js": "9.15.0",
"@million/lint": "1.0.12",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/bun": "1.1.10",
"@types/node": "22.7.0",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"@types/bun": "1.1.13",
"@types/node": "22.9.3",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-router": "5.1.20",
"@types/react-router-dom": "5.3.3",
"@types/react-router-hash-link": "2.4.9",
"@vitest/coverage-v8": "2.1.1",
"eslint": "9.11.1",
"@vitest/coverage-v8": "2.1.5",
"eslint": "9.15.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "4.6.2",
"jest-styled-components": "7.2.0",
"jsdom": "25.0.1",
"postcss-styled-syntax": "0.6.4",
"postcss-styled-syntax": "0.7.0",
"prettier": "3.3.3",
"prettier-eslint": "16.3.0",
"stylelint": "16.9.0",
"stylelint": "16.10.0",
"stylelint-config-clean-order": "6.1.0",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-recommended": "14.0.1",
"stylelint-config-standard": "36.0.1",
"stylelint-order": "6.0.4",
"stylelint-prettier": "5.0.2",
"typescript": "5.6.2",
"typescript-eslint": "8.7.0",
"vite-plugin-pwa": "0.20.5",
"vitest": "2.1.1",
"typescript": "5.7.2",
"typescript-eslint": "8.15.0",
"vite-plugin-pwa": "0.21.0",
"vitest": "2.1.5",
"vitest-matchmedia-mock": "1.0.6"
},
"scripts": {
Expand Down

0 comments on commit 458e1cd

Please sign in to comment.