Skip to content

Commit

Permalink
Merge pull request #28 from eveenendaal/dependabot/npm_and_yarn/types…
Browse files Browse the repository at this point in the history
…cript-5.2.2

Bump typescript from 5.1.6 to 5.2.2
  • Loading branch information
eveenendaal authored Aug 28, 2023
2 parents 5d21a66 + d50c2aa commit 1d08eaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "video-gallery",
"version": "1.0.0",
"private": true,
"license": "UNLICENSED",
"license": "GPL-3.0",
"type": "commonjs",
"scripts": {
"compile:ts": "tsc",
Expand Down Expand Up @@ -31,6 +31,6 @@
"node-sass": "^9.0.0",
"nodemon": "^3.0.1",
"ts-node": "^10.8.1",
"typescript": "~5.1.3"
"typescript": "~5.2.2"
}
}
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"display": "Node 18",
"compilerOptions": {
"lib": [
"es2020"
"es2022"
],
"module": "commonjs",
"target": "es2020",
"moduleResolution": "node",
"target": "es2022",
"outDir": "out",
"strict": true,
"esModuleInterop": true,
Expand Down

0 comments on commit 1d08eaf

Please sign in to comment.