Skip to content

Commit

Permalink
refactor: update reply version
Browse files Browse the repository at this point in the history
  • Loading branch information
liushuangls committed Oct 18, 2023
1 parent 6b8ea5c commit 512ac3a
Show file tree
Hide file tree
Showing 3 changed files with 756 additions and 617 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,36 +8,36 @@
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "~5.1.4",
"@types/file-saver": "~2.0.5",
"antd": "~5.6.4",
"@ant-design/icons": "^5.2.6",
"antd": "^5.10.1",
"crypto-js": "^4.1.1",
"date-fns": "~2.30.0",
"file-saver": "~2.0.5",
"jwt-decode": "~3.1.2",
"lodash": "~4.17.21",
"qrcode.react": "~3.1.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react-router-dom": "~6.13.0",
"yaml": "^2.3.2"
"date-fns": "^2.30.0",
"file-saver": "^2.0.5",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.17.0",
"yaml": "^2.3.3"
},
"devDependencies": {
"@types/crypto-js": "^4.1.2",
"@types/lodash": "~4.14.198",
"@types/react": "~18.2.21",
"@types/react-dom": "~18.2.7",
"@typescript-eslint/eslint-plugin": "~5.60.1",
"@typescript-eslint/parser": "~5.60.1",
"@vitejs/plugin-react": "~4.0.4",
"eslint": "~8.43.0",
"eslint-config-standard": "~17.1.0",
"eslint-plugin-import": "~2.27.5",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-promise": "~6.1.1",
"eslint-plugin-react": "~7.32.2",
"eslint-plugin-unused-imports": "~2.0.0",
"@types/file-saver": "^2.0.6",
"@types/lodash": "^4.14.199",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^4.1.0",
"eslint": "^8.51.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-unused-imports": "^2.0.0",
"typescript": "^5.2.2",
"vite": "^4.4.9"
"vite": "^4.4.11"
}
}
Loading

0 comments on commit 512ac3a

Please sign in to comment.