Skip to content

fix(deps): update all non-major dependencies #191

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@vue/cli-plugin-e2e-cypress": "5.0.8",
"@vue/cli-service": "5.0.8",
"cypress": "11.2.0",
"typescript": "4.8.4"
"typescript": "4.9.3"
}
}
28 changes: 14 additions & 14 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,18 +133,18 @@ __metadata:
languageName: node
linkType: hard

"@frsource/base64@npm:1.0.4":
version: 1.0.4
resolution: "@frsource/base64@npm:1.0.4"
checksum: db5fd0a660a98d677a1de93b31af2941d223fe1eaee6d7ff99e93217233a0d32d4b0683c982c5990b5c8498fb0007dc8f87989f11d4a84e1e0f31cf950f8531d
"@frsource/base64@npm:1.0.5":
version: 1.0.5
resolution: "@frsource/base64@npm:1.0.5"
checksum: ba526dd81df4e91b0abbcc34fc6818c8ff132e5230c23a4448a365ba934f782a86abb2a8566050f9450905851e467a7160f01f3d321fbb0fa3c8c516c5a82b9b
languageName: node
linkType: hard

"@frsource/cypress-plugin-visual-regression-diff@portal:..::locator=example%40workspace%3A.":
version: 0.0.0-use.local
resolution: "@frsource/cypress-plugin-visual-regression-diff@portal:..::locator=example%40workspace%3A."
dependencies:
"@frsource/base64": 1.0.4
"@frsource/base64": 1.0.5
glob: 8.0.3
meta-png: 1.0.5
move-file: 2.1.0
Expand Down Expand Up @@ -2890,7 +2890,7 @@ __metadata:
"@vue/cli-plugin-e2e-cypress": 5.0.8
"@vue/cli-service": 5.0.8
cypress: 11.2.0
typescript: 4.8.4
typescript: 4.9.3
vue: 3.2.45
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -7058,23 +7058,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:4.8.4":
version: 4.8.4
resolution: "typescript@npm:4.8.4"
"typescript@npm:4.9.3":
version: 4.9.3
resolution: "typescript@npm:4.9.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 3e4f061658e0c8f36c820802fa809e0fd812b85687a9a2f5430bc3d0368e37d1c9605c3ce9b39df9a05af2ece67b1d844f9f6ea8ff42819f13bcb80f85629af0
checksum: 17b8f816050b412403e38d48eef0e893deb6be522d6dc7caf105e54a72e34daf6835c447735fd2b28b66784e72bfbf87f627abb4818a8e43d1fa8106396128dc
languageName: node
linkType: hard

"typescript@patch:typescript@4.8.4#~builtin<compat/typescript>":
version: 4.8.4
resolution: "typescript@patch:typescript@npm%3A4.8.4#~builtin<compat/typescript>::version=4.8.4&hash=701156"
"typescript@patch:typescript@4.9.3#~builtin<compat/typescript>":
version: 4.9.3
resolution: "typescript@patch:typescript@npm%3A4.9.3#~builtin<compat/typescript>::version=4.9.3&hash=701156"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 301459fc3eb3b1a38fe91bf96d98eb55da88a9cb17b4ef80b4d105d620f4d547ba776cc27b44cc2ef58b66eda23fe0a74142feb5e79a6fb99f54fc018a696afa
checksum: ef65c22622d864497d0a0c5db693523329b3284c15fe632e93ad9aa059e8dc38ef3bd767d6f26b1e5ecf9446f49bd0f6c4e5714a2eeaf352805dc002479843d1
languageName: node
linkType: hard

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,20 +76,20 @@
"cypress": ">=4.5.0"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.1",
"@semantic-release/changelog": "6.0.2",
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.6",
"@semantic-release/github": "8.0.7",
"@semantic-release/npm": "9.0.1",
"@semantic-release/release-notes-generator": "10.0.3",
"@types/glob": "8.0.0",
"@types/pixelmatch": "5.2.4",
"@types/pngjs": "6.0.1",
"@types/sharp": "0.31.0",
"@types/tmp": "0.2.3",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"@vitest/coverage-c8": "0.25.2",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"@vitest/coverage-c8": "0.25.3",
"cpy-cli": "4.2.0",
"cypress": "11.2.0",
"del-cli": "5.0.0",
Expand All @@ -98,13 +98,13 @@
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-eslint-comments": "3.2.0",
"microbundle": "0.15.1",
"prettier": "2.7.1",
"prettier": "2.8.0",
"sanitize-filename": "1.6.3",
"semantic-release": "19.0.5",
"tmp-promise": "3.0.3",
"typescript": "4.9.3",
"vite-tsconfig-paths": "3.6.0",
"vitest": "0.25.2"
"vitest": "0.25.3"
},
"keywords": [
"Cypress",
Expand All @@ -121,7 +121,7 @@
"Cypress image snapshot"
],
"dependencies": {
"@frsource/base64": "1.0.4",
"@frsource/base64": "1.0.5",
"glob": "8.0.3",
"meta-png": "1.0.5",
"move-file": "2.1.0",
Expand Down
Loading