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 Aug 7, 2023
1 parent eccdde0 commit 3cac64a
Show file tree
Hide file tree
Showing 4 changed files with 151 additions and 156 deletions.
12 changes: 6 additions & 6 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].11",
"packageManager": "[email protected].12",
"dependencies": {
"@swc/core": "^1.3.73"
"@swc/core": "^1.3.74"
},
"peerDependencies": {
"vite": "^4"
Expand All @@ -23,13 +23,13 @@
"@arnaud-barre/tnode": "^0.18.0",
"@playwright/test": "^1.36.2",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.17.1",
"@types/node": "^18.17.3",
"@vitejs/release-scripts": "^1.2.1",
"esbuild": "^0.18.17",
"esbuild": "^0.18.18",
"fs-extra": "^11.1.1",
"picocolors": "^1.0.0",
"prettier": "^3.0.0",
"prettier": "^3.0.1",
"typescript": "^5.1.6",
"vite": "^4.4.7"
"vite": "^4.4.8"
}
}
2 changes: 1 addition & 1 deletion playground/styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"styled-components": "^6.0.5"
"styled-components": "^6.0.7"
},
"devDependencies": {
"@swc/plugin-styled-components": "^1.5.70",
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 @@ -8,7 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"@generouted/react-router": "^1.15.2",
"@generouted/react-router": "^1.15.3",
"generouted": "1.11.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
Loading

0 comments on commit 3cac64a

Please sign in to comment.