Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#164)
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 Oct 30, 2023
1 parent 9512930 commit 1194562
Show file tree
Hide file tree
Showing 12 changed files with 108 additions and 103 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"qa": "tsc && pnpm prettier-ci && pnpm build && pnpm test",
"release": "pnpm build && tnode scripts/release.ts"
},
"packageManager": "pnpm@8.9.2",
"packageManager": "pnpm@8.10.0",
"dependencies": {
"@swc/core": "^1.3.94"
"@swc/core": "^1.3.95"
},
"peerDependencies": {
"vite": "^4"
Expand All @@ -23,7 +23,7 @@
"@arnaud-barre/tnode": "^0.19.2",
"@playwright/test": "^1.39.0",
"@types/fs-extra": "^11.0.3",
"@types/node": "^18.18.6",
"@types/node": "^18.18.7",
"@vitejs/release-scripts": "^1.3.1",
"esbuild": "^0.19.5",
"fs-extra": "^11.1.1",
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.31",
"@types/react": "^18.2.33",
"@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.31",
"@types/react": "^18.2.33",
"@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.31",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react-swc": "../../dist",
"@swc/plugin-emotion": "^2.5.92"
"@swc/plugin-emotion": "^2.5.95"
}
}
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.31",
"@types/react": "^18.2.33",
"@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.31",
"@types/react": "^18.2.33",
"@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": "^2.3.0",
"@types/react": "^18.2.31",
"@types/react": "^18.2.33",
"@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.31",
"@types/react": "^18.2.33",
"@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.92",
"@types/react": "^18.2.31",
"@swc/plugin-styled-components": "^1.5.95",
"@types/react": "^18.2.33",
"@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.17.0"
},
"devDependencies": {
"@types/react": "^18.2.31",
"@types/react": "^18.2.33",
"@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.31",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react-swc": "../../dist"
}
Expand Down
Loading

0 comments on commit 1194562

Please sign in to comment.