Skip to content

Commit 512b11e

Browse files
Merge pull request #1006 from ProvableHQ/dependabot/npm_and_yarn/vite-6.1.2
Bump vite from 6.1.1 to 6.1.2
2 parents 58ce980 + 9c2411d commit 512b11e

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

create-leo-app/template-react-leo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"raw-loader": "^4.0.2",
3737
"style-loader": "^4.0.0",
3838
"svg-url-loader": "^8.0.0",
39-
"vite": "^6.0.11",
39+
"vite": "^6.1.2",
4040
"webpack": "^5.97.1",
4141
"webpack-cli": "^6.0.1",
4242
"webpack-dev-server": "^5.2.0"

create-leo-app/template-react-managed-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"html-webpack-plugin": "^5.6.3",
3434
"style-loader": "^4.0.0",
3535
"svg-url-loader": "^8.0.0",
36-
"vite": "^6.0.11",
36+
"vite": "^6.1.2",
3737
"webpack": "^5.97.1",
3838
"webpack-cli": "^6.0.1",
3939
"webpack-dev-server": "^5.2.0"

create-leo-app/template-react-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"svg-url-loader": "^8.0.0",
4242
"ts-node": "^10.9.2",
4343
"typescript": "^5.7.3",
44-
"vite": "^6.0.11",
44+
"vite": "^6.1.2",
4545
"webpack": "^5.97.1",
4646
"webpack-cli": "^6.0.1",
4747
"webpack-dev-server": "^5.2.0"

create-leo-app/template-vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"devDependencies": {
1212
"@provablehq/sdk": "^0.8.0",
1313
"tslib": "^2.8.1",
14-
"vite": "^6.0.11"
14+
"vite": "^6.1.2"
1515
}
1616
}

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"mini-css-extract-plugin": "^2.9.2",
5050
"prettier": "^3.4.2",
5151
"style-loader": "^4.0.0",
52-
"vite": "^6.0.11",
52+
"vite": "^6.1.2",
5353
"webpack": "^5.97.1",
5454
"webpack-cli": "^6.0.1",
5555
"webpack-dev-server": "^5.2.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9363,10 +9363,10 @@ vary@~1.1.2:
93639363
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
93649364
integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==
93659365

9366-
vite@^6.0.11:
9367-
version "6.1.1"
9368-
resolved "https://registry.yarnpkg.com/vite/-/vite-6.1.1.tgz#c1f221749298357b9230782a04483e60ad83c8db"
9369-
integrity sha512-4GgM54XrwRfrOp297aIYspIti66k56v16ZnqHvrIM7mG+HjDlAwS7p+Srr7J6fGvEdOJ5JcQ/D9T7HhtdXDTzA==
9366+
vite@^6.1.2:
9367+
version "6.1.2"
9368+
resolved "https://registry.yarnpkg.com/vite/-/vite-6.1.2.tgz#2c046f1de13ca7a63de5ae42237ccdcde97dbf55"
9369+
integrity sha512-EiXfDyO/uNKhYOSlZ6+9qBz4H46A8Lr07pyjmb88KTbJ+xkXvnqtxvgtg2VxPU6Kfj8Ep0un9JLqdrCWLqIanw==
93709370
dependencies:
93719371
esbuild "^0.24.2"
93729372
postcss "^8.5.2"

0 commit comments

Comments
 (0)