Skip to content

chore(deps): pin dependencies #45

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
Jun 23, 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
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,27 +26,27 @@
"cypress": ">=4.5.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.0",
"@semantic-release/commit-analyzer": "^9.0.1",
"@semantic-release/git": "^10.0.0",
"@semantic-release/npm": "^8.0.2",
"@semantic-release/release-notes-generator": "^10.0.2",
"@types/pixelmatch": "^5.2.4",
"@types/pngjs": "^6.0.1",
"@types/sharp": "^0.29.5",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"cypress": "^8.6.0",
"del-cli": "^4.0.1",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"microbundle": "^0.14.1",
"prettier": "^2.4.1",
"sanitize-filename": "^1.6.3",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "8.0.3",
"@semantic-release/release-notes-generator": "10.0.3",
"@types/pixelmatch": "5.2.4",
"@types/pngjs": "6.0.1",
"@types/sharp": "0.29.5",
"@typescript-eslint/eslint-plugin": "5.9.0",
"@typescript-eslint/parser": "5.9.0",
"cypress": "8.7.0",
"del-cli": "4.0.1",
"eslint": "8.6.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-eslint-comments": "3.2.0",
"microbundle": "0.14.2",
"prettier": "2.5.1",
"sanitize-filename": "1.6.3",
"semantic-release": "^18.0.0",
"typescript": "^4.4.4"
"typescript": "4.5.4"
},
"keywords": [
"Cypress",
Expand All @@ -63,9 +63,9 @@
"Cypress image snapshot"
],
"dependencies": {
"move-file": "^2.1.0",
"pixelmatch": "^5.2.1",
"pngjs": "^6.0.0",
"move-file": "2.1.0",
"pixelmatch": "5.2.1",
"pngjs": "6.0.0",
"sharp": "^0.30.1"
},
"publishConfig": {
Expand Down
106 changes: 53 additions & 53 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1423,31 +1423,31 @@ __metadata:
version: 0.0.0-use.local
resolution: "@frsource/cypress-plugin-visual-regression-diff@workspace:."
dependencies:
"@semantic-release/changelog": ^6.0.0
"@semantic-release/commit-analyzer": ^9.0.1
"@semantic-release/git": ^10.0.0
"@semantic-release/npm": ^8.0.2
"@semantic-release/release-notes-generator": ^10.0.2
"@types/pixelmatch": ^5.2.4
"@types/pngjs": ^6.0.1
"@types/sharp": ^0.29.5
"@typescript-eslint/eslint-plugin": ^5.1.0
"@typescript-eslint/parser": ^5.1.0
cypress: ^8.6.0
del-cli: ^4.0.1
eslint: ^8.1.0
eslint-config-prettier: ^8.3.0
eslint-plugin-cypress: ^2.12.1
eslint-plugin-eslint-comments: ^3.2.0
microbundle: ^0.14.1
move-file: ^2.1.0
pixelmatch: ^5.2.1
pngjs: ^6.0.0
prettier: ^2.4.1
sanitize-filename: ^1.6.3
"@semantic-release/changelog": 6.0.1
"@semantic-release/commit-analyzer": 9.0.2
"@semantic-release/git": 10.0.1
"@semantic-release/npm": 8.0.3
"@semantic-release/release-notes-generator": 10.0.3
"@types/pixelmatch": 5.2.4
"@types/pngjs": 6.0.1
"@types/sharp": 0.29.5
"@typescript-eslint/eslint-plugin": 5.9.0
"@typescript-eslint/parser": 5.9.0
cypress: 8.7.0
del-cli: 4.0.1
eslint: 8.6.0
eslint-config-prettier: 8.3.0
eslint-plugin-cypress: 2.12.1
eslint-plugin-eslint-comments: 3.2.0
microbundle: 0.14.2
move-file: 2.1.0
pixelmatch: 5.2.1
pngjs: 6.0.0
prettier: 2.5.1
sanitize-filename: 1.6.3
semantic-release: ^18.0.0
sharp: ^0.30.1
typescript: ^4.4.4
typescript: 4.5.4
peerDependencies:
cypress: ">=4.5.0"
languageName: unknown
Expand Down Expand Up @@ -1915,7 +1915,7 @@ __metadata:
languageName: node
linkType: hard

"@semantic-release/changelog@npm:^6.0.0":
"@semantic-release/changelog@npm:6.0.1":
version: 6.0.1
resolution: "@semantic-release/changelog@npm:6.0.1"
dependencies:
Expand All @@ -1929,7 +1929,7 @@ __metadata:
languageName: node
linkType: hard

"@semantic-release/commit-analyzer@npm:^9.0.1, @semantic-release/commit-analyzer@npm:^9.0.2":
"@semantic-release/commit-analyzer@npm:9.0.2, @semantic-release/commit-analyzer@npm:^9.0.2":
version: 9.0.2
resolution: "@semantic-release/commit-analyzer@npm:9.0.2"
dependencies:
Expand Down Expand Up @@ -1960,7 +1960,7 @@ __metadata:
languageName: node
linkType: hard

"@semantic-release/git@npm:^10.0.0":
"@semantic-release/git@npm:10.0.1":
version: 10.0.1
resolution: "@semantic-release/git@npm:10.0.1"
dependencies:
Expand Down Expand Up @@ -2004,7 +2004,7 @@ __metadata:
languageName: node
linkType: hard

"@semantic-release/npm@npm:^8.0.0, @semantic-release/npm@npm:^8.0.2":
"@semantic-release/npm@npm:8.0.3, @semantic-release/npm@npm:^8.0.0":
version: 8.0.3
resolution: "@semantic-release/npm@npm:8.0.3"
dependencies:
Expand All @@ -2027,7 +2027,7 @@ __metadata:
languageName: node
linkType: hard

"@semantic-release/release-notes-generator@npm:^10.0.0, @semantic-release/release-notes-generator@npm:^10.0.2":
"@semantic-release/release-notes-generator@npm:10.0.3, @semantic-release/release-notes-generator@npm:^10.0.0":
version: 10.0.3
resolution: "@semantic-release/release-notes-generator@npm:10.0.3"
dependencies:
Expand Down Expand Up @@ -2136,7 +2136,7 @@ __metadata:
languageName: node
linkType: hard

"@types/pixelmatch@npm:^5.2.4":
"@types/pixelmatch@npm:5.2.4":
version: 5.2.4
resolution: "@types/pixelmatch@npm:5.2.4"
dependencies:
Expand All @@ -2145,7 +2145,7 @@ __metadata:
languageName: node
linkType: hard

"@types/pngjs@npm:^6.0.1":
"@types/pngjs@npm:6.0.1":
version: 6.0.1
resolution: "@types/pngjs@npm:6.0.1"
dependencies:
Expand All @@ -2170,7 +2170,7 @@ __metadata:
languageName: node
linkType: hard

"@types/sharp@npm:^0.29.5":
"@types/sharp@npm:0.29.5":
version: 0.29.5
resolution: "@types/sharp@npm:0.29.5"
dependencies:
Expand Down Expand Up @@ -2202,7 +2202,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:^5.1.0":
"@typescript-eslint/eslint-plugin@npm:5.9.0":
version: 5.9.0
resolution: "@typescript-eslint/eslint-plugin@npm:5.9.0"
dependencies:
Expand Down Expand Up @@ -2241,7 +2241,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^5.1.0":
"@typescript-eslint/parser@npm:5.9.0":
version: 5.9.0
resolution: "@typescript-eslint/parser@npm:5.9.0"
dependencies:
Expand Down Expand Up @@ -3600,7 +3600,7 @@ __metadata:
languageName: node
linkType: hard

"cypress@npm:^8.6.0":
"cypress@npm:8.7.0":
version: 8.7.0
resolution: "cypress@npm:8.7.0"
dependencies:
Expand Down Expand Up @@ -3775,7 +3775,7 @@ __metadata:
languageName: node
linkType: hard

"del-cli@npm:^4.0.1":
"del-cli@npm:4.0.1":
version: 4.0.1
resolution: "del-cli@npm:4.0.1"
dependencies:
Expand Down Expand Up @@ -4107,7 +4107,7 @@ __metadata:
languageName: node
linkType: hard

"eslint-config-prettier@npm:^8.3.0":
"eslint-config-prettier@npm:8.3.0":
version: 8.3.0
resolution: "eslint-config-prettier@npm:8.3.0"
peerDependencies:
Expand All @@ -4118,7 +4118,7 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-cypress@npm:^2.12.1":
"eslint-plugin-cypress@npm:2.12.1":
version: 2.12.1
resolution: "eslint-plugin-cypress@npm:2.12.1"
dependencies:
Expand All @@ -4129,7 +4129,7 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-eslint-comments@npm:^3.2.0":
"eslint-plugin-eslint-comments@npm:3.2.0":
version: 3.2.0
resolution: "eslint-plugin-eslint-comments@npm:3.2.0"
dependencies:
Expand Down Expand Up @@ -4186,7 +4186,7 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:8.6.0, eslint@npm:^8.1.0":
"eslint@npm:8.6.0":
version: 8.6.0
resolution: "eslint@npm:8.6.0"
dependencies:
Expand Down Expand Up @@ -6381,7 +6381,7 @@ fsevents@~2.3.2:
languageName: node
linkType: hard

"microbundle@npm:^0.14.1":
"microbundle@npm:0.14.2":
version: 0.14.2
resolution: "microbundle@npm:0.14.2"
dependencies:
Expand Down Expand Up @@ -6629,7 +6629,7 @@ fsevents@~2.3.2:
languageName: node
linkType: hard

"move-file@npm:^2.1.0":
"move-file@npm:2.1.0":
version: 2.1.0
resolution: "move-file@npm:2.1.0"
dependencies:
Expand Down Expand Up @@ -7460,7 +7460,7 @@ fsevents@~2.3.2:
languageName: node
linkType: hard

"pixelmatch@npm:^5.2.1":
"pixelmatch@npm:5.2.1":
version: 5.2.1
resolution: "pixelmatch@npm:5.2.1"
dependencies:
Expand Down Expand Up @@ -7490,20 +7490,20 @@ fsevents@~2.3.2:
languageName: node
linkType: hard

"pngjs@npm:6.0.0":
version: 6.0.0
resolution: "pngjs@npm:6.0.0"
checksum: ab6c285086060087097eab9fe6b5a528a24f9e79c03dea2b4fd6264ed4fdb5beff4a3257eeeaf2a9dc18249b539609c2a4e4013c567164a1f6b5ba2c974d5ecb
languageName: node
linkType: hard

"pngjs@npm:^4.0.1":
version: 4.0.1
resolution: "pngjs@npm:4.0.1"
checksum: 9497e08a6c2d850630ba7c8d3738fd36c9db1af7ee8b8c2d4b664e450807a280936dfa1489deb60e6943b968bedd58c9aa93def25a765579d745ea44467fc47f
languageName: node
linkType: hard

"pngjs@npm:^6.0.0":
version: 6.0.0
resolution: "pngjs@npm:6.0.0"
checksum: ab6c285086060087097eab9fe6b5a528a24f9e79c03dea2b4fd6264ed4fdb5beff4a3257eeeaf2a9dc18249b539609c2a4e4013c567164a1f6b5ba2c974d5ecb
languageName: node
linkType: hard

"postcss-calc@npm:^8.2.0":
version: 8.2.0
resolution: "postcss-calc@npm:8.2.0"
Expand Down Expand Up @@ -7946,7 +7946,7 @@ fsevents@~2.3.2:
languageName: node
linkType: hard

"prettier@npm:^2.4.1":
"prettier@npm:2.5.1":
version: 2.5.1
resolution: "prettier@npm:2.5.1"
bin:
Expand Down Expand Up @@ -8663,7 +8663,7 @@ [email protected]:
languageName: node
linkType: hard

"sanitize-filename@npm:^1.6.3":
"sanitize-filename@npm:1.6.3":
version: 1.6.3
resolution: "sanitize-filename@npm:1.6.3"
dependencies:
Expand Down Expand Up @@ -9669,7 +9669,7 @@ [email protected]:
languageName: node
linkType: hard

"typescript@^4.1.3, typescript@^4.4.4":
"typescript@4.5.4, typescript@^4.1.3":
version: 4.5.4
resolution: "typescript@npm:4.5.4"
bin:
Expand All @@ -9679,7 +9679,7 @@ [email protected]:
languageName: node
linkType: hard

"typescript@patch:typescript@^4.1.3#~builtin<compat/typescript>, typescript@patch:typescript@^4.4.4#~builtin<compat/typescript>":
"typescript@patch:typescript@4.5.4#~builtin<compat/typescript>, typescript@patch:typescript@^4.1.3#~builtin<compat/typescript>":
version: 4.5.4
resolution: "typescript@patch:typescript@npm%3A4.5.4#~builtin<compat/typescript>::version=4.5.4&hash=32657b"
bin:
Expand Down