Skip to content

Commit

Permalink
chore: package upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
madebyfabian committed Jan 25, 2024
1 parent c5bd97c commit 8403338
Show file tree
Hide file tree
Showing 2 changed files with 1,997 additions and 2,273 deletions.
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@
"dist"
],
"scripts": {
"prepack": "nuxt-module-build",
"prepack": "nuxt-module-build build",
"start": "npm run dev",
"build": "npm run dev:build",
"dev": "npm run dev:prepare && nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:generate": "nuxi generate playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"dev:preview": "nuxi preview playground",
"typecheck": "nuxi typecheck playground",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
Expand All @@ -44,17 +45,17 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@nuxt/kit": "^3.8.0",
"defu": "^6.1.2"
"@nuxt/kit": "^3.9.3",
"defu": "^6.1.4"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.1.1",
"@nuxt/module-builder": "^0.2.1",
"@nuxt/schema": "^3.8.0",
"@nuxt/test-utils": "^3.8.0",
"changelogen": "^0.4.1",
"eslint": "^8.32.0",
"nuxt": "^3.8.0",
"vitest": "^0.33.0"
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.9.3",
"@nuxt/test-utils": "^3.10.0",
"changelogen": "^0.5.5",
"eslint": "^8.56.0",
"nuxt": "^3.9.3",
"vitest": "^1.2.1"
}
}
Loading

1 comment on commit 8403338

@vercel
Copy link

@vercel vercel bot commented on 8403338 Jan 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.