chore(packages): bump deps

This commit is contained in:
moklick
2022-09-26 12:48:44 +02:00
parent 7c7181ce1f
commit aef8b477c2
12 changed files with 179 additions and 266 deletions
+3 -2
View File
@@ -11,6 +11,7 @@
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint",
"typecheck": "turbo run typecheck",
"release": "changeset publish",
"clean": "pnpm -r --parallel exec rimraf dist .turbo"
},
@@ -37,7 +38,7 @@
"react-dom": "^18.2.0",
"rimraf": "^3.0.2",
"rollup": "^2.79.0",
"turbo": "^1.4.6",
"typescript": "^4.7.4"
"turbo": "^1.5.3",
"typescript": "^4.8.3"
}
}