Skip to content

Commit

Permalink
chore(deps): update typescript-eslint monorepo to v5.33.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 16, 2022
1 parent e0b1e3f commit 3160a58
Show file tree
Hide file tree
Showing 10 changed files with 90 additions and 146 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
},
"devDependencies": {
"@jujulego/jill": "1.2.1",
"@typescript-eslint/eslint-plugin": "5.33.0",
"@typescript-eslint/parser": "5.33.0",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
"eslint": "8.22.0",
"eslint-plugin-workspaces": "0.7.0",
"typescript": "4.7.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/aegis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@types/gulp": "4.0.9",
"@types/jest": "28.1.6",
"@types/node": "16.11.48",
"@typescript-eslint/eslint-plugin": "5.33.0",
"@typescript-eslint/parser": "5.33.0",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
"aegis-tools": "workspace:*",
"browserslist": "4.21.3",
"del": "6.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@types/gulp": "4.0.9",
"@types/jest": "28.1.6",
"@types/node": "16.11.48",
"@typescript-eslint/eslint-plugin": "5.33.0",
"@typescript-eslint/parser": "5.33.0",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
"aegis-tools": "workspace:*",
"axios": "0.27.2",
"browserslist": "4.21.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@types/gulp": "4.0.9",
"@types/jest": "28.1.6",
"@types/node": "16.11.48",
"@typescript-eslint/eslint-plugin": "5.33.0",
"@typescript-eslint/parser": "5.33.0",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
"aegis-tools": "workspace:*",
"browserslist": "4.21.3",
"del": "6.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@types/react": "18.0.15",
"@types/testing-library__react": "10.2.0",
"@types/use-sync-external-store": "0.0.3",
"@typescript-eslint/eslint-plugin": "5.33.0",
"@typescript-eslint/parser": "5.33.0",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
"aegis-tools": "workspace:*",
"browserslist": "4.21.3",
"del": "6.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/rxjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@types/gulp": "4.0.9",
"@types/jest": "28.1.6",
"@types/node": "16.11.48",
"@typescript-eslint/eslint-plugin": "5.32.0",
"@typescript-eslint/parser": "5.32.0",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
"aegis-tools": "workspace:*",
"browserslist": "4.21.3",
"del": "6.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"@types/gulp": "4.0.9",
"@types/jest": "28.1.6",
"@types/node": "16.11.48",
"@typescript-eslint/eslint-plugin": "5.33.0",
"@typescript-eslint/parser": "5.33.0",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
"@vue/composition-api": "0.6.7",
"@vue/test-utils": "1.3.0",
"aegis-tools": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@swc/core": "1.2.231",
"@types/gulp": "4.0.9",
"@types/gulp-sourcemaps": "0.0.35",
"@typescript-eslint/eslint-plugin": "5.33.0",
"@typescript-eslint/parser": "5.33.0",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
"eslint": "8.22.0",
"eslint-plugin-jest": "26.8.2",
"eslint-plugin-workspaces": "0.7.0",
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@docusaurus/module-type-aliases": "2.0.1",
"@tsconfig/docusaurus": "1.0.6",
"@types/react": "17.0.48",
"@typescript-eslint/eslint-plugin": "5.33.0",
"@typescript-eslint/parser": "5.33.0",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
"docusaurus-plugin-typedoc": "0.17.5",
"eslint": "8.22.0",
"eslint-plugin-react": "7.30.1",
Expand Down
Loading

0 comments on commit 3160a58

Please sign in to comment.