Skip to content

Commit

Permalink
chore: updates node, pnpm, and replace ts-node with tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarenaldi committed Oct 1, 2024
1 parent 6781ed4 commit a10d99e
Show file tree
Hide file tree
Showing 4 changed files with 1,233 additions and 438 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.1
20.17.0
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"scripts": {
"build": "pnpm build:jsonschemas && pnpm build:dist",
"build:dist": "tsup",
"build:jsonschemas": "ts-node-esm --experimental-specifier-resolution=node scripts/build.ts",
"build:jsonschemas": "scripts/build.ts",
"clean:all": "pnpm clean:dist && pnpm clean:docs && pnpm clean:jsonschemas",
"clean:jsonschemas": "rimraf jsonschemas",
"clean:dist": "rimraf dist",
Expand Down Expand Up @@ -67,7 +67,7 @@
"@changesets/cli": "^2.26.2",
"@faker-js/faker": "^8.0.2",
"@jest/globals": "^29.7.0",
"@lens-protocol/client": "2.0.0-alpha.25",
"@lens-protocol/client": "^2.3.1",
"@types/fs-extra": "^11.0.1",
"@types/json-stable-stringify": "^1.0.36",
"@types/node": "^20.5.0",
Expand All @@ -87,6 +87,7 @@
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsup": "^7.2.0",
"tsx": "^4.19.1",
"typedoc": "^0.25.1",
"typedoc-plugin-zod": "^1.1.0",
"typescript": "^5.1.6",
Expand All @@ -105,7 +106,7 @@
"engines": {
"node": ">=18 <21"
},
"packageManager": "pnpm@8.2.0",
"packageManager": "pnpm@8.15.9",
"dependencies": {
"json-stable-stringify": "^1.1.1",
"uuid": "^9.0.1"
Expand Down
Loading

0 comments on commit a10d99e

Please sign in to comment.