Skip to content

Commit f312eea

Browse files
committed
chore(deps): bump packages
1 parent 6704920 commit f312eea

File tree

4 files changed

+356
-349
lines changed

4 files changed

+356
-349
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ export default createConfigForNuxt({
1414
'@stylistic/comma-dangle': 'off',
1515
'@stylistic/indent': 'off',
1616
'vue/no-multiple-template-root': 'off',
17-
'eslintvue/multi-word-component-names': 'off',
17+
'vue/multi-word-component-names': 'off',
1818
},
1919
})

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
"dev": "nuxi dev playground",
2929
"dev:build": "nuxi build playground",
3030
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
31-
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
31+
"release": "pnpm lint && pnpm test && pnpm prepack && changelogen --release && npm publish && git push --follow-tags",
3232
"lint": "eslint .",
3333
"lint:fix": "eslint . --fix",
3434
"test": "vitest run",
3535
"test:watch": "vitest watch",
3636
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit",
37-
"validate": "npm run lint && npm run test:types && npm run test"
37+
"validate": "pnpm lint && pnpm test:types && pnpm test"
3838
},
3939
"dependencies": {
4040
"defu": "^6.1.4",
@@ -49,15 +49,15 @@
4949
"@nuxt/module-builder": "^1.0.2",
5050
"@nuxt/schema": "^4.1.2",
5151
"@nuxt/test-utils": "^3.19.2",
52-
"@types/node": "^24.6.1",
52+
"@types/node": "^24.6.2",
5353
"changelogen": "^0.6.2",
54-
"eslint": "^9.36.0",
54+
"eslint": "^9.37.0",
5555
"nuxt": "^4.1.2",
5656
"typescript": "^5.9.3",
5757
"vitest": "^3.2.4",
5858
"vue-tsc": "^3.1.0"
5959
},
60-
"packageManager": "pnpm@10.17.0+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef",
60+
"packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa",
6161
"pnpm": {
6262
"onlyBuiltDependencies": [
6363
"@parcel/watcher",

0 commit comments

Comments
 (0)