Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#170)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 7, 2023
1 parent 8106f52 commit 17bb3ab
Show file tree
Hide file tree
Showing 12 changed files with 89 additions and 89 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"packageManager": "[email protected]",
"dependencies": {
"@swc/core": "^1.3.95"
"@swc/core": "^1.3.96"
},
"peerDependencies": {
"vite": "^4"
Expand Down
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.2.0"
},
"devDependencies": {
"@types/react": "^18.2.34",
"@types/react": "^18.2.36",
"@types/react-dom": "^18.2.14",
"@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.2.0"
},
"devDependencies": {
"@types/react": "^18.2.34",
"@types/react": "^18.2.36",
"@types/react-dom": "^18.2.14",
"@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.2.0"
},
"devDependencies": {
"@types/react": "^18.2.34",
"@types/react": "^18.2.36",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react-swc": "../../dist",
"@swc/plugin-emotion": "^2.5.96"
"@swc/plugin-emotion": "^2.5.97"
}
}
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.2.0"
},
"devDependencies": {
"@types/react": "^18.2.34",
"@types/react": "^18.2.36",
"@types/react-dom": "^18.2.14",
"@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.2.0"
},
"devDependencies": {
"@types/react": "^18.2.34",
"@types/react": "^18.2.36",
"@types/react-dom": "^18.2.14",
"@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.0",
"@types/react": "^18.2.34",
"@types/react": "^18.2.36",
"@types/react-dom": "^18.2.14",
"@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.2.0"
},
"devDependencies": {
"@types/react": "^18.2.34",
"@types/react": "^18.2.36",
"@types/react-dom": "^18.2.14",
"@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.0"
},
"devDependencies": {
"@swc/plugin-styled-components": "^1.5.96",
"@types/react": "^18.2.34",
"@swc/plugin-styled-components": "^1.5.97",
"@types/react": "^18.2.36",
"@types/react-dom": "^18.2.14",
"@types/styled-components": "^5.1.29",
"@vitejs/plugin-react-swc": "../../dist"
Expand Down
2 changes: 1 addition & 1 deletion playground/ts-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-router-dom": "^6.18.0"
},
"devDependencies": {
"@types/react": "^18.2.34",
"@types/react": "^18.2.36",
"@types/react-dom": "^18.2.14",
"@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.2.0"
},
"devDependencies": {
"@types/react": "^18.2.34",
"@types/react": "^18.2.36",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react-swc": "../../dist"
}
Expand Down
Loading

0 comments on commit 17bb3ab

Please sign in to comment.