Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Mar 11, 2024
1 parent 6387aff commit d8c82f2
Show file tree
Hide file tree
Showing 5 changed files with 872 additions and 786 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vitepress preview"
},
"devDependencies": {
"@iconify-json/ri": "^1.1.19",
"unocss": "^0.58.4",
"vitepress": "^1.0.0-rc.41"
"@iconify-json/ri": "^1.1.20",
"unocss": "^0.58.5",
"vitepress": "^1.0.0-rc.45"
}
}
6 changes: 3 additions & 3 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.6.3",
"eslint": "^8.56.0",
"kirbyup": "^3.1.3"
"@antfu/eslint-config": "^2.8.0",
"eslint": "^8.57.0",
"kirbyup": "^3.1.4"
}
}
10 changes: 5 additions & 5 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.6.3",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-plugin-tailwindcss": "^3.14.1",
"kirbyup": "^3.1.3",
"@antfu/eslint-config": "^2.8.0",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-plugin-tailwindcss": "^3.15.0",
"kirbyup": "^3.1.4",
"tailwindcss": "^3.4.1"
}
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "kirbyup",
"type": "module",
"version": "3.1.4",
"packageManager": "pnpm@8.15.3",
"packageManager": "pnpm@8.15.4",
"description": "Zero-config bundler for Kirby Panel plugins",
"author": {
"name": "Johann Schopplich",
Expand Down Expand Up @@ -75,37 +75,37 @@
"@vitejs/plugin-vue2": "2.2.0",
"@vitejs/plugin-vue2-jsx": "1.1.0",
"@vue/compiler-sfc": "^2.7.16",
"c12": "^1.8.0",
"c12": "^1.10.0",
"cac": "^6.7.14",
"chokidar": "^3.6.0",
"consola": "^3.2.3",
"magic-string": "^0.30.7",
"magic-string": "^0.30.8",
"pathe": "^1.1.2",
"perfect-debounce": "^1.0.0",
"postcss": "^8.4.35",
"postcss-dir-pseudo-class": "^8.0.1",
"postcss-load-config": "^5.0.3",
"postcss-logical": "^7.0.1",
"rollup-plugin-external-globals": "^0.9.2",
"sass": "^1.70.0",
"vite": "^5.1.2",
"sass": "^1.71.1",
"vite": "^5.1.6",
"vite-plugin-full-reload": "^1.1.0",
"vue": "^2.7.16"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.4",
"@antfu/eslint-config": "^2.8.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.18",
"@types/node": "^20.11.25",
"@types/prompts": "^2.4.9",
"bumpp": "^9.3.0",
"eslint": "^8.56.0",
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"nypm": "^0.3.6",
"simple-git-hooks": "^2.9.0",
"nypm": "^0.3.8",
"simple-git-hooks": "^2.10.0",
"typescript": "~5.3.3",
"unbuild": "^3.0.0-rc.1",
"vitest": "^1.2.2"
"vitest": "^1.3.1"
},
"simple-git-hooks": {
"commit-msg": "node scripts/verifyCommit.mjs $1"
Expand Down
Loading

0 comments on commit d8c82f2

Please sign in to comment.