Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 31, 2024
1 parent 3029ffb commit 68671a3
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 122 deletions.
14 changes: 7 additions & 7 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": "pnpm@9.5.0",
"packageManager": "pnpm@9.6.0",
"dependencies": {
"@swc/core": "^1.7.0"
"@swc/core": "^1.7.4"
},
"peerDependencies": {
"vite": "^4 || ^5"
},
"devDependencies": {
"@arnaud-barre/tnode": "^0.19.2",
"@playwright/test": "^1.45.2",
"@playwright/test": "^1.45.3",
"@types/fs-extra": "^11.0.4",
"@types/node": "20.14.11",
"@vitejs/release-scripts": "^1.3.1",
"@types/node": "20.14.13",
"@vitejs/release-scripts": "^1.3.2",
"esbuild": "^0.23.0",
"fs-extra": "^11.2.0",
"picocolors": "^1.0.1",
"prettier": "^3.0.3",
"typescript": "^5.5.3",
"vite": "^5.3.4"
"typescript": "^5.5.4",
"vite": "^5.3.5"
}
}
Loading

0 comments on commit 68671a3

Please sign in to comment.