Skip to content

Commit

Permalink
chore(deps): update nuxt core (#177)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
  • Loading branch information
renovate[bot] and danielroe authored Nov 30, 2022
1 parent 5194a79 commit 238ecdb
Show file tree
Hide file tree
Showing 5 changed files with 1,097 additions and 1,591 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,24 @@
"test": "vitest run"
},
"dependencies": {
"@builder.io/partytown": "^0.7.1",
"@nuxt/kit": "^3.0.0-rc.12",
"knitwork": "^0.1.2",
"@builder.io/partytown": "^0.7.2",
"@nuxt/kit": "^3.0.0",
"knitwork": "^1.0.0",
"serve-static": "^1.15.0",
"ufo": "^0.8.6"
"ufo": "^1.0.1"
},
"devDependencies": {
"@nuxt/module-builder": "latest",
"@nuxt/schema": "3.0.0-rc.12",
"@nuxt/test-utils": "3.0.0-rc.12",
"@nuxt/module-builder": "^0.2.1",
"@nuxt/schema": "3.0.0",
"@nuxt/test-utils": "3.0.0",
"@nuxtjs/eslint-config-typescript": "12.0.0",
"@release-it/conventional-changelog": "5.1.1",
"@types/serve-static": "1.15.0",
"@vitest/coverage-c8": "0.25.3",
"c8": "7.12.0",
"eslint": "8.28.0",
"eslint-config-prettier": "8.5.0",
"nuxt": "npm:nuxt3@3.0.0-rc.13-27781436.1f6b3be",
"nuxt": "3.0.0",
"prettier": "2.8.0",
"release-it": "15.5.0",
"typescript": "4.9.3",
Expand Down
2 changes: 0 additions & 2 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { defineNuxtConfig } from 'nuxt'

export default defineNuxtConfig({
modules: ['@nuxtjs/partytown'],
app: {
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
},
"devDependencies": {
"@nuxtjs/partytown": "latest",
"nuxt": "3.0.0-rc.12"
"nuxt": "3.0.0"
}
}
Loading

0 comments on commit 238ecdb

Please sign in to comment.