Skip to content

Commit

Permalink
chore(deps): bump ts to 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinSimeonov committed Jan 4, 2024
1 parent 53bc80c commit f7e1881
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"scripts": {
"build": "tsc -P tsconfig.json",
"build:watch": "npm run build -- --watch",
"test": "npm run test:compile && npm run test:run-compiled",
"test": "npm run test:compile && npm run test:run",
"test:ci": "./runtests.sh",
"test:compile": "npm run test:compile-tsc && npm run test:compile-babel",
"test:compile-tsc": "node compile.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"nyc": "^15.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.0.2"
"typescript": "^5.3.3"
},
"peerDependencies": {
"typescript": ">=5.0"
Expand Down

0 comments on commit f7e1881

Please sign in to comment.