Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @vitejs/plugin-react to v4.1.1 #9456

Merged
merged 2 commits into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@types/split2": "4.2.0",
"@types/uuid": "9.0.2",
"@types/yargs": "17.0.24",
"@vitejs/plugin-react": "4.0.4",
"@vitejs/plugin-react": "4.1.1",
"autoprefixer": "10.4.14",
"aws-lambda": "1.0.7",
"buffer": "6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@redwoodjs/project-config": "6.0.7",
"@redwoodjs/web": "6.0.7",
"@swc/core": "1.3.60",
"@vitejs/plugin-react": "4.0.4",
"@vitejs/plugin-react": "4.1.1",
"@whatwg-node/server": "0.9.14",
"acorn-loose": "8.3.0",
"buffer": "6.0.3",
Expand Down
32 changes: 23 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/core@npm:^7.11.1, @babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.12.9, @babel/core@npm:^7.13.16, @babel/core@npm:^7.14.0, @babel/core@npm:^7.21.3, @babel/core@npm:^7.22.0, @babel/core@npm:^7.22.20, @babel/core@npm:^7.22.9, @babel/core@npm:^7.7.5":
"@babel/core@npm:^7.11.1, @babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.12.9, @babel/core@npm:^7.13.16, @babel/core@npm:^7.14.0, @babel/core@npm:^7.21.3, @babel/core@npm:^7.22.0, @babel/core@npm:^7.22.20, @babel/core@npm:^7.22.9, @babel/core@npm:^7.23.2, @babel/core@npm:^7.7.5":
version: 7.23.3
resolution: "@babel/core@npm:7.23.3"
dependencies:
Expand Down Expand Up @@ -9105,7 +9105,7 @@ __metadata:
"@types/split2": 4.2.0
"@types/uuid": 9.0.2
"@types/yargs": 17.0.24
"@vitejs/plugin-react": 4.0.4
"@vitejs/plugin-react": 4.1.1
ansi-colors: 4.1.3
autoprefixer: 10.4.14
aws-lambda: 1.0.7
Expand Down Expand Up @@ -9237,7 +9237,7 @@ __metadata:
"@types/express": 4
"@types/react": 18.2.14
"@types/yargs-parser": 21.0.0
"@vitejs/plugin-react": 4.0.4
"@vitejs/plugin-react": 4.1.1
"@whatwg-node/server": 0.9.14
acorn-loose: 8.3.0
buffer: 6.0.3
Expand Down Expand Up @@ -11167,7 +11167,20 @@ __metadata:
languageName: node
linkType: hard

"@types/babel__core@npm:*, @types/babel__core@npm:7.20.2, @types/babel__core@npm:^7.0.0, @types/babel__core@npm:^7.1.14":
"@types/babel__core@npm:*, @types/babel__core@npm:^7.0.0, @types/babel__core@npm:^7.1.14, @types/babel__core@npm:^7.20.3":
version: 7.20.4
resolution: "@types/babel__core@npm:7.20.4"
dependencies:
"@babel/parser": ^7.20.7
"@babel/types": ^7.20.7
"@types/babel__generator": "*"
"@types/babel__template": "*"
"@types/babel__traverse": "*"
checksum: 2adc7ec49de5f922271ce087cedee000de468a3e13f92b7b6254016bd8357298cb98e6d2b3c9defc69bb6e38e0c134ffe80776a8ce4e9fb167bbffcb4d7613b7
languageName: node
linkType: hard

"@types/babel__core@npm:7.20.2":
version: 7.20.2
resolution: "@types/babel__core@npm:7.20.2"
dependencies:
Expand Down Expand Up @@ -12495,17 +12508,18 @@ __metadata:
languageName: node
linkType: hard

"@vitejs/plugin-react@npm:4.0.4":
version: 4.0.4
resolution: "@vitejs/plugin-react@npm:4.0.4"
"@vitejs/plugin-react@npm:4.1.1":
version: 4.1.1
resolution: "@vitejs/plugin-react@npm:4.1.1"
dependencies:
"@babel/core": ^7.22.9
"@babel/core": ^7.23.2
"@babel/plugin-transform-react-jsx-self": ^7.22.5
"@babel/plugin-transform-react-jsx-source": ^7.22.5
"@types/babel__core": ^7.20.3
react-refresh: ^0.14.0
peerDependencies:
vite: ^4.2.0
checksum: ca687dfe5e1b29822194cbfdde5cc75fe329dbee107489ab35e5e75911eca1cf5d38d3fe52886d50bf5249975948a8f4098c5fa23652afb7275d5aa79a5300b7
checksum: f0374e5242da7e97ac7be5bec9bfe34c1fde50b2e3b5178cebbec76caa1f21b3c7d23d43a9a54ec18403164aa2b1a2ae7c3f5912c0371327f95a3278e39db05e
languageName: node
linkType: hard

Expand Down
Loading