Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 15, 2023
1 parent 4c6db84 commit 52ce015
Show file tree
Hide file tree
Showing 4 changed files with 641 additions and 432 deletions.
598 changes: 310 additions & 288 deletions .yarn/releases/yarn-3.2.4.cjs → .yarn/releases/yarn-3.3.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.2.4.cjs
yarnPath: .yarn/releases/yarn-3.3.1.cjs
28 changes: 14 additions & 14 deletions package.json
Expand Up @@ -71,7 +71,7 @@
"engines": {
"node": ">=10"
},
"packageManager": "yarn@3.3.0",
"packageManager": "yarn@3.3.1",
"peerDependencies": {
"cypress": ">=4.5.0"
},
Expand All @@ -80,31 +80,31 @@
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.7",
"@semantic-release/npm": "9.0.1",
"@semantic-release/npm": "9.0.2",
"@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/sharp": "0.31.1",
"@types/tmp": "0.2.3",
"@typescript-eslint/eslint-plugin": "5.46.1",
"@typescript-eslint/parser": "5.46.1",
"@vitest/coverage-c8": "0.25.8",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@typescript-eslint/parser": "5.48.1",
"@vitest/coverage-c8": "0.27.1",
"cpy-cli": "4.2.0",
"cypress": "11.2.0",
"del-cli": "5.0.0",
"eslint": "8.30.0",
"eslint-config-prettier": "8.5.0",
"eslint": "8.31.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-eslint-comments": "3.2.0",
"microbundle": "0.15.1",
"prettier": "2.8.1",
"prettier": "2.8.3",
"sanitize-filename": "1.6.3",
"semantic-release": "19.0.5",
"tmp-promise": "3.0.3",
"typescript": "4.9.4",
"vite-tsconfig-paths": "3.6.0",
"vitest": "0.25.8"
"vitest": "0.27.1"
},
"keywords": [
"Cypress",
Expand All @@ -121,13 +121,13 @@
"Cypress image snapshot"
],
"dependencies": {
"@frsource/base64": "1.0.5",
"glob": "8.0.3",
"meta-png": "1.0.5",
"@frsource/base64": "1.0.6",
"glob": "8.1.0",
"meta-png": "1.0.6",
"move-file": "2.1.0",
"pixelmatch": "5.3.0",
"pngjs": "6.0.0",
"sharp": "0.31.2"
"sharp": "0.31.3"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 52ce015

Please sign in to comment.