Skip to content

Commit

Permalink
Upgrade package dependencies
Browse files Browse the repository at this point in the history
- react, react-dom
- antd
- eslint related packages
  • Loading branch information
Jaewoook committed Aug 10, 2022
1 parent 17c787a commit 64fb2b7
Show file tree
Hide file tree
Showing 2 changed files with 5,117 additions and 6,434 deletions.
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,30 +18,31 @@
"@types/clipboard": "^2.0.1",
"@types/firefox-webext-browser": "^94.0.1",
"@types/fs-extra": "^9.0.1",
"@types/node": "^14.0.5",
"@types/react": "^17.0.27",
"@types/react-dom": "^17.0.9",
"@types/node": "^18.6.5",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/styled-components": "^5.1.2",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"archiver": "^5.0.0",
"chalk": "^4.1.0",
"cross-env": "^7.0.2",
"eslint": "7",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-react": "^7.20.6",
"eslint": "^8.21.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.30.1",
"fs-extra": "^10.0.0",
"typescript": "^3.9.5"
},
"dependencies": {
"@ant-design/icons": "^4.1.0",
"@sentry/react": "^6.13.3",
"antd": "^4.4.1",
"antd": "^4.22.4",
"axios": "^0.22.0",
"copy-to-clipboard": "^3.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"styled-components": "^5.1.1"
},
"browserslist": {
Expand Down
Loading

0 comments on commit 64fb2b7

Please sign in to comment.