We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1416c8f commit 9aedf07Copy full SHA for 9aedf07
package.json
@@ -23,8 +23,8 @@
23
"test": "pnpm lint && vitest run --coverage"
24
},
25
"devDependencies": {
26
- "@babel/core": "^7.22.5",
27
- "@babel/plugin-proposal-decorators": "^7.22.5",
+ "@babel/core": "^7.22.6",
+ "@babel/plugin-proposal-decorators": "^7.22.6",
28
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
29
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
30
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
@@ -50,7 +50,7 @@
50
"config": "^3.3.9",
51
"create-require": "^1.1.1",
52
"cross-env": "^7.0.3",
53
- "destr": "^1.2.2",
+ "destr": "^2.0.0",
54
"escape-string-regexp": "^5.0.0",
55
"eslint": "^8.44.0",
56
"eslint-config-unjs": "^0.2.1",
0 commit comments