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

Commit 2c22c01

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 9dbe081 commit 2c22c01

File tree

4 files changed

+7
-12
lines changed

4 files changed

+7
-12
lines changed

client/package.json

+1-1
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

+1-1
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

+1-1
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

+4-9
Original file line numberDiff line numberDiff line change
@@ -11461,15 +11461,10 @@ typedi@^0.10.0:
1146111461
resolved "https://registry.npmjs.org/typedi/-/typedi-0.10.0.tgz"
1146211462
integrity sha512-v3UJF8xm68BBj6AF4oQML3ikrfK2c9EmZUyLOfShpJuItAqVBHWP/KtpGinkSsIiP6EZyyb6Z3NXyW9dgS9X1w==
1146311463

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==
11464+
typescript@~5.3.3:
11465+
version "5.3.3"
11466+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
11467+
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
1147311468

1147411469
uid-safe@~2.1.5:
1147511470
version "2.1.5"

0 commit comments

Comments
 (0)