Skip to content

Commit a87a1a2

Browse files
chore(deps): update all non-major dependencies (#279)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <[email protected]>
1 parent d6ea7fe commit a87a1a2

File tree

6 files changed

+837
-1380
lines changed

6 files changed

+837
-1380
lines changed

docs/nuxt.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// https://nuxt.com/docs/api/configuration/nuxt-config
22
export default defineNuxtConfig({
3-
compatibilityDate: '2024-09-13',
43
extends: '@nuxt/ui-pro',
54
modules: ['@nuxt/ui', '@nuxt/content', '@nuxtjs/plausible'],
6-
uiPro: { license: 'oss' },
75
devtools: { enabled: true },
6+
compatibilityDate: '2024-09-13',
7+
uiPro: { license: 'oss' },
88
})

docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
},
1212
"devDependencies": {
1313
"@nuxt/devtools": "latest",
14-
"@nuxt/ui": "^2.18.4",
15-
"@nuxtjs/plausible": "^1.0.2",
14+
"@nuxt/ui": "^2.18.7",
15+
"@nuxtjs/plausible": "^1.0.3",
1616
"nuxt": "^3.13.2"
1717
},
1818
"dependencies": {
19-
"@iconify-json/ph": "^1.2.0",
20-
"@nuxt/content": "^2.13.2",
21-
"@nuxt/image": "^1.8.0",
22-
"@nuxt/ui-pro": "^1.4.2"
19+
"@iconify-json/ph": "^1.2.1",
20+
"@nuxt/content": "^2.13.4",
21+
"@nuxt/image": "^1.8.1",
22+
"@nuxt/ui-pro": "^1.4.4"
2323
}
2424
}

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "git+https://github.com/nuxt-modules/color-mode.git"
88
},
99
"license": "MIT",
10-
"packageManager": "pnpm@9.10.0",
10+
"packageManager": "pnpm@9.12.2",
1111
"contributors": [
1212
{
1313
"name": "Nuxt Team"
@@ -41,27 +41,27 @@
4141
},
4242
"dependencies": {
4343
"@nuxt/kit": "^3.13.2",
44-
"changelogen": "^0.5.5",
44+
"changelogen": "^0.5.7",
4545
"pathe": "^1.1.2",
46-
"pkg-types": "^1.2.0",
46+
"pkg-types": "^1.2.1",
4747
"semver": "^7.6.3"
4848
},
4949
"devDependencies": {
5050
"@commitlint/cli": "^19.5.0",
5151
"@commitlint/config-conventional": "^19.5.0",
52-
"@nuxt/eslint-config": "^0.5.7",
52+
"@nuxt/eslint-config": "^0.6.0",
5353
"@nuxt/module-builder": "^0.8.4",
5454
"@nuxt/schema": "^3.13.2",
5555
"@nuxt/test-utils": "^3.14.4",
5656
"@types/lodash.template": "^4.5.3",
5757
"@types/semver": "^7.5.8",
58-
"@typescript-eslint/parser": "^8.5.0",
59-
"@vitest/coverage-v8": "^2.1.0",
60-
"eslint": "^9.10.0",
58+
"@typescript-eslint/parser": "^8.11.0",
59+
"@vitest/coverage-v8": "^2.1.3",
60+
"eslint": "^9.13.0",
6161
"husky": "9.1.6",
6262
"nuxt": "^3.13.2",
63-
"typescript": "^5.6.2",
64-
"vitest": "^2.1.0",
63+
"typescript": "^5.6.3",
64+
"vitest": "^2.1.3",
6565
"vue-tsc": "^2.1.6"
6666
}
6767
}

playground/nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
export default defineNuxtConfig({
2-
compatibilityDate: '2024-09-11',
32
modules: [
43
'../src/module',
54
'@nuxt/icon',
@@ -8,4 +7,5 @@ export default defineNuxtConfig({
87
colorMode: {
98
// storage: 'cookie',
109
},
10+
compatibilityDate: '2024-09-11',
1111
})

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "color-mode-playground",
33
"private": true,
44
"dependencies": {
5-
"@nuxt/icon": "^1.5.1",
5+
"@nuxt/icon": "^1.5.6",
66
"@nuxtjs/color-mode": "latest",
7-
"@nuxtjs/tailwindcss": "^6.12.1",
7+
"@nuxtjs/tailwindcss": "^6.12.2",
88
"nuxt": "^3.13.2"
99
},
1010
"scripts": {

0 commit comments

Comments
 (0)