Skip to content

Commit

Permalink
chore: update ts libs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmossas committed Oct 23, 2024
1 parent f6a32a9 commit d4188d9
Showing 4 changed files with 369 additions and 369 deletions.
2 changes: 1 addition & 1 deletion languages/ts/ts-server/package.json
Original file line number Diff line number Diff line change
@@ -36,6 +36,6 @@
"uncrypto": "^0.1.3"
},
"devDependencies": {
"bun-types": "^1.1.30"
"bun-types": "^1.1.32"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -39,33 +39,33 @@
},
"private": true,
"devDependencies": {
"@eslint/js": "^9.12.0",
"@sinclair/typebox": "^0.33.16",
"@types/lodash": "^4.17.10",
"@types/node": "22.7.5",
"@eslint/js": "^9.13.0",
"@sinclair/typebox": "^0.33.17",
"@types/lodash": "^4.17.12",
"@types/node": "22.7.9",
"@vitest/coverage-v8": "2.1.3",
"@vitest/ui": "2.1.3",
"benny": "^3.7.1",
"bun-types": "^1.1.30",
"bun-types": "^1.1.32",
"citty": "^0.1.6",
"depcheck": "^1.4.7",
"esbuild": "0.24.0",
"eslint": "9.12.0",
"eslint": "9.13.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-n": "^17.11.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globby": "^14.0.2",
"jiti": "^2.3.3",
"lodash": "^4.17.21",
"nx": "20.0.1",
"nx": "20.0.3",
"pathe": "^1.1.2",
"prettier": "^3.3.3",
"scule": "^1.3.0",
"start-server-and-test": "^2.0.8",
"typescript": "5.5.4",
"typescript-eslint": "^8.9.0",
"typescript-eslint": "^8.11.0",
"unbuild": "^2.0.0",
"vite": "5.4.9",
"vite": "5.4.10",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.3",
"zod": "^3.23.8"
Loading

0 comments on commit d4188d9

Please sign in to comment.