Skip to content

Commit

Permalink
Fixed dependency versions, removed resolve versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredsgenkins committed Sep 30, 2022
1 parent c5ca60f commit 9793616
Show file tree
Hide file tree
Showing 8 changed files with 65 additions and 179 deletions.
2 changes: 1 addition & 1 deletion build-packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"typescript": "^4.0.3"
"typescript": "4.7.2"
},
"gitHead": "187276597fcf17521bcccdac1238b4e0061e5418"
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
},
"gitHead": "7498042540d3d4560e140d9674f3abd99343a037",
"peerDependencies": {
"eslint": "^7.26.0"
"eslint": "^8.24.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"@types/mocha": "^7.0.2",
"@types/node": "^12.11.0",
"@types/vscode": "^1.45.0",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"eslint": "^7.19.0",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"eslint": "^8.24.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"typescript": "^3.8.3",
"typescript": "4.7.2",
"vscode-test": "^1.3.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@
"@types/mocha": "^7.0.2",
"@types/node": "^14.14.35",
"@types/vscode": "^1.45.0",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"eslint": "^6.8.0",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"eslint": "^8.24.0",
"glob": "^7.1.6",
"mocha": "^7.1.2",
"typescript": "^3.8.3",
"typescript": "4.7.2",
"vscode-test": "^1.3.0"
}
}
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
"husky": "^4.3.0",
"lerna": "^3.22.1"
},
"resolutions": {
"**/@typescript-eslint/eslint-plugin": "^5.26.0",
"**/@typescript-eslint/parser": "^5.26.0"
},
"husky": {
"hooks": {
"pre-commit": "npm run eslint"
Expand Down
1 change: 1 addition & 0 deletions packages/scandipwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"react-zoom-pan-pinch": "^1.6.1",
"rebem-classname": "^0.4.0",
"redux": "4.2.0",
"typescript": "4.7.2",
"unstated": "^2.1.1"
},
"scandipwa": {
Expand Down
2 changes: 1 addition & 1 deletion tilework-packages/opus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"ts-jest": "^26.5.4",
"typescript": "^4.2.3"
"typescript": "4.7.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 9793616

Please sign in to comment.