Skip to content
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.

Commit

Permalink
📦 feat: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsuwwz committed Mar 14, 2022
1 parent 30f7c89 commit 6da752f
Show file tree
Hide file tree
Showing 2 changed files with 415 additions and 395 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"antd": "^4.18.7",
"antd": "^4.19.2",
"axios": "^0.24.0",
"classnames": "^2.3.1",
"js-cookie": "^3.0.1",
Expand All @@ -66,29 +66,29 @@
"@sucrase/jest-plugin": "^2.2.0",
"@testing-library/dom": "^8.11.3",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.0",
"@types/jest": "^27.4.1",
"@types/js-cookie": "^3.0.1",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.18",
"@types/lodash": "^4.14.179",
"@types/node": "^17.0.21",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/react-redux": "^7.1.22",
"@types/react": "^17.0.40",
"@types/react-dom": "^17.0.13",
"@types/react-redux": "^7.1.23",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"babel-jest": "^27.5.1",
"babel-plugin-transform-vite-meta-env": "^1.0.3",
"eslint": "^8.9.0",
"eslint-plugin-react": "^7.28.0",
"eslint": "^8.11.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"sass": "^1.49.8",
"typescript": "^4.5.5",
"vite": "^2.8.4"
"sass": "^1.49.9",
"typescript": "^4.6.2",
"vite": "^2.8.6"
}
}
Loading

0 comments on commit 6da752f

Please sign in to comment.