Skip to content

Commit a70a18d

Browse files
Bump typescript from 4.9.3 to 4.9.5
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.3 to 4.9.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.9.3...v4.9.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 69323f6 commit a70a18d

File tree

5 files changed

+8
-13
lines changed

5 files changed

+8
-13
lines changed

packages/eslint-config-meilisearch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"eslint-plugin-standard": "^5.0.0",
2828
"eslint-plugin-vue": "^7.7.0",
2929
"prettier": "^2.8.3",
30-
"typescript": "^4.7.4"
30+
"typescript": "^4.9.5"
3131
}
3232
}

packages/instant-meilisearch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@
7373
"shx": "^0.3.4",
7474
"ts-jest": "^27.0.7",
7575
"tslib": "^2.4.1",
76-
"typescript": "^4.9.3"
76+
"typescript": "^4.9.5"
7777
}
7878
}

playgrounds/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@types/node": "^14.14.31",
3535
"eslint-config-meilisearch": "*",
3636
"ts-node": "~10.9.1",
37-
"typescript": "~4.9.4"
37+
"typescript": "~4.9.5"
3838
},
3939
"browserslist": [
4040
"defaults"

playgrounds/vue3-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@vitejs/plugin-vue": "^4.0.0",
21-
"typescript": "^4.9.3",
21+
"typescript": "^4.9.5",
2222
"vite": "^4.0.0",
2323
"vue-tsc": "^1.0.11",
2424
"eslint-config-meilisearch": "*"

yarn.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13816,15 +13816,10 @@ typedarray@^0.0.6:
1381613816
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1381713817
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
1381813818

13819-
typescript@^4.7.4, typescript@~4.9.4:
13820-
version "4.9.4"
13821-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78"
13822-
integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==
13823-
13824-
typescript@^4.9.3:
13825-
version "4.9.3"
13826-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db"
13827-
integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==
13819+
typescript@^4.9.5, typescript@~4.9.5:
13820+
version "4.9.5"
13821+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
13822+
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
1382813823

1382913824
unbox-primitive@^1.0.2:
1383013825
version "1.0.2"

0 commit comments

Comments
 (0)