Skip to content

Commit 2379f38

Browse files
chore(deps): update all non-major dependencies (#202)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3c2c2c4 commit 2379f38

File tree

4 files changed

+106
-97
lines changed

4 files changed

+106
-97
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"@vue/cli-plugin-e2e-cypress": "5.0.8",
2121
"@vue/cli-service": "5.0.8",
2222
"cypress": "11.2.0",
23-
"typescript": "4.9.3"
23+
"typescript": "4.9.4"
2424
}
2525
}

example/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2890,7 +2890,7 @@ __metadata:
28902890
"@vue/cli-plugin-e2e-cypress": 5.0.8
28912891
"@vue/cli-service": 5.0.8
28922892
cypress: 11.2.0
2893-
typescript: 4.9.3
2893+
typescript: 4.9.4
28942894
vue: 3.2.45
28952895
languageName: unknown
28962896
linkType: soft
@@ -7058,23 +7058,23 @@ __metadata:
70587058
languageName: node
70597059
linkType: hard
70607060

7061-
"typescript@npm:4.9.3":
7062-
version: 4.9.3
7063-
resolution: "typescript@npm:4.9.3"
7061+
"typescript@npm:4.9.4":
7062+
version: 4.9.4
7063+
resolution: "typescript@npm:4.9.4"
70647064
bin:
70657065
tsc: bin/tsc
70667066
tsserver: bin/tsserver
7067-
checksum: 17b8f816050b412403e38d48eef0e893deb6be522d6dc7caf105e54a72e34daf6835c447735fd2b28b66784e72bfbf87f627abb4818a8e43d1fa8106396128dc
7067+
checksum: e782fb9e0031cb258a80000f6c13530288c6d63f1177ed43f770533fdc15740d271554cdae86701c1dd2c83b082cea808b07e97fd68b38a172a83dbf9e0d0ef9
70687068
languageName: node
70697069
linkType: hard
70707070

7071-
"typescript@patch:[email protected].3#~builtin<compat/typescript>":
7072-
version: 4.9.3
7073-
resolution: "typescript@patch:typescript@npm%3A4.9.3#~builtin<compat/typescript>::version=4.9.3&hash=701156"
7071+
"typescript@patch:[email protected].4#~builtin<compat/typescript>":
7072+
version: 4.9.4
7073+
resolution: "typescript@patch:typescript@npm%3A4.9.4#~builtin<compat/typescript>::version=4.9.4&hash=701156"
70747074
bin:
70757075
tsc: bin/tsc
70767076
tsserver: bin/tsserver
7077-
checksum: ef65c22622d864497d0a0c5db693523329b3284c15fe632e93ad9aa059e8dc38ef3bd767d6f26b1e5ecf9446f49bd0f6c4e5714a2eeaf352805dc002479843d1
7077+
checksum: 37f6e2c3c5e2aa5934b85b0fddbf32eeac8b1bacf3a5b51d01946936d03f5377fe86255d4e5a4ae628fd0cd553386355ad362c57f13b4635064400f3e8e05b9d
70787078
languageName: node
70797079
linkType: hard
70807080

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@
8787
"@types/pngjs": "6.0.1",
8888
"@types/sharp": "0.31.0",
8989
"@types/tmp": "0.2.3",
90-
"@typescript-eslint/eslint-plugin": "5.45.0",
91-
"@typescript-eslint/parser": "5.45.0",
92-
"@vitest/coverage-c8": "0.25.3",
90+
"@typescript-eslint/eslint-plugin": "5.46.0",
91+
"@typescript-eslint/parser": "5.46.0",
92+
"@vitest/coverage-c8": "0.25.6",
9393
"cpy-cli": "4.2.0",
9494
"cypress": "11.2.0",
9595
"del-cli": "5.0.0",
@@ -98,13 +98,13 @@
9898
"eslint-plugin-cypress": "2.12.1",
9999
"eslint-plugin-eslint-comments": "3.2.0",
100100
"microbundle": "0.15.1",
101-
"prettier": "2.8.0",
101+
"prettier": "2.8.1",
102102
"sanitize-filename": "1.6.3",
103103
"semantic-release": "19.0.5",
104104
"tmp-promise": "3.0.3",
105-
"typescript": "4.9.3",
105+
"typescript": "4.9.4",
106106
"vite-tsconfig-paths": "3.6.0",
107-
"vitest": "0.25.3"
107+
"vitest": "0.25.6"
108108
},
109109
"keywords": [
110110
"Cypress",

0 commit comments

Comments
 (0)