Skip to content

Commit 4c1ac5d

Browse files
authored
chore: try fix test (#8974)
* Revert "feat: add nwsapi dependency and update related tests and snapshots" This reverts commit e8f9029. # Conflicts: # pnpm-lock.yaml * chore: update pnpm-lock.yaml * chore: bump jsdom * chore: remove * chore: bump antd * chore: update * chore: update snap
1 parent 0ddf168 commit 4c1ac5d

File tree

5 files changed

+317
-223
lines changed

5 files changed

+317
-223
lines changed

package.json

+3-6
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"@umijs/utils": "^4.4.4",
9595
"@vitest/coverage-istanbul": "^2.1.8",
9696
"animated-scroll-to": "^2.3.0",
97-
"antd": "^5.23.0",
97+
"antd": "^5.23.1",
9898
"antd-style": "^3.7.1",
9999
"babel-loader": "^9.2.1",
100100
"babel-types": "^6.26.0",
@@ -121,7 +121,7 @@
121121
"inquirer": "^8.2.6",
122122
"jest-canvas-mock": "^2.5.2",
123123
"jest-fetch-mock": "^3.0.3",
124-
"jsdom": "^25.0.1",
124+
"jsdom": "^26.0.0",
125125
"lerna": "^3.22.1",
126126
"lint-staged": "^10.5.4",
127127
"lodash": "^4.17.21",
@@ -176,8 +176,5 @@
176176
"commit-msg": "fabric verify-commit"
177177
},
178178
"packageManager": "[email protected]",
179-
"version": "",
180-
"dependencies": {
181-
"nwsapi": "2.2.13"
182-
}
179+
"version": ""
183180
}

0 commit comments

Comments
 (0)