Skip to content
Closed
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/react-integration/demo-app-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react-swc": "^3.7.1",
"@vitejs/plugin-react-swc": "^3.7.2",
"vite": "^5.4.11"
}
}
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5445,14 +5445,14 @@ __metadata:
languageName: node
linkType: hard

"@vitejs/plugin-react-swc@npm:^3.7.1":
version: 3.7.1
resolution: "@vitejs/plugin-react-swc@npm:3.7.1"
"@vitejs/plugin-react-swc@npm:^3.7.2":
version: 3.7.2
resolution: "@vitejs/plugin-react-swc@npm:3.7.2"
dependencies:
"@swc/core": "npm:^1.7.26"
peerDependencies:
vite: ^4 || ^5
checksum: 10c0/2d613e69c0d0b809c94df80ca2b0caf39c50f0b98aa1f8599fd086bc37dac1449898eb6572000e1c133313137cac93440c4cb0861e05820c78bd2c07a52e64a8
vite: ^4 || ^5 || ^6
checksum: 10c0/9b9a5e0540791ba96a9fe4e8b8146ab274edcc730315535705f20126d6dfaffe72ae474bac9904ce841976e1959b6ecffd047bb2f0b7abf4d85aae7fbfdd00ab
languageName: node
linkType: hard

Expand Down Expand Up @@ -8926,7 +8926,7 @@ __metadata:
"@patternfly/react-core": "workspace:^"
"@types/react-router": "npm:^5.1.20"
"@types/react-router-dom": "npm:^5.3.3"
"@vitejs/plugin-react-swc": "npm:^3.7.1"
"@vitejs/plugin-react-swc": "npm:^3.7.2"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
react-router: "npm:^5.3.4"
Expand Down
Loading