Skip to content

Commit

Permalink
feat: Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed May 30, 2024
1 parent bf501fa commit a44bae6
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 170 deletions.
1 change: 0 additions & 1 deletion app/js/utils/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* @description Ajax 请求封装
*/

import 'whatwg-fetch';
import { isObject, serialize } from './utils';

export type Body = Query | BodyInit | null;
Expand Down
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@ant-design/plots": "^2.2.2",
"@nuintun/qrcode": "^4.1.2",
"@swc/helpers": "^0.5.11",
"antd": "^5.17.3",
"antd": "^5.17.4",
"classnames": "^2.5.1",
"core-js": "^3.37.1",
"dayjs": "^1.11.11",
Expand All @@ -34,13 +34,12 @@
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-nest-router": "^0.19.15",
"throttle-debounce": "^5.0.0",
"whatwg-fetch": "^3.6.20"
"throttle-debounce": "^5.0.0"
},
"devDependencies": {
"@nuintun/svgo-loader": "^0.2.7",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.13",
"@swc/core": "^1.5.7",
"@swc/core": "^1.5.24",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/throttle-debounce": "^5.0.2",
Expand All @@ -56,11 +55,11 @@
"koa-compress": "^5.1.1",
"memfs": "^4.9.2",
"mini-css-extract-plugin": "^2.9.0",
"nodemon": "^3.1.1",
"nodemon": "^3.1.2",
"postcss": "^8.4.38",
"postcss-loader": "^8.1.1",
"prettier": "^3.2.5",
"sass": "^1.77.2",
"sass": "^1.77.3",
"sass-loader": "^14.2.1",
"svgc-loader": "^0.2.7",
"swc-loader": "^0.2.6",
Expand Down
Loading

0 comments on commit a44bae6

Please sign in to comment.