Skip to content

Commit 5e03174

Browse files
committed
refactor: remove oxc-parser
1 parent 99ddb20 commit 5e03174

File tree

9 files changed

+1579
-1555
lines changed

9 files changed

+1579
-1555
lines changed

package.json

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-reactivity-function",
33
"version": "1.1.9",
4-
"packageManager": "pnpm@10.8.0",
4+
"packageManager": "pnpm@10.12.4",
55
"description": "Reactivity function.",
66
"type": "module",
77
"keywords": [
@@ -105,43 +105,47 @@
105105
"prepublishOnly": "pnpm run build"
106106
},
107107
"dependencies": {
108-
"@nuxt/kit": "^3.17.1",
109-
"@nuxt/schema": "^3.17.1",
110-
"@typescript-eslint/scope-manager": "^8.31.1",
111-
"@vue-macros/common": "3.0.0-beta.10",
108+
"@nuxt/kit": "^3.17.5",
109+
"@nuxt/schema": "^3.17.5",
110+
"@vue-macros/common": "3.0.0-beta.15",
112111
"estree-walker": "2.0.2",
113-
"oxc-parser": "^0.67.0",
114-
"ts-macro": "^0.1.25",
115-
"unplugin": "^2.3.2"
112+
"ts-macro": "^0.1.34",
113+
"unplugin": "^2.3.5"
116114
},
117115
"devDependencies": {
118-
"@babel/types": "^7.27.1",
116+
"@babel/types": "^7.27.7",
119117
"@sxzz/eslint-config": "^6.2.0",
120-
"@sxzz/prettier-config": "^2.2.1",
121-
"@ts-macro/tsc": "^0.1.25",
118+
"@sxzz/prettier-config": "^2.2.3",
119+
"@ts-macro/tsc": "^0.1.34",
122120
"@types/babel__traverse": "^7.20.7",
123121
"@types/eslint": "^9.6.1",
124-
"@types/node": "^22.15.3",
125-
"@typescript-eslint/types": "^8.31.1",
126-
"@typescript-eslint/utils": "^8.31.1",
122+
"@types/node": "^22.15.34",
123+
"@typescript-eslint/scope-manager": "^8.35.1",
124+
"@typescript-eslint/types": "^8.35.0",
125+
"@typescript-eslint/utils": "^8.35.0",
127126
"@vue-macros/reactivity-transform": "3.0.0-beta.10",
128127
"@vue-macros/test-utils": "3.0.0-beta.10",
129-
"bumpp": "^10.1.0",
128+
"bumpp": "^10.2.0",
130129
"change-case": "^5.4.4",
131-
"eslint": "^9.26.0",
130+
"eslint": "^9.30.0",
132131
"eslint-define-config": "^2.1.0",
133132
"fast-glob": "^3.3.3",
134-
"prettier": "^3.5.3",
133+
"prettier": "^3.6.2",
135134
"tsdown": "0.11.0-beta.2",
136-
"tsup": "^8.4.0",
137-
"tsx": "^4.19.4",
135+
"tsup": "^8.5.0",
136+
"tsx": "^4.20.3",
138137
"typescript": "^5.8.3",
139-
"vite": "^6.3.4",
140-
"vitest": "^3.1.2",
141-
"vue": "^3.5.13"
138+
"vite": "^6.3.5",
139+
"vitest": "^3.2.4",
140+
"vue": "^3.5.17"
142141
},
143142
"engines": {
144143
"node": ">=16.14.0"
145144
},
145+
"pnpm": {
146+
"overrides": {
147+
"ast-kit": "^2.1.1"
148+
}
149+
},
146150
"prettier": "@sxzz/prettier-config"
147151
}

playground/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@
1010
"typecheck": "vue-tsc --noEmit"
1111
},
1212
"dependencies": {
13-
"@vueuse/core": "^13.1.0",
13+
"@vueuse/core": "^13.4.0",
1414
"ofetch": "^1.4.1",
15-
"pinia": "^3.0.2",
16-
"vue": "^3.5.13"
15+
"pinia": "^3.0.3",
16+
"vue": "^3.5.17"
1717
},
1818
"devDependencies": {
19-
"@rollup/plugin-commonjs": "^28.0.3",
19+
"@rollup/plugin-commonjs": "^28.0.6",
2020
"@rollup/plugin-node-resolve": "^16.0.1",
21-
"@vitejs/plugin-vue": "^5.2.3",
22-
"@vitejs/plugin-vue-jsx": "^4.1.2",
23-
"esbuild": "^0.25.3",
21+
"@vitejs/plugin-vue": "^5.2.4",
22+
"@vitejs/plugin-vue-jsx": "^4.2.0",
23+
"esbuild": "^0.25.5",
2424
"npm-run-all": "^4.1.5",
25-
"rollup": "^4.40.1",
25+
"rollup": "^4.44.1",
2626
"rollup-plugin-esbuild": "^6.2.1",
27-
"type-fest": "^4.40.1",
27+
"type-fest": "^4.41.0",
2828
"typescript": "~5.8.3",
2929
"unocss": "66.1.0-beta.13",
30-
"vite": "^6.3.4",
31-
"vite-plugin-inspect": "^11.0.1",
30+
"vite": "^6.3.5",
31+
"vite-plugin-inspect": "^11.3.0",
3232
"vue-tsc": "2.2.10"
3333
}
3434
}

0 commit comments

Comments
 (0)