Skip to content

Commit b7539ba

Browse files
committed
chore: fixed ci error
1 parent 9349ebf commit b7539ba

File tree

6 files changed

+204
-245
lines changed

6 files changed

+204
-245
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: 16.x
2121

2222
- name: Setup
23-
run: npm i -g @vtrbo/ni
23+
run: npm i -g @antfu/ni
2424

2525
- name: Install
2626
run: nci
@@ -45,7 +45,7 @@ jobs:
4545
node-version: ${{ matrix.node }}
4646

4747
- name: Setup
48-
run: npm i -g @vtrbo/ni
48+
run: npm i -g @antfu/ni
4949

5050
- name: Install
5151
run: nci

examples/vite-vue2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"build": "vite build"
66
},
77
"dependencies": {
8-
"vue": "^2.7.14"
8+
"vue": "^3.3.4"
99
},
1010
"devDependencies": {
1111
"@vitejs/plugin-vue2": "^2.2.0",
1212
"typescript": "^5.1.6",
1313
"unplugin-vue-components": "^0.25.1",
1414
"unplugin-vue-images": "workspace:*",
15-
"vite": "^4.4.7"
15+
"vite": "^4.4.9"
1616
}
1717
}

examples/vite-vue3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"typescript": "^5.1.6",
1313
"unplugin-vue-components": "^0.25.1",
1414
"unplugin-vue-images": "workspace:*",
15-
"vite": "^4.4.7"
15+
"vite": "^4.4.9"
1616
}
1717
}

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"dev": "tsup --watch src",
8484
"build:fix": "esno scripts/postbuild.ts",
8585
"lint": "eslint .",
86+
"lint:fix": "eslint . --fix",
8687
"play": "npm -C playground run dev",
8788
"example:build": "npm -C examples/vite-vue3 run build",
8889
"example:dev": "npm -C examples/vite-vue3 run dev",
@@ -100,22 +101,22 @@
100101
},
101102
"devDependencies": {
102103
"@types/debug": "^4.1.8",
103-
"@types/node": "^20.4.5",
104+
"@types/node": "^20.4.10",
104105
"@vtrbo/eslint-config": "^0.3.10",
105106
"@vtrbo/utils": "^0.3.6",
106107
"@vue/compiler-sfc": "^3.3.4",
107108
"bumpp": "^9.1.1",
108109
"chalk": "^5.3.0",
109110
"cross-env": "^7.0.3",
110-
"eslint": "^8.46.0",
111+
"eslint": "^8.47.0",
111112
"esno": "^0.17.0",
112113
"nodemon": "^3.0.1",
113114
"rimraf": "^5.0.1",
114-
"rollup": "^3.27.0",
115-
"tsup": "^7.1.0",
115+
"rollup": "^3.28.0",
116+
"tsup": "^7.2.0",
116117
"typescript": "^5.1.6",
117-
"vite": "^4.4.7",
118-
"vitest": "^0.33.0",
118+
"vite": "^4.4.9",
119+
"vitest": "^0.34.1",
119120
"webpack": "^5.88.2"
120121
}
121122
}

0 commit comments

Comments
 (0)