We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 730fe89 commit 5375c5eCopy full SHA for 5375c5e
package.json
@@ -54,21 +54,21 @@
54
"test:watch": "vitest --watch"
55
},
56
"dependencies": {
57
- "filter-anything": "^3.0.7",
58
- "is-what": "^4.1.15",
59
- "merge-anything": "^5.1.7",
60
- "remove-anything": "^1.0.5"
+ "filter-anything": "^4.0.3",
+ "is-what": "^5.2.0",
+ "merge-anything": "^6.0.4",
+ "remove-anything": "^2.0.3"
61
62
"devDependencies": {
63
- "@antfu/eslint-config": "^0.39.7",
+ "@antfu/eslint-config": "^4.8.1",
64
"@types/lodash": "^4.14.195",
65
"@vitest/coverage-c8": "^0.33.0",
66
- "bumpp": "^9.1.1",
67
- "eslint": "^8.44.0",
68
- "tsup": "^6.7.0",
+ "bumpp": "^10.1.0",
+ "eslint": "^9.22.0",
+ "tsup": "^8.4.0",
69
"typescript": "^5.1.6",
70
"vite": "^4.4.2",
71
- "vitest": "^0.33.0"
+ "vitest": "^3.0.8"
72
73
"publishConfig": {
74
"access": "public"
0 commit comments