Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Harry Chen <harry-chen@outlook.com>
  • Loading branch information
Harry-Chen committed Oct 22, 2023
1 parent a04d8f5 commit 4e9daa1
Show file tree
Hide file tree
Showing 2 changed files with 318 additions and 126 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,29 +28,29 @@
"@samrum/vite-plugin-web-extension": "^5.0.0",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@types/node": "^20.7.0",
"@types/randomstring": "^1.1.8",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.7",
"@types/redux-logger": "^3.0.9",
"@types/webextension-polyfill": "^0.10.4",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@types/node": "^20.8.7",
"@types/randomstring": "^1.1.10",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@types/redux-logger": "^3.0.11",
"@types/webextension-polyfill": "^0.10.5",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vitejs/plugin-react-swc": "^3.4.0",
"eslint": "^8.50.0",
"eslint": "^8.52.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"prettier": "^3.0.3",
"randomstring": "^1.3.0",
"remark-mdx-images": "^2.0.0",
"remark-unwrap-images": "^4.0.0",
"rollup-plugin-visualizer": "^5.9.2",
"terser": "^5.20.0",
"terser": "^5.22.0",
"typescript": "^5.2.2",
"unplugin-icons": "^0.17.0",
"vite": "^4.4.9",
"unplugin-icons": "^0.17.1",
"vite": "^4.5.0",
"vite-plugin-zip-pack": "^1.0.6",
"web-ext": "^7.7.0"
"web-ext": "^7.8.0"
},
"dependencies": {
"@emotion/react": "^11.11.1",
Expand All @@ -59,8 +59,8 @@
"@lingui/core": "^4.5.0",
"@lingui/macro": "^4.5.0",
"@lingui/react": "^4.5.0",
"@mui/material": "^5.14.11",
"@reduxjs/toolkit": "^1.9.6",
"@mui/material": "^5.14.14",
"@reduxjs/toolkit": "^1.9.7",
"classnames": "^2.3.2",
"compare-versions": "^6.1.0",
"fake-parse5": "^0.0.1",
Expand All @@ -71,7 +71,7 @@
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"react-iframe": "^1.8.5",
"react-redux": "^8.1.2",
"react-redux": "^8.1.3",
"redux-logger": "^3.0.6",
"thu-learn-lib": "^3.1.3",
"webextension-polyfill": "^0.10.0"
Expand Down

0 comments on commit 4e9daa1

Please sign in to comment.