Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 30, 2024
1 parent 7ed4bcd commit f6b128b
Show file tree
Hide file tree
Showing 2 changed files with 242 additions and 490 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-isolated-decl",
"version": "0.10.3",
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"description": "A blazing-fast tool for generating isolated declarations.",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -101,14 +101,14 @@
"@rollup/pluginutils": "^5.1.4",
"debug": "^4.4.0",
"magic-string": "^0.30.17",
"oxc-parser": "^0.43.0",
"oxc-parser": "^0.44.0",
"unplugin": "^2.1.0"
},
"devDependencies": {
"@farmfe/core": "^1.6.0",
"@oxc-project/types": "^0.43.0",
"@farmfe/core": "^1.6.2",
"@oxc-project/types": "^0.44.0",
"@rollup/plugin-alias": "^5.1.1",
"@swc/core": "^1.10.1",
"@swc/core": "^1.10.3",
"@sxzz/eslint-config": "^4.5.1",
"@sxzz/prettier-config": "^2.0.2",
"@sxzz/test-utils": "^0.3.11",
Expand All @@ -118,7 +118,7 @@
"esbuild": "^0.24.2",
"eslint": "^9.17.0",
"fast-glob": "^3.3.2",
"oxc-transform": "^0.43.0",
"oxc-transform": "^0.44.0",
"prettier": "^3.4.2",
"rolldown": "nightly",
"rollup": "^4.29.1",
Expand All @@ -127,7 +127,7 @@
"tsdown": "^0.5.2",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vite": "^6.0.5",
"vite": "^6.0.6",
"vitest": "^2.1.8"
},
"engines": {
Expand Down
Loading

0 comments on commit f6b128b

Please sign in to comment.