Skip to content

Commit

Permalink
Upgrade build tools to latest versions (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Aug 23, 2022
1 parent 3c7a4a0 commit 4b588cb
Show file tree
Hide file tree
Showing 8 changed files with 1,003 additions and 912 deletions.
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 .yarn/sdks/eslint/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "8.20.0-sdk",
"version": "8.22.0-sdk",
"main": "./lib/api.js",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion .yarnrc.yml
Expand Up @@ -12,4 +12,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"

yarnPath: .yarn/releases/yarn-3.2.1.cjs
yarnPath: .yarn/releases/yarn-3.2.2.cjs
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -16,12 +16,12 @@
"@saberhq/eslint-config": "workspace:*",
"@saberhq/eslint-config-react": "workspace:*",
"@saberhq/tsconfig": "workspace:*",
"@types/eslint": "^8.4.5",
"@types/node": "^18.0.5",
"@types/react": "^18.0.15",
"@typescript-eslint/utils": "^5.30.6",
"@types/eslint": "^8.4.6",
"@types/node": "^18.7.11",
"@types/react": "^18.0.17",
"@typescript-eslint/utils": "^5.34.0",
"@yarnpkg/doctor": "^3.1.3",
"eslint": "^8.20.0",
"eslint": "^8.22.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
Expand All @@ -39,5 +39,5 @@
"doctor:packages": "yarn doctor packages/"
},
"version": "2.0.3",
"packageManager": "yarn@3.2.1"
"packageManager": "yarn@3.2.2"
}
10 changes: 5 additions & 5 deletions packages/eslint-config-react/package.json
Expand Up @@ -29,16 +29,16 @@
},
"dependencies": {
"@saberhq/eslint-config": "workspace:^",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0"
},
"devDependencies": {
"@saberhq/tsconfig": "workspace:^",
"@types/eslint": "^8.4.5",
"@types/node": "^18.0.5",
"@typescript-eslint/utils": "^5.30.6",
"eslint": "^8.20.0",
"@types/eslint": "^8.4.6",
"@types/node": "^18.7.11",
"@typescript-eslint/utils": "^5.34.0",
"eslint": "^8.22.0",
"typescript": "^4.7.4"
}
}
12 changes: 6 additions & 6 deletions packages/eslint-config/package.json
Expand Up @@ -27,8 +27,8 @@
"eslint": ">=7"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"@typescript-eslint/eslint-plugin": "^5.34.0",
"@typescript-eslint/parser": "^5.34.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-import": "^2.26.0",
Expand All @@ -39,10 +39,10 @@
},
"devDependencies": {
"@saberhq/tsconfig": "workspace:^",
"@types/eslint": "^8.4.5",
"@types/node": "^18.0.5",
"@typescript-eslint/utils": "^5.30.6",
"eslint": "^8.20.0",
"@types/eslint": "^8.4.6",
"@types/node": "^18.7.11",
"@typescript-eslint/utils": "^5.34.0",
"eslint": "^8.22.0",
"typescript": "^4.7.4"
}
}

0 comments on commit 4b588cb

Please sign in to comment.