Skip to content

Commit 0aaafcb

Browse files
chore(deps): update all non-major dependencies
1 parent 311b528 commit 0aaafcb

6 files changed

Lines changed: 753 additions & 279 deletions

File tree

.app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"devDependencies": {
66
"@fontsource-variable/inter": "^5.0.8",
77
"@fontsource-variable/karla": "^5.0.13",
8-
"nuxt": "3.6.5"
8+
"nuxt": "3.7.4"
99
},
1010
"scripts": {
1111
"prepare": "nuxi prepare",

.demo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
"@popperjs/core": "2.11.8",
1818
"@types/chroma-js": "^2.4.1",
1919
"@vueform/slider": "2.1.7",
20-
"apexcharts": "3.42.0",
20+
"apexcharts": "3.43.0",
2121
"axe-core": "4.8.2",
2222
"chroma-js": "^2.4.2",
2323
"date-fns": "2.30.0",
2424
"imask": "7.1.3",
25-
"magic-string": "0.30.3",
26-
"nuxt": "3.6.5",
25+
"magic-string": "0.30.4",
26+
"nuxt": "3.7.4",
2727
"nuxt-swiper": "1.2.2",
2828
"rehype-external-links": "3.0.0",
2929
"rehype-raw": "7.0.0",
@@ -36,7 +36,7 @@
3636
"shikiji": "0.6.8",
3737
"splitpanes": "3.1.5",
3838
"unified": "11.0.3",
39-
"v-calendar": "3.0.1",
39+
"v-calendar": "3.1.0",
4040
"vue-axe": "3.1.2",
4141
"vue3-apexcharts": "1.4.4",
4242
"vue3-carousel": "0.3.1",

layers/documentation/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"clean": "rimraf .nuxt .output node_modules"
99
},
1010
"devDependencies": {
11-
"@nuxt/content": "2.8.2",
11+
"@nuxt/content": "2.8.5",
1212
"@nuxthq/studio": "0.14.1",
13-
"nuxt": "3.6.5",
14-
"nuxt-component-meta": "0.5.3",
15-
"vue-component-meta": "1.6.5"
13+
"nuxt": "3.7.4",
14+
"nuxt-component-meta": "0.5.4",
15+
"vue-component-meta": "1.8.15"
1616
}
1717
}

layers/landing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"clean": "rimraf .nuxt .output node_modules"
99
},
1010
"devDependencies": {
11-
"@nuxt/image-edge": "1.0.0-rc.2-28252196.34e7c67",
12-
"nuxt": "3.6.5"
11+
"@nuxt/image-edge": "1.0.0-rc.3-28271297.f1bc89f",
12+
"nuxt": "3.7.4"
1313
}
1414
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"lint:eslint:fix-demo": "eslint -c layers/documentation/examples/.eslintrc.cjs --fix --ext .vue layers/documentation/examples"
2727
},
2828
"devDependencies": {
29-
"@iconify/json": "2.2.118",
30-
"@types/fs-extra": "11.0.1",
31-
"@typescript-eslint/eslint-plugin": "6.7.2",
32-
"eslint": "8.49.0",
29+
"@iconify/json": "2.2.123",
30+
"@types/fs-extra": "11.0.2",
31+
"@typescript-eslint/eslint-plugin": "6.7.4",
32+
"eslint": "8.50.0",
3333
"eslint-config-prettier": "9.0.0",
3434
"eslint-plugin-prettier-vue": "5.0.0",
3535
"eslint-plugin-tailwindcss": "3.13.0",
@@ -40,11 +40,11 @@
4040
"lint-staged": "14.0.1",
4141
"npm-run-all": "4.1.5",
4242
"prettier": "3.0.3",
43-
"rimraf": "5.0.1",
43+
"rimraf": "5.0.5",
4444
"std-env": "3.4.3",
4545
"tailwindcss": "3.3.3",
4646
"typescript": "5.2.2",
47-
"vue-tsc": "1.8.11"
47+
"vue-tsc": "1.8.15"
4848
},
4949
"gitHooks": {
5050
"pre-commit": "lint-staged"

0 commit comments

Comments
 (0)