Skip to content

Commit

Permalink
chore: bump some stuff to try and fix deployments (t3-oss#1386)
Browse files Browse the repository at this point in the history
* bumps

* manypkg fix
  • Loading branch information
juliusmarminge authored Apr 26, 2023
1 parent e828a29 commit 06e9dd2
Show file tree
Hide file tree
Showing 4 changed files with 2,797 additions and 6,372 deletions.
8 changes: 4 additions & 4 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,18 @@
"@types/fs-extra": "^11.0.1",
"@types/gradient-string": "^1.1.2",
"@types/inquirer": "^9.0.3",
"@types/node": "^18.15.5",
"@types/node": "^18.16.1",
"next": "^13.2.4",
"next-auth": "^4.20.1",
"prettier": "^2.8.6",
"prettier-plugin-tailwindcss": "^0.2.6",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.7",
"prisma": "^4.11.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"superjson": "^1.12.2",
"tsup": "^6.7.0",
"type-fest": "^3.7.0",
"typescript": "^5.0.2",
"typescript": "^5.0.4",
"zod": "^3.21.4"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,21 @@
"@changesets/cli": "^2.26.1",
"@manypkg/cli": "^0.20.0",
"@total-typescript/ts-reset": "^0.3.7",
"@types/eslint": "^8.21.3",
"@types/node": "^18.15.5",
"@types/eslint": "^8.37.0",
"@types/node": "^18.16.1",
"@types/prettier": "^2.7.2",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"eslint": "^8.36.0",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-turbo": "^0.0.9",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-isaacscript": "^2.6.7",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.6",
"turbo": "^1.8.5",
"typescript": "^5.0.2"
"prettier": "^2.8.8",
"turbo": "^1.9.3",
"typescript": "^5.0.4"
}
}
Loading

0 comments on commit 06e9dd2

Please sign in to comment.