Skip to content

Commit 85229ac

Browse files
chore(deps-dev): Bump typescript from 4.2.4 to 5.3.3 (#3)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.4 to 5.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.2.4...v5.3.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 61c565a commit 85229ac

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"eslint-config-sora": "^3.1.0",
3131
"husky": "^5.0.9",
3232
"lerna": "^4.0.0",
33-
"typescript": "^4.1.5"
33+
"typescript": "^5.3.3"
3434
}
3535
}

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@vitejs/plugin-react-refresh": "^1.1.0",
4747
"babel-loader": "^8.2.2",
4848
"eslint-plugin-react": "^7.22.0",
49-
"typescript": "^4.1.2",
49+
"typescript": "^5.3.3",
5050
"vite": "^2.0.1"
5151
},
5252
"gitHead": "1e5ae8e0fe8afa656bfed9b95c9b61fd7aad3d4d"

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"babel-eslint": "^10.1.0",
4545
"babel-loader": "^8.2.2",
4646
"eslint-plugin-vue": "^7.6.0",
47-
"typescript": "^4.1.3",
47+
"typescript": "^5.3.3",
4848
"vite": "^2.0.1",
4949
"vue": "^3.0.6",
5050
"vue-loader": "^16.1.2"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12989,10 +12989,10 @@ typedarray@^0.0.6:
1298912989
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1299012990
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1299112991

12992-
typescript@^4.1.2, typescript@^4.1.3, typescript@^4.1.5:
12993-
version "4.2.4"
12994-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
12995-
integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==
12992+
typescript@^5.3.3:
12993+
version "5.3.3"
12994+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
12995+
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
1299612996

1299712997
uglify-js@^3.1.4:
1299812998
version "3.13.7"

0 commit comments

Comments
 (0)