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 May 21, 2023
1 parent f9c7e36 commit d898d51
Show file tree
Hide file tree
Showing 6 changed files with 1,578 additions and 1,144 deletions.
801 changes: 0 additions & 801 deletions .yarn/releases/yarn-3.2.4.cjs

This file was deleted.

873 changes: 873 additions & 0 deletions .yarn/releases/yarn-3.5.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.5.1.cjs
4 changes: 2 additions & 2 deletions example/package.json
Expand Up @@ -13,13 +13,13 @@
"test:e2e:ci": "yarn test:run --e2e --headless"
},
"dependencies": {
"vue": "3.2.45"
"vue": "3.3.4"
},
"devDependencies": {
"@frsource/cypress-plugin-visual-regression-diff": "portal:..",
"@vue/cli-plugin-e2e-cypress": "5.0.8",
"@vue/cli-service": "5.0.8",
"cypress": "12.12.0",
"typescript": "5.0.2"
"typescript": "5.0.4"
}
}
40 changes: 20 additions & 20 deletions package.json
Expand Up @@ -71,40 +71,40 @@
"engines": {
"node": ">=10"
},
"packageManager": "yarn@3.3.0",
"packageManager": "yarn@3.5.1",
"peerDependencies": {
"cypress": ">=4.5.0"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.2",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.7",
"@semantic-release/npm": "10.0.2",
"@semantic-release/npm": "10.0.3",
"@semantic-release/release-notes-generator": "11.0.1",
"@types/glob": "8.0.0",
"@types/glob": "8.1.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.59.6",
"@typescript-eslint/parser": "5.59.6",
"@vitest/coverage-c8": "0.31.1",
"cpy-cli": "4.2.0",
"cypress": "12.12.0",
"del-cli": "5.0.0",
"eslint": "8.30.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-cypress": "2.12.1",
"eslint": "8.41.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-cypress": "2.13.3",
"eslint-plugin-eslint-comments": "3.2.0",
"microbundle": "0.15.1",
"prettier": "2.8.1",
"prettier": "2.8.8",
"sanitize-filename": "1.6.3",
"semantic-release": "21.0.0",
"semantic-release": "21.0.2",
"tmp-promise": "3.0.3",
"typescript": "5.0.2",
"vite-tsconfig-paths": "4.0.7",
"vitest": "0.25.8"
"typescript": "5.0.4",
"vite-tsconfig-paths": "4.2.0",
"vitest": "0.31.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.14",
"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.32.1"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit d898d51

Please sign in to comment.