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.0.4 #8999

Merged
merged 1 commit into from
Aug 2, 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/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react-grid-layout": "1",
"@vitejs/plugin-react": "4.0.3",
"@vitejs/plugin-react": "4.0.4",
"autoprefixer": "10.4.14",
"postcss": "8.4.27",
"tailwindcss": "3.3.2",
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.2",
"@redwoodjs/web": "6.0.2",
"@swc/core": "1.3.60",
"@vitejs/plugin-react": "4.0.3",
"@vitejs/plugin-react": "4.0.4",
"acorn-loose": "8.3.0",
"buffer": "6.0.3",
"core-js": "3.31.1",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/core@npm:7.22.9, @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.5, @babel/core@npm:^7.22.9, @babel/core@npm:^7.7.5":
"@babel/core@npm:7.22.9, @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.9, @babel/core@npm:^7.7.5":
version: 7.22.9
resolution: "@babel/core@npm:7.22.9"
dependencies:
Expand Down Expand Up @@ -8015,7 +8015,7 @@ __metadata:
"@types/express": 4
"@types/react": 18.2.14
"@types/yargs-parser": 21.0.0
"@vitejs/plugin-react": 4.0.3
"@vitejs/plugin-react": 4.0.4
acorn-loose: 8.3.0
buffer: 6.0.3
core-js: 3.31.1
Expand Down Expand Up @@ -10998,17 +10998,17 @@ __metadata:
languageName: node
linkType: hard

"@vitejs/plugin-react@npm:4.0.3":
version: 4.0.3
resolution: "@vitejs/plugin-react@npm:4.0.3"
"@vitejs/plugin-react@npm:4.0.4":
version: 4.0.4
resolution: "@vitejs/plugin-react@npm:4.0.4"
dependencies:
"@babel/core": ^7.22.5
"@babel/core": ^7.22.9
"@babel/plugin-transform-react-jsx-self": ^7.22.5
"@babel/plugin-transform-react-jsx-source": ^7.22.5
react-refresh: ^0.14.0
peerDependencies:
vite: ^4.2.0
checksum: 3361a7725216ecb36ad9f84159964eb8918f7f6d7aa7559fed985a8d82fbb045f19f9a69ec92b950b865c822138fd7ca09aa0231186db1fe3d014e6fcc126064
checksum: ca687dfe5e1b29822194cbfdde5cc75fe329dbee107489ab35e5e75911eca1cf5d38d3fe52886d50bf5249975948a8f4098c5fa23652afb7275d5aa79a5300b7
languageName: node
linkType: hard

Expand Down
Loading