Skip to content

Commit

Permalink
Refresh TS environment
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Jun 14, 2024
1 parent 3881018 commit ce31786
Show file tree
Hide file tree
Showing 6 changed files with 99 additions and 58 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 20.10.0
nodejs 20.14.0
7 changes: 4 additions & 3 deletions examples/typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Sasha Koss <koss@nocorp.me>",
"license": "MIT",
"dependencies": {
"typescript": "^5.1.6"
"typescript": "^5.4.5"
},
"scripts": {
"build": "npm run build-date-fns && tsc && npm run build-tsc",
Expand Down
4 changes: 3 additions & 1 deletion examples/typescript/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"compilerOptions": {
"outDir": "dist"
"outDir": "dist",
"lib": ["dom", "es2020", "ESNext.Intl"],
"types": []
}
}
134 changes: 86 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6097,16 +6097,16 @@
"@octokit/core": "^3.2.5",
"@size-limit/esbuild": "^11.0.1",
"@size-limit/file": "^11.0.1",
"@types/bun": "^1.0.3",
"@types/bun": "^1.1.4",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.2",
"@types/node": "^20.14.2",
"@types/sinon": "^9.0.6",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitest/browser": "^1.3.1",
"@vitest/coverage-v8": "^1.3.1",
"babel-plugin-add-import-extension": "^1.6.0",
"bun": "^1.0.25",
"bun": "^1.1.13",
"cloc": "^2.2.0",
"coveralls": "^3.1.1",
"eslint": "^8.55.0",
Expand All @@ -6123,7 +6123,7 @@
"tsx": "^4.6.1",
"typedoc": "^0.25.4",
"typedoc-plugin-missing-exports": "^2.1.0",
"typescript": "^5.3.2",
"typescript": "^5.4.5",
"vitest": "^1.3.1"
}
}

0 comments on commit ce31786

Please sign in to comment.