Skip to content

Commit 00fd93c

Browse files
committed
chore: move all pnpm config to pnpm-workspace
1 parent bd0d775 commit 00fd93c

File tree

7 files changed

+100
-172
lines changed

7 files changed

+100
-172
lines changed

.npmrc

Lines changed: 0 additions & 4 deletions
This file was deleted.

.pnpmfile.cjs

Lines changed: 0 additions & 24 deletions
This file was deleted.

package.json

Lines changed: 9 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@
3434
"@octokit/core": "^6.1.5",
3535
"@stylistic/eslint-plugin-ts": "^3.1.0",
3636
"@types/lodash-es": "^4.17.12",
37+
"@types/node": "22.15.31",
3738
"@types/yargs": "^17.0.33",
3839
"@typescript-eslint/eslint-plugin": "^8.32.0",
3940
"@typescript-eslint/parser": "^8.32.0",
4041
"@unhead/vue": "^2.0.5",
42+
"@vitejs/plugin-vue": "^5.2.1",
4143
"@vue/compiler-sfc": "^3.5.13",
4244
"@vue/language-server": "^2.2.8",
4345
"@vue/runtime-core": "^3.5.13",
@@ -68,45 +70,25 @@
6870
"mkdirp": "^3.0.1",
6971
"moment": "^2.30.1",
7072
"rimraf": "^6.0.1",
73+
"rollup": "^4.43.0",
74+
"rollup-plugin-dts": "^6.2.1",
75+
"rollup-plugin-sass": "^1.15.2",
76+
"rollup-plugin-sourcemaps": "^0.6.3",
77+
"rollup-plugin-terser": "^7.0.2",
7178
"sass": "^1.87.0",
7279
"sass-embedded": "^1.87.0",
7380
"semver": "^7.7.1",
7481
"shelljs": "^0.10.0",
7582
"stringify-object": "^5.0.0",
7683
"typescript": "~5.8.3",
7784
"upath": "^2.0.1",
85+
"vite": "^6.3.5",
7886
"vite-plugin-inspect": "11.1.0",
7987
"vite-plugin-warmup": "^0.1.0",
8088
"vue": "^3.5.13",
8189
"vue-eslint-parser": "^10.1.3",
8290
"vue-tsc": "^2.2.10",
8391
"yargs": "^17.7.2"
8492
},
85-
"packageManager": "[email protected]",
86-
"pnpm": {
87-
"patchedDependencies": {
88-
89-
"@testing-library/vue": "patches/@testing-library__vue.patch"
90-
},
91-
"overrides": {
92-
"@testing-library/dom": "npm:@vuetify/[email protected]",
93-
"@types/node": "22.15.31",
94-
"@vue/babel-plugin-jsx": "npm:@vuetify/[email protected]",
95-
"tough-cookie": "5.1.2"
96-
},
97-
"peerDependencyRules": {
98-
"allowedVersions": {
99-
"@sentry/vue>pinia": "3",
100-
"@testing-library/user-event>@testing-library/dom": "*",
101-
"vite-plugin-vue-layouts>vite": "6"
102-
}
103-
},
104-
"onlyBuiltDependencies": [
105-
"@percy/core",
106-
"edgedriver",
107-
"esbuild",
108-
"geckodriver",
109-
"nx"
110-
]
111-
}
93+
"packageManager": "[email protected]"
11294
}

packages/docs/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
"@types/markdown-it-container": "^2.0.10",
5757
"@types/prismjs": "^1.26.5",
5858
"@vitejs/plugin-basic-ssl": "^2.0.0",
59-
"@vitejs/plugin-vue": "^5.2.1",
6059
"@vue/compiler-sfc": "^3.5.13",
6160
"@vuetify/api-generator": "workspace:*",
6261
"@yankeeinlondon/builder-api": "^1.4.1",
@@ -80,7 +79,6 @@
8079
"unplugin-auto-import": "19.3.0",
8180
"unplugin-fonts": "1.3.1",
8281
"unplugin-vue-components": "^0.28.0",
83-
"vite": "^6.3.5",
8482
"vite-plugin-md": "^0.22.5",
8583
"vite-plugin-pages": "^0.33.0",
8684
"vite-plugin-pwa": "^1.0.0",

packages/vuetify/package.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,7 @@
147147
"@testing-library/dom": "npm:@vuetify/[email protected]",
148148
"@testing-library/user-event": "^14.6.1",
149149
"@testing-library/vue": "^8.1.0",
150-
"@types/node": "22.15.31",
151150
"@types/resize-observer-browser": "^0.1.11",
152-
"@vitejs/plugin-vue": "^5.2.1",
153151
"@vitejs/plugin-vue-jsx": "^4.2.0",
154152
"@vitest/browser": "^3.1.1",
155153
"@vitest/coverage-istanbul": "^3.1.1",
@@ -180,19 +178,13 @@
180178
"moment": "^2.30.1",
181179
"postcss": "^8.5.3",
182180
"roboto-fontface": "^0.10.0",
183-
"rollup": "^4.43.0",
184-
"rollup-plugin-dts": "^6.2.1",
185-
"rollup-plugin-sass": "^1.15.2",
186-
"rollup-plugin-sourcemaps": "^0.6.3",
187-
"rollup-plugin-terser": "^7.0.2",
188181
"timezone-mock": "^1.3.6",
189182
"ts-node": "^10.9.2",
190183
"ts-patch": "^3.3.0",
191184
"typescript-transform-paths": "^3.5.5",
192185
"unplugin-auto-import": "19.3.0",
193186
"unplugin-vue-components": "^0.28.0",
194187
"upath": "^2.0.1",
195-
"vite": "^6.3.5",
196188
"vite-live-preview": "^0.3.2",
197189
"vite-ssr": "^0.17.2",
198190
"vitest": "^3.1.1",

0 commit comments

Comments
 (0)