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] authored Jul 26, 2023
1 parent 95e9919 commit e17e29b
Show file tree
Hide file tree
Showing 12 changed files with 234 additions and 220 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@
"qa": "tsc && pnpm prettier-ci && pnpm build && pnpm test",
"release": "pnpm build && tnode scripts/release.ts"
},
"packageManager": "[email protected].8",
"packageManager": "[email protected].10",
"dependencies": {
"@swc/core": "^1.3.69"
"@swc/core": "^1.3.71"
},
"peerDependencies": {
"vite": "^4"
},
"devDependencies": {
"@arnaud-barre/tnode": "^0.18.0",
"@playwright/test": "^1.36.1",
"@playwright/test": "^1.36.2",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.16.19",
"@types/node": "^18.17.1",
"@vitejs/release-scripts": "^1.2.1",
"esbuild": "^0.18.13",
"esbuild": "^0.18.17",
"fs-extra": "^11.1.1",
"picocolors": "^1.0.0",
"prettier": "^3.0.0",
"typescript": "^5.1.6",
"vite": "^4.4.4"
"vite": "^4.4.7"
}
}
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.15",
"@types/react": "^18.2.16",
"@types/react-dom": "^18.2.7",
"@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.15",
"@types/react": "^18.2.16",
"@types/react-dom": "^18.2.7",
"@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.15",
"@types/react": "^18.2.16",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react-swc": "../../dist",
"@swc/plugin-emotion": "^2.5.69"
"@swc/plugin-emotion": "^2.5.70"
}
}
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.15",
"@types/react": "^18.2.16",
"@types/react-dom": "^18.2.7",
"@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.15",
"@types/react": "^18.2.16",
"@types/react-dom": "^18.2.7",
"@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.15",
"@types/react": "^18.2.16",
"@types/react-dom": "^18.2.7",
"@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.15",
"@types/react": "^18.2.16",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react-swc": "../../dist"
}
Expand Down
6 changes: 3 additions & 3 deletions playground/styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"styled-components": "^6.0.4"
"styled-components": "^6.0.5"
},
"devDependencies": {
"@swc/plugin-styled-components": "^1.5.69",
"@types/react": "^18.2.15",
"@swc/plugin-styled-components": "^1.5.70",
"@types/react": "^18.2.16",
"@types/react-dom": "^18.2.7",
"@types/styled-components": "^5.1.26",
"@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.15.1",
"@generouted/react-router": "^1.15.2",
"generouted": "1.11.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.1"
"react-router-dom": "^6.14.2"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react": "^18.2.16",
"@types/react-dom": "^18.2.7",
"@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.15",
"@types/react": "^18.2.16",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react-swc": "../../dist"
}
Expand Down
Loading

0 comments on commit e17e29b

Please sign in to comment.