Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nanxiaobei committed Dec 29, 2023
1 parent d169f44 commit 4d2af9e
Show file tree
Hide file tree
Showing 2 changed files with 1,257 additions and 1,100 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,32 +32,32 @@
},
"dependencies": {
"compare-versions": "6.1.0",
"react-easy-crop": "^5.0.2",
"react-easy-crop": "^5.0.4",
"tslib": "^2.6.2"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-typescript": "^11.1.5",
"@types/node": "^20.10.0",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.0",
"antd": "^5.11.5",
"@types/node": "^20.10.5",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"antd": "^5.12.5",
"autoprefixer": "^10.4.16",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.7",
"prettier-plugin-tailwindcss": "^0.5.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "4.6.0",
"rollup": "4.9.1",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-postcss": "^4.0.2",
"tailwindcss": "^3.3.5",
"typescript": "^5.3.2",
"vite": "^5.0.3"
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3",
"vite": "^5.0.10"
}
}
Loading

0 comments on commit 4d2af9e

Please sign in to comment.