Skip to content

Commit

Permalink
fix: pin Vite version to avoid build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed May 15, 2024
1 parent 0e03c87 commit e75dbfc
Show file tree
Hide file tree
Showing 7 changed files with 4,861 additions and 3,724 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@iconify-json/ri": "^1.1.20",
"unocss": "^0.58.5",
"vitepress": "^1.0.0-rc.45"
"unocss": "^0.60.2",
"vitepress": "^1.1.4"
}
}
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import antfu from '@antfu/eslint-config'

export default await antfu(
{
regexp: false,
vue: {
vueVersion: 2,
},
Expand Down
4 changes: 2 additions & 2 deletions examples/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.1",
"eslint": "^8.57.0",
"@antfu/eslint-config": "^2.18.0",
"eslint": "^9.2.0",
"kirbyup": "^3.1.5"
}
}
8 changes: 4 additions & 4 deletions examples/tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.1",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"@antfu/eslint-config": "^2.18.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.2.0",
"eslint-plugin-tailwindcss": "^3.15.1",
"kirbyup": "^3.1.5",
"tailwindcss": "^3.4.1"
"tailwindcss": "^3.4.3"
}
}
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "kirbyup",
"type": "module",
"version": "3.1.5",
"packageManager": "pnpm@8.15.4",
"packageManager": "pnpm@9.1.1",
"description": "Zero-config bundler for Kirby Panel plugins",
"author": {
"name": "Johann Schopplich",
"email": "pkg@johannschopplich.com",
"email": "hello@johannschopplich.com",
"url": "https://johannschopplich.com"
},
"license": "MIT",
Expand Down Expand Up @@ -79,33 +79,33 @@
"cac": "^6.7.14",
"chokidar": "^3.6.0",
"consola": "^3.2.3",
"magic-string": "^0.30.8",
"magic-string": "^0.30.10",
"pathe": "^1.1.2",
"perfect-debounce": "^1.0.0",
"postcss": "^8.4.35",
"postcss": "^8.4.38",
"postcss-dir-pseudo-class": "^8.0.1",
"postcss-load-config": "^5.0.3",
"postcss-load-config": "^5.1.0",
"postcss-logical": "^7.0.1",
"rollup-plugin-external-globals": "^0.9.2",
"sass": "^1.71.1",
"vite": "^5.1.6",
"rollup-plugin-external-globals": "^0.10.0",
"sass": "^1.77.1",
"vite": "~5.1.7",
"vite-plugin-full-reload": "^1.1.0",
"vue": "^2.7.16"
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.1",
"@antfu/eslint-config": "^2.18.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.26",
"@types/node": "^20.12.12",
"@types/prompts": "^2.4.9",
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"bumpp": "^9.4.1",
"eslint": "^9.2.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"nypm": "^0.3.8",
"simple-git-hooks": "^2.10.0",
"typescript": "^5.4.2",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.4.5",
"unbuild": "^3.0.0-rc.1",
"vitest": "^1.3.1"
"vitest": "^1.6.0"
},
"simple-git-hooks": {
"commit-msg": "node scripts/verifyCommit.mjs $1"
Expand Down
Loading

0 comments on commit e75dbfc

Please sign in to comment.