refactor: workspace dependencies

This commit is contained in:
Valerio Ageno
2024-05-02 18:53:53 +02:00
parent 9a5ac784fe
commit da111ac56e
4 changed files with 12 additions and 11 deletions
+6 -2
View File
@@ -8,16 +8,18 @@
"build": "turbo build",
"lint": "turbo lint",
"format": "turbo format",
"test": "turbo test"
"test": "turbo test"
},
"keywords": [],
"type": "module",
"author": "",
"license": "MIT",
"devDependencies": {
"@tanstack/config": "^0.7.0",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
@@ -25,6 +27,8 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.2.4",
"typescript": "^5.4.5"
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vitest": "^1.5.2"
}
}
+1 -4
View File
@@ -29,10 +29,7 @@
"src"
],
"dependencies": {
"@tanstack/config": "^0.7.0",
"prettier": "^3.2.4",
"vite": "^5.2.10",
"vitest": "^1.5.2"
"prettier": "^3.2.4"
},
"type": "module",
"types": "dist/esm/index.d.ts",
@@ -1 +1,5 @@
import { createFileRoute } from '@tanstack/react-router'
export const Route = createFileRoute('/about')({
component: () => <div>Hello /about!</div>
})
+1 -5
View File
@@ -42,13 +42,9 @@
"@babel/template": "^7.24.0",
"@babel/traverse": "^7.24.1",
"@babel/types": "^7.24.0",
"@tanstack/config": "^0.7.0",
"@types/babel__core": "^7.20.5",
"@types/node": "^20.12.7",
"@vitejs/plugin-react": "^4.2.1",
"router-generator": "workspace:*",
"vite": "^5.2.10",
"vitest": "^1.5.2"
"router-generator": "workspace:*"
},
"devDependencies": {
"@types/babel-traverse": "^6.25.10"