Skip to content

Commit

Permalink
chore(pkg): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Aug 25, 2022
1 parent 9d306aa commit 8180b1b
Show file tree
Hide file tree
Showing 3 changed files with 607 additions and 504 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
"test": "vitest"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.2",
"@nuxt/test-utils": "3.0.0-rc.4",
"@types/node": "^18.0.3",
"@vitest/ui": "^0.18.0",
"@antfu/eslint-config": "^0.26.1",
"@nuxt/test-utils": "3.0.0-rc.8",
"@types/node": "^18.7.13",
"@vitest/ui": "^0.22.1",
"bumpp": "^8.2.1",
"eslint": "^8.19.0",
"eslint": "^8.22.0",
"typescript": "^4.7.4",
"upath": "^2.0.1",
"vitest": "^0.18.0"
"vitest": "^0.22.1"
},
"version": "0.4.3"
}
6 changes: 3 additions & 3 deletions packages/nuxt-delay-hydration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
"build": "nuxt-module-build"
},
"dependencies": {
"@nuxt/kit": "3.0.0-rc.4",
"@nuxt/kit": "^3.0.0-rc.8",
"consola": "^2.15.3",
"fs-extra": "^10.1.0",
"lodash": "^4.17.21",
"pathe": "0.3.2",
"pathe": "^0.3.5",
"vue-lazy-hydration": "^2.0.0-beta.4"
},
"devDependencies": {
"@nuxt/module-builder": "^0.1.7",
"@nuxt/schema": "3.0.0-rc.4",
"@nuxt/schema": "3.0.0-rc.8",
"@nuxt/types": "^2.15.8"
}
}
Loading

0 comments on commit 8180b1b

Please sign in to comment.