Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
enkot committed Apr 10, 2024
1 parent c023621 commit cd6824d
Show file tree
Hide file tree
Showing 2 changed files with 2,528 additions and 8,214 deletions.
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"dist"
],
"scripts": {
"prepack": "nuxt-module-build",
"prepack": "nuxt-module-build build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build 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:server": "listhen -w ./playground/server.ts",
"start:server": "listhen ./playground/server.ts",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
Expand All @@ -40,28 +40,29 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@nuxt/kit": "^3.10.2",
"@nuxt/kit": "^3.11.2",
"defu": "^6.1.2",
"openapi-typescript": "^6.7.3",
"openapi-typescript-helpers": "^0.0.4",
"scule": "^1.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.2",
"@nuxt/eslint-config": "^0.1.1",
"@nuxt/module-builder": "^0.5.1",
"@nuxt/schema": "^3.10.2",
"@nuxt/test-utils": "^3.11.0",
"@types/node": "^18.17.3",
"@nuxt/devtools": "^1.1.5",
"@nuxt/eslint-config": "^0.3.4",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.11.2",
"@nuxt/test-utils": "^3.12.0",
"@types/node": "^20.12.7",
"@vue/test-utils": "^2.4.4",
"changelogen": "^0.5.4",
"eslint": "^8.46.0",
"changelogen": "^0.5.5",
"eslint": "^9.0.0",
"h3": "^1.8.1",
"happy-dom": "^13.5.0",
"listhen": "^1.4.4",
"msw": "^1.2.5",
"nuxt": "^3.10.2",
"nuxt": "^3.11.2",
"ofetch": "^1.3.3",
"vitest": "^0.34.6"
"vitest": "^1.4.0"
}
}
Loading

0 comments on commit cd6824d

Please sign in to comment.