Skip to content

Commit

Permalink
feat: Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Mar 28, 2024
1 parent dd87c50 commit 4bad3dd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion app/js/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if (__DEV__) {

import(
// webpackMode: 'eager'
'webpack-dev-service/events'
'webpack-dev-service/client'
).then(({ on }) => {
on('ok', ({ timestamp }) => {
console.log(`[HMR] App is up to date at ${new Date(timestamp).toLocaleString()}`);
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@ant-design/cssinjs": "^1.18.5",
"@ant-design/icons": "^5.3.5",
"@ant-design/plots": "^1.2.6",
"@swc/helpers": "^0.5.7",
"@swc/helpers": "^0.5.8",
"antd": "^5.15.4",
"classnames": "^2.5.1",
"core-js": "^3.36.1",
Expand Down Expand Up @@ -82,7 +82,7 @@
"utf-8-validate": "^6.0.3",
"webpack": "^5.91.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-dev-service": "^0.9.0"
"webpack-dev-service": "^0.10.1"
},
"overrides": {
"ws": "^8.0.0"
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4bad3dd

Please sign in to comment.