Skip to content

Commit

Permalink
refactor: migrate from @import to @use for SCSS files and update Vite…
Browse files Browse the repository at this point in the history
… configuration
  • Loading branch information
xjh22222228 committed Dec 28, 2024
1 parent 565301e commit 15f69e9
Show file tree
Hide file tree
Showing 19 changed files with 4,291 additions and 3,261 deletions.
49 changes: 25 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,44 +18,45 @@
"lint": "eslint"
},
"dependencies": {
"@ant-design/icons": "^5.3.7",
"@reduxjs/toolkit": "^2.2.5",
"@ant-design/icons": "^5.5.2",
"@ant-design/v5-patch-for-react-19": "^1.0.3",
"@reduxjs/toolkit": "^2.5.0",
"@toast-ui/editor": "^3.2.2",
"antd": "^5.18.0",
"axios": "^1.7.2",
"antd": "^5.22.7",
"axios": "^1.7.9",
"blueimp-md5": "^2.19.0",
"bytes": "^3.1.2",
"classnames": "^2.5.1",
"dayjs": "^1.11.11",
"dayjs": "^1.11.13",
"lodash": "^4.17.21",
"query-string": "^9.0.0",
"react": "^18.3.1",
"query-string": "^9.1.1",
"react": "^19.0.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.1",
"recharts": "^2.12.7",
"react-dom": "^19.0.0",
"react-redux": "^9.2.0",
"react-router-dom": "^7.1.1",
"recharts": "^2.15.0",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"sass": "^1.77.4",
"sass": "^1.83.0",
"use-keep-state": "^1.3.0"
},
"devDependencies": {
"@types/blueimp-md5": "^2.18.2",
"@types/bytes": "^3.1.4",
"@types/lodash": "^4.17.4",
"@types/node": "^20.14.1",
"@types/react": "^18.3.3",
"@types/bytes": "^3.1.5",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.3.0",
"@types/react-redux": "^7.1.33",
"@types/react-dom": "^19.0.2",
"@types/react-redux": "^7.1.34",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^9.4.0",
"eslint-plugin-react": "7.34.2",
"typescript": "^5.4.5",
"vite": "^5.2.12"
"eslint": "^9.17.0",
"eslint-plugin-react": "7.37.3",
"typescript": "^5.7.2",
"vite": "^6.0.6"
}
}
Loading

0 comments on commit 15f69e9

Please sign in to comment.