Skip to content

Commit

Permalink
update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmossas committed Jul 17, 2024
1 parent cb267e8 commit 90a6bc8
Show file tree
Hide file tree
Showing 7 changed files with 3,505 additions and 6,160 deletions.
2 changes: 1 addition & 1 deletion languages/ts/ts-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"ws": "^8.18.0"
},
"devDependencies": {
"@types/ws": "^8.5.10"
"@types/ws": "^8.5.11"
}
}
19 changes: 14 additions & 5 deletions languages/ts/ts-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
"version": "0.54.0",
"type": "module",
"license": "MIT",
"author": { "name": "joshmossas", "url": "https://github.com/joshmossas" },
"bugs": { "url": "https://github.com/modiimedia/arri/issues" },
"author": {
"name": "joshmossas",
"url": "https://github.com/joshmossas"
},
"bugs": {
"url": "https://github.com/modiimedia/arri/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/modiimedia/arri.git",
Expand All @@ -13,11 +18,15 @@
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"dependencies": {
"@arrirpc/codegen-utils": "workspace:*",
"@arrirpc/schema": "workspace:*",
"prettier": "^3.3.2"
"prettier": "^3.3.3"
},
"devDependencies": { "@arrirpc/client": "workspace:*" }
"devDependencies": {
"@arrirpc/client": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion languages/ts/ts-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"uncrypto": "^0.1.3"
},
"devDependencies": {
"bun-types": "^1.1.18"
"bun-types": "^1.1.20"
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@
},
"private": true,
"devDependencies": {
"@eslint/js": "^9.6.0",
"@eslint/js": "^9.7.0",
"@faker-js/faker": "^8.4.1",
"@nx/vite": "19.4.2",
"@nx/workspace": "19.4.2",
"@nx/vite": "19.4.4",
"@nx/workspace": "19.4.4",
"@sinclair/typebox": "^0.32.34",
"@types/lodash": "^4.17.6",
"@types/node": "20.14.10",
"@types/lodash": "^4.17.7",
"@types/node": "20.14.11",
"@vitest/coverage-v8": "1.6.0",
"@vitest/ui": "1.6.0",
"benny": "^3.7.1",
"bun-types": "^1.1.18",
"bun-types": "^1.1.20",
"citty": "^0.1.6",
"depcheck": "^1.4.7",
"esbuild": "0.23.0",
Expand All @@ -55,15 +55,15 @@
"globby": "^14.0.2",
"jiti": "^1.21.6",
"lodash": "^4.17.21",
"nx": "19.4.2",
"nx": "19.4.4",
"pathe": "^1.1.2",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"scule": "^1.3.0",
"start-server-and-test": "^2.0.4",
"typescript": "5.4.5",
"typescript-eslint": "^7.16.0",
"typescript-eslint": "^7.16.1",
"unbuild": "^2.0.0",
"vite": "5.3.3",
"vite": "5.3.4",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.6.0",
"zod": "^3.23.8"
Expand Down
Loading

0 comments on commit 90a6bc8

Please sign in to comment.