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 Sep 5, 2023
1 parent 733010c commit 9d082b2
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 83 deletions.
8 changes: 4 additions & 4 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": "[email protected].0",
"packageManager": "[email protected].1",
"dependencies": {
"@swc/core": "^1.3.80"
"@swc/core": "^1.3.82"
},
"peerDependencies": {
"vite": "^4"
Expand All @@ -23,8 +23,8 @@
"@arnaud-barre/tnode": "^0.19.1",
"@playwright/test": "^1.37.1",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.17.12",
"@vitejs/release-scripts": "^1.2.1",
"@types/node": "^18.17.14",
"@vitejs/release-scripts": "^1.3.0",
"esbuild": "^0.19.2",
"fs-extra": "^11.1.1",
"picocolors": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/emotion-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react-swc": "../../dist",
"@swc/plugin-emotion": "^2.5.74"
"@swc/plugin-emotion": "^2.5.76"
}
}
2 changes: 1 addition & 1 deletion playground/styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"styled-components": "^6.0.7"
},
"devDependencies": {
"@swc/plugin-styled-components": "^1.5.74",
"@swc/plugin-styled-components": "^1.5.76",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/styled-components": "^5.1.26",
Expand Down
Loading

0 comments on commit 9d082b2

Please sign in to comment.