Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 2, 2023
1 parent 33c5fc6 commit 4b91f09
Show file tree
Hide file tree
Showing 12 changed files with 83 additions and 83 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"qa": "tsc && pnpm prettier-ci && pnpm build && pnpm test",
"release": "pnpm build && tnode scripts/release.ts"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"dependencies": {
"@swc/core": "^1.3.95"
},
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.7",
"@types/node": "^18.18.8",
"@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.33",
"@types/react": "^18.2.34",
"@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.33",
"@types/react": "^18.2.34",
"@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.33",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react-swc": "../../dist",
"@swc/plugin-emotion": "^2.5.95"
"@swc/plugin-emotion": "^2.5.96"
}
}
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.33",
"@types/react": "^18.2.34",
"@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.33",
"@types/react": "^18.2.34",
"@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.33",
"@types/react": "^18.2.34",
"@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.33",
"@types/react": "^18.2.34",
"@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.95",
"@types/react": "^18.2.33",
"@swc/plugin-styled-components": "^1.5.96",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@types/styled-components": "^5.1.29",
"@vitejs/plugin-react-swc": "../../dist"
Expand Down
4 changes: 2 additions & 2 deletions playground/ts-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"generouted": "1.11.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.17.0"
"react-router-dom": "^6.18.0"
},
"devDependencies": {
"@types/react": "^18.2.33",
"@types/react": "^18.2.34",
"@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.33",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react-swc": "../../dist"
}
Expand Down
Loading

0 comments on commit 4b91f09

Please sign in to comment.