Skip to content

Commit

Permalink
chore: pin typescript to 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Nov 22, 2023
1 parent 223bb93 commit 02c2945
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"@adonisjs/eslint-config": "^1.1.8",
"@adonisjs/prettier-config": "^1.1.8",
"@adonisjs/tsconfig": "^1.1.8",
"@commitlint/cli": "^18.4.2",
"@commitlint/config-conventional": "^18.4.2",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@japa/assert": "^2.0.1",
"@japa/expect-type": "^2.0.0",
"@japa/runner": "^3.0.5",
"@swc/core": "^1.3.96",
"@swc/core": "^1.3.99",
"@types/dlv": "^1.1.4",
"@types/node": "^20.9.2",
"@types/node": "^20.9.3",
"benchmark": "^2.1.4",
"c8": "^8.0.1",
"del-cli": "^5.1.0",
Expand All @@ -54,14 +54,14 @@
"np": "^8.0.4",
"prettier": "^3.1.0",
"ts-node": "^10.9.1",
"tsup": "^8.0.0",
"typescript": "^5.2.2",
"tsup": "^8.0.1",
"typescript": "5.2.2",
"yup": "^1.3.2",
"zod": "^3.22.4"
},
"dependencies": {
"@poppinss/macroable": "^1.0.0",
"@types/validator": "^13.11.6",
"@types/validator": "^13.11.7",
"@vinejs/compiler": "^2.3.0",
"camelcase": "^8.0.0",
"dayjs": "^1.11.10",
Expand Down

0 comments on commit 02c2945

Please sign in to comment.