Skip to content

Commit

Permalink
chore(deps): bump dependencies, fixes #180
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Sep 9, 2022
1 parent f9095ba commit d8a11e4
Show file tree
Hide file tree
Showing 3 changed files with 593 additions and 534 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"test": "vitest"
},
"devDependencies": {
"@antfu/eslint-config": "^0.26.1",
"@nuxt/test-utils": "3.0.0-rc.8",
"@antfu/eslint-config": "^0.26.3",
"@nuxt/test-utils": "3.0.0-rc.9",
"@nuxt/types": "^2.15.8",
"@typescript-eslint/eslint-plugin": "^5.34.0",
"@typescript-eslint/visitor-keys": "^5.34.0",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/visitor-keys": "^5.36.2",
"bumpp": "^8.2.1",
"cheerio": "1.0.0-rc.12",
"eslint": "^8.22.0",
"unbuild": "^0.8.9",
"vite": "^3.0.9",
"vitest": "^0.22.1",
"eslint": "^8.23.0",
"unbuild": "^0.8.10",
"vite": "^3.1.0",
"vitest": "^0.23.1",
"windicss": "^3.5.6"
},
"version": "2.5.1"
Expand Down
16 changes: 8 additions & 8 deletions packages/nuxt-windicss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,26 +38,26 @@
"build": "nuxt-module-build"
},
"dependencies": {
"@nuxt/kit": "^3.0.0-rc.8",
"@windicss/config": "^1.8.7",
"@windicss/plugin-utils": "^1.8.7",
"@nuxt/kit": "3.0.0-rc.9",
"@windicss/config": "^1.8.8",
"@windicss/plugin-utils": "^1.8.8",
"consola": "^2.15.3",
"defu": "^6.1.0",
"fs-extra": "^10.1.0",
"h3": "^0.7.15",
"h3": "^0.7.21",
"listhen": "^0.2.15",
"pathe": "^0.3.5",
"pathe": "^0.3.7",
"read-cache": "^1.0.0",
"sirv": "^2.0.2",
"vite-plugin-windicss": "^1.8.7",
"vite-plugin-windicss": "^1.8.8",
"windicss": "^3.5.6",
"windicss-analysis": "^0.3.5",
"windicss-webpack-plugin": "^1.7.5"
"windicss-webpack-plugin": "^1.7.6"
},
"devDependencies": {
"@nuxt/content": "^2.0.1",
"@nuxt/module-builder": "^0.1.7",
"@nuxt/schema": "3.0.0-rc.8",
"@nuxt/schema": "3.0.0-rc.9",
"@nuxt/types": "^2.15.8",
"@types/fs-extra": "^9.0.13"
}
Expand Down
Loading

0 comments on commit d8a11e4

Please sign in to comment.