Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 23, 2023
1 parent a59a97f commit e4418a0
Show file tree
Hide file tree
Showing 12 changed files with 342 additions and 426 deletions.
2 changes: 1 addition & 1 deletion examples/astro-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@astrojs/vue": "^2.2.0",
"@unocss/reset": "link:../../packages/reset",
"astro": "^2.5.2",
"astro": "^2.5.3",
"unocss": "link:../../packages/unocss"
}
}
2 changes: 1 addition & 1 deletion examples/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@unocss/reset": "link:../../packages/reset",
"astro": "^2.5.2",
"astro": "^2.5.3",
"unocss": "link:../../packages/unocss"
}
}
2 changes: 1 addition & 1 deletion examples/sveltekit-scoped/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@julr/unocss-preset-forms": "^0.0.5",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.18.0",
"@types/marked": "^4.3.1",
"@types/marked": "^5.0.0",
"@unocss/core": "link:../../packages/core",
"@unocss/preset-icons": "link:../../packages/preset-icons",
"@unocss/svelte-scoped": "link:../../packages/svelte-scoped",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"typescript": "^5.0.4",
"unocss": "link:../../packages/unocss",
"vite": "^4.3.8",
"vite-plugin-inspect": "^0.7.26"
"vite-plugin-inspect": "^0.7.27"
}
}
2 changes: 1 addition & 1 deletion interactive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@antfu/utils": "^0.7.2",
"@nuxt/devtools": "^0.5.0",
"@nuxt/devtools": "^0.5.1",
"@unocss/autocomplete": "workspace:*",
"@unocss/nuxt": "workspace:*",
"@unocss/shared-docs": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test:ci": "nr build && nr typecheck && nr lint && nr test"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.1",
"@antfu/eslint-config": "^0.39.3",
"@antfu/ni": "^0.21.3",
"@codemirror/lang-css": "^6.2.0",
"@codemirror/lang-html": "^6.4.3",
Expand Down Expand Up @@ -83,7 +83,7 @@
"bumpp": "^9.1.0",
"codemirror": "^6.0.1",
"codemirror-theme-vars": "^0.1.2",
"eslint": "8.39.0",
"eslint": "8.41.0",
"esno": "^0.16.3",
"execa": "^7.1.1",
"fast-glob": "^3.2.12",
Expand All @@ -105,15 +105,15 @@
"simple-git-hooks": "^2.8.1",
"splitpanes": "^3.1.5",
"taze": "^0.10.1",
"terser": "^5.17.5",
"terser": "^5.17.6",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"unbuild": "^0.8.11",
"unocss": "workspace:*",
"unplugin-auto-import": "^0.16.1",
"unplugin-auto-import": "^0.16.2",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.3.8",
"vite-plugin-inspect": "^0.7.26",
"vite-plugin-inspect": "^0.7.27",
"vite-plugin-pages": "^0.30.1",
"vitest": "^0.31.1",
"vue": "^3.2.47",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"@unocss/vite": "workspace:*"
},
"devDependencies": {
"astro": "^2.5.2"
"astro": "^2.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
},
"dependencies": {
"@unocss/core": "workspace:*",
"unconfig": "^0.3.7"
"unconfig": "^0.3.8"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
},
"devDependencies": {
"magic-string": "^0.30.0",
"unconfig": "^0.3.7"
"unconfig": "^0.3.8"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"lint": "nr build && cd ./fixtures && eslint ./src"
},
"dependencies": {
"@typescript-eslint/utils": "^5.59.6",
"@typescript-eslint/utils": "^5.59.7",
"@unocss/config": "workspace:*",
"@unocss/core": "workspace:*",
"magic-string": "^0.30.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@
"jiti": "^1.18.2",
"prettier": "^2.8.8",
"tsup": "^6.7.0",
"unconfig": "^0.3.7"
"unconfig": "^0.3.8"
}
}

0 comments on commit e4418a0

Please sign in to comment.