Skip to content

Commit 8c0ba85

Browse files
authored
sec#285: remove old form-data versions (#4563)
1 parent 73a8c91 commit 8c0ba85

File tree

12 files changed

+6900
-6112
lines changed

12 files changed

+6900
-6112
lines changed

lerna.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
"packages/*"
44
],
55
"version": "independent",
6-
"npmClient": "yarn",
7-
"useWorkspaces": true
6+
"npmClient": "yarn"
87
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"license": "MIT",
55
"repository": "https://github.com/epicmaxco/vuestic-ui",
66
"devDependencies": {
7-
"lerna": "^3.20.2",
7+
"lerna": "^8.2.3",
88
"syncpack": "^9.8.6",
9-
"tsx": "^4.6.1",
9+
"tsx": "^4.20.3",
1010
"yorkie": "^2.0.0"
1111
},
1212
"private": true,

packages/compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "module",
55
"dependencies": {
66
"@rollup/pluginutils": "^5.1.0",
7-
"acorn": "^8.12.1",
7+
"acorn": "^8.15.0",
88
"shiki": "^1.10.1",
99
"unplugin-vue-components": "^28.8.0"
1010
},

packages/create-vuestic/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"bin": "./dist/index.js",
1414
"dependencies": {
1515
"chalk": "^5.2.0",
16-
"ora": "^6.1.2",
16+
"ora": "^6.3.1",
1717
"pathe": "1.1.2",
1818
"prompts": "^2.4.2"
1919
},
2020
"devDependencies": {
21-
"@types/node": "^18.16.0",
21+
"@types/node": "^18.19.121",
2222
"@types/prompts": "^2.4.2",
23-
"tsup": "^6.5.0",
24-
"tsx": "^4.19.4"
23+
"tsup": "^6.7.0",
24+
"tsx": "^4.20.3"
2525
}
2626
}

packages/deploy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"devDependencies": {
99
"chalk": "^5.2.0",
1010
"inquirer": "^9.0.0",
11-
"typescript": "^5"
11+
"typescript": "^5.8.3"
1212
},
1313
"exports": {
1414
"./execute": "./execute/index.ts"

packages/docs/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@
1919
"@nuxt/eslint-config": "^0.1.1",
2020
"@nuxtjs/color-mode": "^3.2.0",
2121
"@nuxtjs/tailwindcss": "^6.11.3",
22-
"@types/escodegen": "^0.0.7",
23-
"@types/estree": "^1.0.0",
22+
"@types/escodegen": "^0.0.10",
23+
"@types/estree": "^1.0.8",
2424
"@types/marked": "^4.3.0",
25-
"acorn": "^8.8.1",
26-
"acorn-walk": "^8.2.0",
25+
"acorn": "^8.15.0",
26+
"acorn-walk": "^8.3.4",
2727
"autoprefixer": "^10.4.13",
2828
"escodegen": "^2.0.0",
2929
"eslint": "^8.53.0",
30-
"nuxt": "^3.10.0",
30+
"nuxt": "^3.18.0",
3131
"postcss": "^8.2.1",
3232
"postcss-custom-properties": "^13.1.1",
3333
"serve": "^14.2.0",
3434
"stylelint": "^13.13.1",
3535
"stylelint-config-standard": "^22.0.0",
3636
"vitest": "^1.4.0",
37-
"vue": "3.4.8",
37+
"vue": "3.5.18",
3838
"vue-component-meta": "^2.0.7",
3939
"vue-router": "^4.1.6",
4040
"vue-tsc": "^2.0.7"
@@ -44,11 +44,11 @@
4444
"@formkit/nuxt": "^1.6.9",
4545
"@funken-studio/sitemap-nuxt-3": "^4.0.4",
4646
"@nuxtjs/google-fonts": "^3.0.1",
47-
"@types/acorn": "^6.0.0",
47+
"@types/acorn": "^6.0.4",
4848
"@vue/repl": "^2.8.0",
4949
"@vueform/nuxt": "^1.13.0",
5050
"@zadigetvoltaire/nuxt-gtm": "^0.0.13",
51-
"acorn": "^8.8.1",
51+
"acorn": "^8.15.0",
5252
"codesandbox": "^2.2.3",
5353
"highlight.js": "^11.7.0",
5454
"marked": "^4.3.0",

packages/formkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
"devDependencies": {
4242
"@storybook/vue3-vite": "^7.1.0",
4343
"storybook": "^7.1.0",
44-
"tsup": "^6.5.0"
44+
"tsup": "^6.7.0"
4545
}
4646
}

packages/github-utilities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"chalk": "^5.2.0",
1010
"dotenv": "^16.3.1",
1111
"inquirer": "^9.0.0",
12-
"typescript": "^5"
12+
"typescript": "^5.8.3"
1313
}
1414
}

packages/nuxt/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@
2727
"prepack": "nuxt-module-build build"
2828
},
2929
"dependencies": {
30-
"@nuxt/kit": "^3.0.0",
31-
"nuxt": "^3.1.1",
32-
"pathe": "^0.3.5",
30+
"@nuxt/kit": "^3.18.0",
31+
"nuxt": "^3.18.0",
32+
"pathe": "^1.1.2",
3333
"vuestic-ui": "^1.9.0"
3434
},
3535
"devDependencies": {
3636
"@nuxt/module-builder": "^0.5.5",
37-
"@nuxt/schema": "^3.10.0",
38-
"@nuxt/vite-builder": "^3.10.0",
39-
"@nuxtjs/eslint-config-typescript": "latest",
37+
"@nuxt/schema": "^3.18.0",
38+
"@nuxt/vite-builder": "^3.18.0",
39+
"@nuxtjs/eslint-config-typescript": "^12.1.0",
4040
"eslint": "^8.53.0"
4141
}
4242
}

packages/sandbox/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,25 @@
2424
},
2525
"dependencies": {
2626
"rollup-plugin-visualizer": "^5.5.4",
27-
"vue": "*"
27+
"vue": "^3.5.18"
2828
},
2929
"devDependencies": {
3030
"@vitejs/plugin-vue": "^4.1.0",
3131
"@vue/test-utils": "^2.4.1",
3232
"lodash": "^4.17.21",
33-
"nuxt": "^3.8.1",
33+
"nuxt": "^3.18.0",
3434
"rollup-plugin-analyzer": "^4.0.0",
3535
"sass": "^1.57.1",
3636
"serve": "^14.2.0",
37-
"ts-loader": "^9.3.0",
38-
"ts-node": "^10.8.1",
39-
"typescript": "^5",
37+
"ts-loader": "^9.5.2",
38+
"ts-node": "^10.9.2",
39+
"typescript": "^5.8.3",
4040
"vite": "^4.5.14",
4141
"vitest": "^1.4.0",
4242
"vue-bundle-renderer": "0.4.1",
4343
"vue-tsc": "^2.0.7",
44-
"webpack": "^5.4.1",
45-
"webpack-cli": "^4.9.2",
44+
"webpack": "^5.101.0",
45+
"webpack-cli": "^4.10.0",
4646
"when-dependencies-installed": "^1.0.1"
4747
},
4848
"workspaces": {

0 commit comments

Comments
 (0)