Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
davidmz committed Nov 8, 2024
1 parent c74a28c commit dcfb89e
Showing 2 changed files with 1,388 additions and 1,378 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -21,9 +21,9 @@
"focus-visible": "~5.2.1",
"iso-639-1": "~3.1.3",
"keycode-js": "~3.1.0",
"local-storage-fallback": "~4.1.2",
"local-storage-fallback": "~5.0.0",
"lodash-es": "~4.17.21",
"lru-cache": "~11.0.1",
"lru-cache": "~11.0.2",
"memoize-one": "~6.0.0",
"mousetrap": "~1.6.5",
"photoswipe": "~5.4.4",
@@ -38,14 +38,14 @@
"react-redux": "~9.1.2",
"react-router": "~3.2.6",
"react-router-redux": "~4.0.8",
"react-select": "~5.8.1",
"react-select": "~5.8.2",
"react-sortablejs": "~6.1.4",
"react-textarea-autosize": "~8.5.3",
"react-textarea-autosize": "~8.5.4",
"react-use-event-hook": "~0.9.6",
"recharts": "~2.12.7",
"recharts": "~2.13.3",
"redux": "~5.0.1",
"snarkdown": "~2.0.0",
"social-text-tokenizer": "~3.0.0",
"social-text-tokenizer": "~3.1.0",
"socket.io-client": "~2.3.1",
"sortablejs": "~1.15.3",
"tabbable": "~6.2.0",
@@ -56,16 +56,16 @@
"whatwg-fetch": "~3.6.20"
},
"devDependencies": {
"@babel/core": "~7.25.7",
"@babel/eslint-parser": "~7.25.7",
"@babel/preset-react": "~7.25.7",
"@babel/core": "~7.26.0",
"@babel/eslint-parser": "~7.25.9",
"@babel/preset-react": "~7.25.9",
"@gfx/zopfli": "~1.0.15",
"@testing-library/dom": "~10.4.0",
"@testing-library/jest-dom": "~6.5.0",
"@testing-library/jest-dom": "~6.6.3",
"@testing-library/react": "~16.0.1",
"@testing-library/react-hooks": "~8.0.1",
"@testing-library/user-event": "~14.5.2",
"@vitejs/plugin-legacy": "~5.4.2",
"@vitejs/plugin-legacy": "~5.4.3",
"@vitejs/plugin-react-swc": "^3.7.1",
"cross-env": "~7.0.3",
"esbuild": "~0.24.0",
@@ -76,8 +76,8 @@
"eslint-plugin-lodash": "~8.0.0",
"eslint-plugin-prettier": "~5.2.1",
"eslint-plugin-promise": "~7.1.0",
"eslint-plugin-react": "~7.37.1",
"eslint-plugin-react-hooks": "~4.6.2",
"eslint-plugin-react": "~7.37.2",
"eslint-plugin-react-hooks": "~5.0.0",
"eslint-plugin-unicorn": "~56.0.0",
"eslint-plugin-you-dont-need-lodash-underscore": "~6.14.0",
"glob": "~11.0.0",
@@ -92,24 +92,24 @@
"react-test-renderer": "~18.3.1",
"remarkable": "~2.0.1",
"rimraf": "~6.0.1",
"sass": "^1.79.4",
"sass": "^1.80.6",
"sinon": "~19.0.2",
"stylelint": "~16.9.0",
"stylelint": "~16.10.0",
"stylelint-config-prettier": "~9.0.5",
"stylelint-config-standard-scss": "~13.1.0",
"stylelint-prettier": "~5.0.2",
"stylelint-scss": "~6.7.0",
"terser": "~5.34.1",
"stylelint-scss": "~6.8.1",
"terser": "~5.36.0",
"unexpected": "~13.2.1",
"unexpected-react": "~6.0.2",
"unexpected-sinon": "~11.1.0",
"url": "~0.11.4",
"vite": "~5.4.8",
"vite": "~5.4.10",
"vite-plugin-compression": "~0.5.1",
"vite-plugin-generate-file": "~0.2.0",
"vite-plugin-pwa": "^0.20.5",
"vitest": "~2.1.2",
"workbox-window": "^7.1.0"
"vitest": "~2.1.4",
"workbox-window": "^7.3.0"
},
"scripts": {
"start": "vite",
Loading

0 comments on commit dcfb89e

Please sign in to comment.