Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ruheni committed Jun 2, 2023
1 parent 22eec79 commit 60fbae3
Show file tree
Hide file tree
Showing 2 changed files with 1,640 additions and 1,164 deletions.
27 changes: 13 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,27 @@
"dependencies": {
"@molt/command": "^0.7.0",
"@platformatic/db": "^0.17.1",
"chalk": "5.1.0",
"execa": "6.1.0",
"chalk": "5.2.0",
"execa": "7.1.1",
"read-pkg-up": "^9.1.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@platformatic/service": "^0.17.1",
"@types/node": "18.8.3",
"@typescript-eslint/eslint-plugin": "5.40.0",
"@typescript-eslint/parser": "5.40.0",
"eslint": "8.25.0",
"eslint-config-prettier": "8.5.0",
"@types/node": "20.2.5",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"eslint": "8.41.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"prettier": "2.7.1",
"tsup": "6.2.3",
"typescript": "4.8.4",
"vite": "^3.1.8",
"vitest": "0.24.0"
"prettier": "2.8.8",
"tsup": "6.7.0",
"typescript": "5.1.3",
"vite": "^4.3.9",
"vitest": "0.31.4"
},
"peerDependencies": {
"@platformatic/db": "*",
"prisma": "3.9.x || 4.x"
"prisma": ">= 3.9.x"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 60fbae3

Please sign in to comment.