Skip to content

Commit

Permalink
chore(deps): upgrade yarn and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
blephy committed Jul 24, 2022
1 parent b2f0486 commit 8ad0aab
Show file tree
Hide file tree
Showing 6 changed files with 1,589 additions and 1,379 deletions.
211 changes: 103 additions & 108 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

786 changes: 0 additions & 786 deletions .yarn/releases/yarn-3.2.1.cjs

This file was deleted.

783 changes: 783 additions & 0 deletions .yarn/releases/yarn-3.2.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'

yarnPath: .yarn/releases/yarn-3.2.1.cjs
yarnPath: .yarn/releases/yarn-3.2.2.cjs
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"ts:check": "tsc --noEmit"
},
"dependencies": {
"rxjs": "^7.5.5"
"rxjs": "^7.5.6"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
Expand All @@ -60,42 +60,42 @@
"@stryker-mutator/core": "^6.1.2",
"@stryker-mutator/jest-runner": "^6.1.2",
"@stryker-mutator/typescript-checker": "^6.1.2",
"@types/jest": "^28.1.4",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.4",
"@typescript-eslint/parser": "^5.30.4",
"commitizen": "^4.2.4",
"cspell": "^6.2.2",
"eslint": "^8.19.0",
"@types/jest": "^28.1.6",
"@types/node": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"commitizen": "^4.2.5",
"cspell": "^6.4.1",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.2.0",
"eslint-import-resolver-typescript": "^3.3.0",
"eslint-plugin-arca": "^0.15.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-jest": "^26.6.0",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-jsdoc": "^39.3.3",
"eslint-plugin-n": "^15.2.3",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-rxjs": "^5.0.2",
"eslint-plugin-sonarjs": "^0.13.0",
"eslint-plugin-sonarjs": "^0.14.0",
"eslint-plugin-sort-exports": "^0.7.0",
"eslint-plugin-unicorn": "^43.0.0",
"eslint-plugin-unicorn": "^43.0.2",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.1",
"inquirer": "^8.2.4",
"jest": "^28.1.2",
"jest": "^28.1.3",
"jest-junit": "^14.0.0",
"lint-staged": "^13.0.3",
"markdownlint-cli2": "^0.4.0",
"pinst": "^3.0.0",
"prettier": "^2.7.1",
"semantic-release": "^19.0.3",
"semantic-release-npm-github-publish": "^1.5.1",
"ts-jest": "^28.0.5",
"ts-jest": "^28.0.7",
"typescript": "^4.7.4"
},
"packageManager": "yarn@3.2.1",
"packageManager": "yarn@3.2.2",
"engines": {
"node": ">=16.15"
},
Expand Down
Loading

0 comments on commit 8ad0aab

Please sign in to comment.