Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 7, 2024
1 parent e078012 commit 291b0fb
Show file tree
Hide file tree
Showing 13 changed files with 339 additions and 320 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
},
"packageManager": "pnpm@8.15.8",
"dependencies": {
"@swc/core": "^1.5.7"
"@swc/core": "^1.6.13"
},
"peerDependencies": {
"vite": "^4 || ^5"
},
"devDependencies": {
"@arnaud-barre/tnode": "^0.19.2",
"@playwright/test": "^1.44.0",
"@playwright/test": "^1.45.1",
"@types/fs-extra": "^11.0.4",
"@types/node": "20.11.5",
"@types/node": "20.14.10",
"@vitejs/release-scripts": "^1.3.1",
"esbuild": "^0.21.3",
"esbuild": "^0.23.0",
"fs-extra": "^11.2.0",
"picocolors": "^1.0.1",
"prettier": "^3.0.3",
"typescript": "^5.4.5",
"vite": "^5.2.11"
"typescript": "^5.5.3",
"vite": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion playground/base-path/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "../../dist"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/class-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "../../dist"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "../../dist"
}
Expand Down
4 changes: 2 additions & 2 deletions playground/emotion-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "../../dist",
"@swc/plugin-emotion": "^3.0.4"
"@swc/plugin-emotion": "^3.0.9"
}
}
2 changes: 1 addition & 1 deletion playground/emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "../../dist"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/hmr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "../../dist"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@mdx-js/rollup": "^3.0.1",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "../../dist"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/shadow-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "../../dist"
}
Expand Down
4 changes: 2 additions & 2 deletions playground/styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"styled-components": "^6.1.11"
},
"devDependencies": {
"@swc/plugin-styled-components": "^2.0.6",
"@types/react": "^18.3.2",
"@swc/plugin-styled-components": "^2.0.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/styled-components": "^5.1.34",
"@vitejs/plugin-react-swc": "../../dist"
Expand Down
6 changes: 3 additions & 3 deletions playground/ts-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"preview": "vite preview"
},
"dependencies": {
"@generouted/react-router": "^1.19.4",
"@generouted/react-router": "^1.19.5",
"generouted": "1.11.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.1"
"react-router-dom": "^6.24.1"
},
"devDependencies": {
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "../../dist"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "../../dist"
}
Expand Down
Loading

0 comments on commit 291b0fb

Please sign in to comment.