Skip to content

Commit

Permalink
update vite, tsup
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaSemenov committed Jun 20, 2024
1 parent c94c7d4 commit b84ba23
Show file tree
Hide file tree
Showing 4 changed files with 233 additions and 206 deletions.
2 changes: 1 addition & 1 deletion packages/graphql-orm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"graphql": "^16"
},
"devDependencies": {
"tsconfig-vite-node": "^1.1.0"
"tsconfig-vite-node": "^1.1.2"
}
}
12 changes: 6 additions & 6 deletions packages/objection-graphql-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"objection": "^3.0.1",
"sqlite3": "^5.1.6",
"tar": "^6.1.15",
"tsconfig-vite-node": "^1.1.0",
"tsup": "^8.0.2",
"vite": "^5.1.4",
"vite-node": "^1.3.1",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.3.1"
"tsconfig-vite-node": "^1.1.2",
"tsup": "^8.1.0",
"vite": "^5.3.1",
"vite-node": "^1.6.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
}
}
12 changes: 6 additions & 6 deletions packages/orchid-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"graphql-tag": "^2.12.6",
"orchid-orm": "^1.23.0",
"pqb": "^0.25.0",
"tsconfig-vite-node": "^1.1.0",
"tsup": "^8.0.2",
"vite": "^5.1.4",
"vite-node": "^1.3.1",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.3.1"
"tsconfig-vite-node": "^1.1.2",
"tsup": "^8.1.0",
"vite": "^5.3.1",
"vite-node": "^1.6.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
}
}
Loading

0 comments on commit b84ba23

Please sign in to comment.