Skip to content

Commit

Permalink
chore: fixed ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
vtrbo committed Aug 12, 2023
1 parent 9349ebf commit b7539ba
Show file tree
Hide file tree
Showing 6 changed files with 204 additions and 245 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 16.x

- name: Setup
run: npm i -g @vtrbo/ni
run: npm i -g @antfu/ni

- name: Install
run: nci
Expand All @@ -45,7 +45,7 @@ jobs:
node-version: ${{ matrix.node }}

- name: Setup
run: npm i -g @vtrbo/ni
run: npm i -g @antfu/ni

- name: Install
run: nci
Expand Down
4 changes: 2 additions & 2 deletions examples/vite-vue2/package.json
Expand Up @@ -5,13 +5,13 @@
"build": "vite build"
},
"dependencies": {
"vue": "^2.7.14"
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue2": "^2.2.0",
"typescript": "^5.1.6",
"unplugin-vue-components": "^0.25.1",
"unplugin-vue-images": "workspace:*",
"vite": "^4.4.7"
"vite": "^4.4.9"
}
}
2 changes: 1 addition & 1 deletion examples/vite-vue3/package.json
Expand Up @@ -12,6 +12,6 @@
"typescript": "^5.1.6",
"unplugin-vue-components": "^0.25.1",
"unplugin-vue-images": "workspace:*",
"vite": "^4.4.7"
"vite": "^4.4.9"
}
}
13 changes: 7 additions & 6 deletions package.json
Expand Up @@ -83,6 +83,7 @@
"dev": "tsup --watch src",
"build:fix": "esno scripts/postbuild.ts",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"play": "npm -C playground run dev",
"example:build": "npm -C examples/vite-vue3 run build",
"example:dev": "npm -C examples/vite-vue3 run dev",
Expand All @@ -100,22 +101,22 @@
},
"devDependencies": {
"@types/debug": "^4.1.8",
"@types/node": "^20.4.5",
"@types/node": "^20.4.10",
"@vtrbo/eslint-config": "^0.3.10",
"@vtrbo/utils": "^0.3.6",
"@vue/compiler-sfc": "^3.3.4",
"bumpp": "^9.1.1",
"chalk": "^5.3.0",
"cross-env": "^7.0.3",
"eslint": "^8.46.0",
"eslint": "^8.47.0",
"esno": "^0.17.0",
"nodemon": "^3.0.1",
"rimraf": "^5.0.1",
"rollup": "^3.27.0",
"tsup": "^7.1.0",
"rollup": "^3.28.0",
"tsup": "^7.2.0",
"typescript": "^5.1.6",
"vite": "^4.4.7",
"vitest": "^0.33.0",
"vite": "^4.4.9",
"vitest": "^0.34.1",
"webpack": "^5.88.2"
}
}

0 comments on commit b7539ba

Please sign in to comment.