Skip to content

Commit de47d38

Browse files
chore(deps): update devdependencies (non-major)
1 parent a898ea0 commit de47d38

File tree

3 files changed

+30
-30
lines changed

3 files changed

+30
-30
lines changed

apps/vue-docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-docs",
33
"type": "module",
44
"devDependencies": {
5-
"vue": "^3.5.13",
6-
"vitepress": "2.0.0-alpha.2"
5+
"vue": "^2.7.8",
6+
"vitepress": "2.0.0-alpha.4"
77
}
88
}

libs/storybook-vue3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1",
1717
"storybook": "^7.6.20",
18-
"vue": "^3.5.13"
18+
"vue": "^2.7.8"
1919
}
2020
}

package.json

+27-27
Original file line numberDiff line numberDiff line change
@@ -48,29 +48,29 @@
4848
"@11ty/eleventy": "^2.0.1",
4949
"@11ty/eleventy-plugin-vite": "^4.0.0",
5050
"@angular-eslint/utils": "^17.0.0",
51-
"@custom-elements-manifest/analyzer": "^0.5.7",
51+
"@custom-elements-manifest/analyzer": "^0.10.0",
5252
"@microsoft/api-extractor": "^7.51.0",
5353
"@microsoft/eslint-config-fast-dna": "^2.1.0",
54-
"@nrwl/devkit": "19.6.4",
55-
"@nrwl/eslint-plugin-nx": "19.6.4",
56-
"@nrwl/js": "19.6.4",
57-
"@nrwl/linter": "19.6.4",
58-
"@nrwl/rollup": "19.6.4",
59-
"@nrwl/web": "19.6.4",
60-
"@nrwl/workspace": "19.6.4",
61-
"@nx/eslint": "19.6.4",
62-
"@nx/js": "19.6.4",
63-
"@nx/vite": "19.6.4",
64-
"@nx/vue": "19.6.4",
65-
"@nx/web": "19.6.4",
66-
"@playwright/test": "1.48.0",
54+
"@nrwl/devkit": "19.8.4",
55+
"@nrwl/eslint-plugin-nx": "19.8.4",
56+
"@nrwl/js": "19.8.4",
57+
"@nrwl/linter": "19.8.4",
58+
"@nrwl/rollup": "19.8.4",
59+
"@nrwl/web": "19.8.4",
60+
"@nrwl/workspace": "19.8.4",
61+
"@nx/eslint": "19.8.14",
62+
"@nx/js": "19.8.14",
63+
"@nx/vite": "19.8.14",
64+
"@nx/vue": "19.8.14",
65+
"@nx/web": "19.8.14",
66+
"@playwright/test": "1.51.0",
6767
"@rollup/plugin-node-resolve": "^13.1.3",
6868
"@rollup/plugin-replace": "^4.0.0",
6969
"@rollup/plugin-terser": "^0.4.4",
7070
"@rollup/plugin-typescript": "^8.3.0",
7171
"@rollup/plugin-virtual": "^3.0.2",
72-
"@swc-node/register": "~1.9.1",
73-
"@swc/core": "~1.5.7",
72+
"@swc-node/register": "~1.10.0",
73+
"@swc/core": "~1.11.0",
7474
"@swc/helpers": "~0.5.15",
7575
"@testing-library/dom": "^8.18.1",
7676
"@testing-library/user-event": "^14.6.1",
@@ -82,7 +82,7 @@
8282
"@types/markdown-it": "^12.2.3",
8383
"@types/markdown-table": "^2.0.0",
8484
"@types/mdurl": "^1.0.5",
85-
"@types/node": "18.19.45",
85+
"@types/node": "18.19.80",
8686
"@types/node-fetch": "^2.6.12",
8787
"@types/query-selector-shadow-dom": "^1.0.4",
8888
"@types/ramda": "^0.30.2",
@@ -94,7 +94,7 @@
9494
"@vitest/ui": "^2.1.9",
9595
"@vue/eslint-config-prettier": "7.1.0",
9696
"@vue/eslint-config-typescript": "^11.0.3",
97-
"@vue/tsconfig": "^0.5.0",
97+
"@vue/tsconfig": "^0.7.0",
9898
"@vueuse/core": "npm:[email protected]",
9999
"@vueuse/shared": "npm:[email protected]",
100100
"cem-plugin-async-function": "^0.0.5",
@@ -110,7 +110,7 @@
110110
"eslint-plugin-ban": "^1.6.0",
111111
"eslint-plugin-compat": "^4.0.2",
112112
"eslint-plugin-import": "^2.31.0",
113-
"eslint-plugin-tsdoc": "^0.3.0",
113+
"eslint-plugin-tsdoc": "^0.4.0",
114114
"eslint-plugin-unused-imports": "^3.2.0",
115115
"eslint-plugin-vue": "^9.32.0",
116116
"expr-eval": "^2.0.2",
@@ -130,11 +130,11 @@
130130
"markdown-it": "^13.0.2",
131131
"markdown-it-anchor": "^8.6.4",
132132
"markdown-table": "^2.0.0",
133-
"nx": "19.6.4",
134-
"nx-stylelint": "17.1.5",
133+
"nx": "19.8.14",
134+
"nx-stylelint": "17.1.6",
135135
"pagefind": "^1.3.0",
136-
"playwright": "1.48.0",
137-
"prettier": "2.7.1",
136+
"playwright": "1.51.0",
137+
"prettier": "2.8.8",
138138
"rollup-plugin-copy": "^3.4.0",
139139
"rollup-plugin-delete": "^2.2.0",
140140
"sass": "^1.85.1",
@@ -146,9 +146,9 @@
146146
"stylelint-no-unsupported-browser-features": "^6.1.0",
147147
"ts-node": "10.9.2",
148148
"tsx": "^3.12.6",
149-
"typescript": "5.5.4",
149+
"typescript": "5.8.2",
150150
"verdaccio": "^5.33.0",
151-
"vite": "5.4.12",
151+
"vite": "5.4.14",
152152
"vite-plugin-dts": "~2.3.0",
153153
"vite-plugin-static-copy": "^1.0.6",
154154
"vite-tsconfig-paths": "~4.3.0",
@@ -157,8 +157,8 @@
157157
"vitest-axe": "^0.1.0",
158158
"vitest-fetch-mock": "^0.4.4",
159159
"vue": "2.7.8",
160-
"vue-tsc": "2.1.5",
161-
"vue3": "npm:vue@3.3.7"
160+
"vue-tsc": "2.2.8",
161+
"vue3": "npm:vue@3.5.13"
162162
},
163163
"overrides": {
164164
"minimist": "1.2.8",

0 commit comments

Comments
 (0)