Skip to content

Commit a12c6a4

Browse files
committed
chore: unpin dependencies and update renovate config
1 parent 8f7eed2 commit a12c6a4

File tree

3 files changed

+111
-632
lines changed

3 files changed

+111
-632
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -34,27 +34,27 @@
3434
"lint": "eslint . --cache",
3535
"lint:fix": "eslint . --cache --fix",
3636
"prepack": "pnpm build",
37-
"release": "pnpm lint && pnpm test && pnpm prepack && changelogen --release --push --publish",
37+
"release": "pnpm lint && pnpm test && pnpm prepack && changelogen --release && pnpm publish && git push --follow-tags",
3838
"test": "vitest run",
3939
"test:watch": "vitest watch"
4040
},
4141
"dependencies": {
42-
"@nuxt/devtools": "1.4.2",
43-
"@nuxt/eslint-config": "0.5.7",
44-
"@nuxt/kit": "3.13.2",
45-
"@nuxt/module-builder": "0.8.4",
46-
"@nuxt/test-utils": "3.14.2",
47-
"changelogen": "0.5.5",
48-
"crawler-user-agents": "1.0.149",
49-
"cross-env": "7.0.3",
50-
"defu": "6.1.4",
51-
"eslint": "9.10.0",
52-
"happy-dom": "15.7.4",
53-
"node-fetch": "3.3.2",
54-
"nuxt": "3.13.2",
55-
"playwright": "1.47.1",
56-
"typescript": "5.6.2",
57-
"vitest": "2.1.1"
42+
"@nuxt/devtools": "latest",
43+
"@nuxt/eslint-config": "^0.5.7",
44+
"@nuxt/kit": "^3.13.2",
45+
"@nuxt/module-builder": "^0.8.4",
46+
"@nuxt/test-utils": "^3.14.2",
47+
"changelogen": "^0.5.5",
48+
"crawler-user-agents": "^1.0.149",
49+
"cross-env": "^7.0.3",
50+
"defu": "^6.1.4",
51+
"eslint": "^9.10.0",
52+
"happy-dom": "^15.7.4",
53+
"node-fetch": "^3.3.2",
54+
"nuxt": "^3.13.2",
55+
"playwright": "^1.47.1",
56+
"typescript": "^5.6.2",
57+
"vitest": "^2.1.1"
5858
},
5959
"resolutions": {
6060
"@nuxtjs/device": "workspace:*"

0 commit comments

Comments
 (0)