Skip to content

Commit fe12434

Browse files
committedNov 8, 2024··
chore: update deps
1 parent ef5b8fd commit fe12434

File tree

3 files changed

+154
-176
lines changed

3 files changed

+154
-176
lines changed
 

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"test": "pnpm run test:unit --run && pnpm run test:playground --run"
4040
},
4141
"dependencies": {
42-
"@iconify/collections": "^1.0.479",
42+
"@iconify/collections": "^1.0.480",
4343
"@iconify/types": "^2.0.0",
4444
"@iconify/utils": "^2.1.33",
4545
"@iconify/vue": "4.1.3-beta.1",
4646
"@nuxt/devtools-kit": "^1.6.0",
47-
"@nuxt/kit": "^3.14.0",
47+
"@nuxt/kit": "^3.14.159",
4848
"consola": "^3.2.3",
4949
"local-pkg": "^0.5.0",
5050
"mlly": "^1.7.2",
@@ -63,13 +63,13 @@
6363
"@nuxt/devtools": "^1.6.0",
6464
"@nuxt/eslint-config": "^0.6.1",
6565
"@nuxt/module-builder": "^0.8.4",
66-
"@nuxt/schema": "^3.14.0",
66+
"@nuxt/schema": "^3.14.159",
6767
"@nuxt/test-utils": "^3.14.4",
6868
"@types/node": "^22.9.0",
6969
"@unocss/nuxt": "^0.64.0",
7070
"changelogen": "^0.5.7",
7171
"eslint": "^9.14.0",
72-
"nuxt": "^3.14.0",
72+
"nuxt": "^3.14.159",
7373
"prettier": "^3.3.3",
7474
"release-it": "^17.10.0",
7575
"typescript": "^5.6.3",

‎playground/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"test": "vitest"
1010
},
1111
"dependencies": {
12-
"@nuxthub/core": "^0.8.5",
13-
"nuxt": "^3.14.0"
12+
"@nuxthub/core": "^0.8.6",
13+
"nuxt": "^3.14.159"
1414
},
1515
"devDependencies": {
1616
"@nuxt/test-utils": "^3.14.4",
1717
"@vue/test-utils": "^2.4.6",
18-
"happy-dom": "^15.10.1",
18+
"happy-dom": "^15.11.0",
1919
"playwright-core": "^1.48.2",
2020
"vitest": "^2.1.4",
21-
"wrangler": "^3.84.1"
21+
"wrangler": "^3.86.0"
2222
}
2323
}

‎pnpm-lock.yaml

+146-168
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.