Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Sep 18, 2024
1 parent a58efe4 commit 75fe57e
Show file tree
Hide file tree
Showing 12 changed files with 900 additions and 782 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineConfig } from 'vitepress'
import type { DefaultTheme } from 'vitepress'
import { defineConfig } from 'vitepress'
import { description, name, version } from '../../package.json'
import {
github,
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@iconify-json/ri": "^1.2.0",
"unocss": "^0.62.3",
"unocss": "^0.62.4",
"vitepress": "^1.3.4"
}
}
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": "^3.5.1",
"@antfu/eslint-config": "^3.6.2",
"eslint": "^9.10.0",
"kirbyup": "^3.1.12"
"kirbyup": "^3.1.13"
}
}
6 changes: 3 additions & 3 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": "^3.5.1",
"@antfu/eslint-config": "^3.6.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.10.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"kirbyup": "^3.1.12",
"tailwindcss": "^3.4.10"
"kirbyup": "^3.1.13",
"tailwindcss": "^3.4.12"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,23 +76,23 @@
"@vue/compiler-sfc": "^2.7.16",
"c12": "^1.11.2",
"cac": "^6.7.14",
"chokidar": "^3.6.0",
"chokidar": "~3.6.0",
"consola": "^3.2.3",
"magic-string": "^0.30.11",
"pathe": "^1.1.2",
"perfect-debounce": "^1.0.0",
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"postcss-dir-pseudo-class": "^9.0.0",
"postcss-load-config": "^6.0.1",
"postcss-logical": "^8.0.0",
"rollup-plugin-external-globals": "^0.12.0",
"sass": "^1.78.0",
"vite": "~5.3.5",
"sass": "^1.79.1",
"vite": "~5.3.6",
"vite-plugin-full-reload": "^1.2.0",
"vue": "^2.7.16"
},
"devDependencies": {
"@antfu/eslint-config": "^3.5.1",
"@antfu/eslint-config": "^3.6.2",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.16.5",
"@types/prompts": "^2.4.9",
Expand All @@ -103,6 +103,6 @@
"nypm": "^0.3.11",
"typescript": "^5.5.4",
"unbuild": "^3.0.0-rc.7",
"vitest": "^2.0.5"
"vitest": "^2.1.1"
}
}
Loading

0 comments on commit 75fe57e

Please # to comment.