Skip to content

Commit

Permalink
chore: 升级electron的版本和redux-toolkit相关依赖的版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Haochen Duan committed Dec 4, 2023
1 parent da61899 commit f228544
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@vercel/ncc": "^0.36.1",
"cross-zip": "^4.0.0",
"electron": "^28.0.0-alpha.2",
"electron": "^28.0.0-beta.11",
"electron-builder": "^24.6.4",
"fs-extra": "^11.1.1",
"glob": "^10.3.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/qqtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@indexeddb-tools/indexeddb": "^1.0.0",
"@indexeddb-tools/indexeddb-redux": "^1.0.0",
"@mdx-js/react": "^2.3.0",
"@reduxjs/toolkit": "^2.0.0-beta.0",
"@reduxjs/toolkit": "^2.0.0",
"@yxim/nim-web-sdk": "^8.9.113",
"antd": "^5.6.4",
"antd-schema-form": "^5.0.1",
Expand All @@ -30,9 +30,9 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-monaco-editor": "^0.53.0",
"react-redux": "^8.1.1",
"react-redux": "^9.0.0",
"react-router-dom": "^6.14.1",
"reselect": "^4.1.8"
"reselect": "^5.0.1"
},
"devDependencies": {
"@mdx-js/loader": "^2.3.0",
Expand All @@ -42,7 +42,7 @@
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"electron": "^28.0.0-alpha.2",
"electron": "^28.0.0-beta.11",
"jest": "^29.6.1",
"monaco-editor-webpack-plugin": "^7.1.0",
"postcss": "^8.4.25",
Expand Down

0 comments on commit f228544

Please sign in to comment.