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

Commit

Permalink
feat: ✅ upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsuwwz committed Feb 20, 2022
1 parent 9272e2b commit 2b154ce
Show file tree
Hide file tree
Showing 2 changed files with 1,128 additions and 1,041 deletions.
26 changes: 13 additions & 13 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.5",
"antd": "^4.18.7",
"axios": "^0.24.0",
"classnames": "^2.3.1",
"js-cookie": "^3.0.1",
Expand All @@ -58,37 +58,37 @@
"redux-thunk": "^2.4.1"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@redux-devtools/extension": "~3.1.0",
"@sucrase/jest-plugin": "^2.2.0",
"@testing-library/dom": "^8.11.3",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.0",
"@types/js-cookie": "^3.0.1",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.13",
"@types/node": "^17.0.18",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.38",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/react-redux": "^7.1.22",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"babel-jest": "^27.4.6",
"babel-jest": "^27.5.1",
"babel-plugin-transform-vite-meta-env": "^1.0.3",
"eslint": "^8.8.0",
"eslint": "^8.9.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.4.7",
"sass": "^1.49.0",
"jest": "^27.5.1",
"sass": "^1.49.8",
"typescript": "^4.5.5",
"vite": "^2.7.13"
"vite": "^2.8.4"
}
}
Loading

0 comments on commit 2b154ce

Please sign in to comment.