Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Commit 37c07cb

Browse files
build(deps-dev): bump typescript from 4.8.4 to 5.3.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 5.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.8.4...v5.3.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 77a93d6 commit 37c07cb

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
"postcss-loader": "^7.3.3",
5151
"react-scripts": "5.0.1",
5252
"tailwindcss": "^3.3.5",
53-
"typescript": "~5.3.2"
53+
"typescript": "~5.3.3"
5454
}
5555
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"eslint-plugin-react": "^7.33.2",
4747
"js-green-licenses": "^4.0.0",
4848
"prettier": "^3.1.0",
49-
"typescript": "~4.8.4"
49+
"typescript": "~5.3.3"
5050
},
5151
"dependencies": {}
5252
}

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"devDependencies": {
3232
"dotenv": "^16.3.1",
3333
"ts-node-dev": "^2.0.0",
34-
"typescript": "~5.3.2"
34+
"typescript": "~5.3.3"
3535
}
3636
}

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9926,11 +9926,16 @@ redux@^5.0.0:
99269926
resolved "https://registry.yarnpkg.com/redux/-/redux-5.0.0.tgz#29572e29a439e094ff8fec46883fc45053f6736d"
99279927
integrity sha512-blLIYmYetpZMET6Q6uCY7Jtl/Im5OBldy+vNPauA8vvsdqyt66oep4EUpAMWNHauTC6xa9JuRPhRB72rY82QGA==
99289928

9929-
reflect-metadata@^0.1.13, reflect-metadata@^0.1.14:
9929+
reflect-metadata@^0.1.13:
99309930
version "0.1.14"
99319931
resolved "https://registry.yarnpkg.com/reflect-metadata/-/reflect-metadata-0.1.14.tgz#24cf721fe60677146bb77eeb0e1f9dece3d65859"
99329932
integrity sha512-ZhYeb6nRaXCfhnndflDK8qI6ZQ/YcWZCISRAWICW9XYqMUwjZM9Z0DveWX/ABN01oxSHwVxKQmxeYZSsm0jh5A==
99339933

9934+
reflect-metadata@^0.2.1:
9935+
version "0.2.1"
9936+
resolved "https://registry.yarnpkg.com/reflect-metadata/-/reflect-metadata-0.2.1.tgz#8d5513c0f5ef2b4b9c3865287f3c0940c1f67f74"
9937+
integrity sha512-i5lLI6iw9AU3Uu4szRNPPEkomnkjRTaVt9hy/bn5g/oSzekBSMeLZblcjP74AW0vBabqERLLIrz+gR8QYR54Tw==
9938+
99349939
reflect.getprototypeof@^1.0.3:
99359940
version "1.0.3"
99369941
resolved "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.3.tgz"
@@ -11461,15 +11466,10 @@ typedi@^0.10.0:
1146111466
resolved "https://registry.npmjs.org/typedi/-/typedi-0.10.0.tgz"
1146211467
integrity sha512-v3UJF8xm68BBj6AF4oQML3ikrfK2c9EmZUyLOfShpJuItAqVBHWP/KtpGinkSsIiP6EZyyb6Z3NXyW9dgS9X1w==
1146311468

11464-
typescript@~4.8.4:
11465-
version "4.8.4"
11466-
resolved "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz"
11467-
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
11468-
11469-
typescript@~5.3.2:
11470-
version "5.3.2"
11471-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.2.tgz#00d1c7c1c46928c5845c1ee8d0cc2791031d4c43"
11472-
integrity sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==
11469+
typescript@~5.3.3:
11470+
version "5.3.3"
11471+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
11472+
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
1147311473

1147411474
uid-safe@~2.1.5:
1147511475
version "2.1.5"

0 commit comments

Comments
 (0)