Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jan 27, 2022
1 parent 7bcd012 commit e019f0b
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 273 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"matchUpdateTypes": ["major", "minor", "patch", "pin", "digest", "lockFileMaintenance", "rollback", "bump"],
"groupName": "devDependencies",
"semanticCommitType": "chore",
"automerge": true
"automerge": false
},
{
"matchDepTypes": ["dependencies"],
Expand Down
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"*.js"
],
"scripts": {
"bump": "ncu -u -x coffeescript",
"bump": "ncu -u -x eslint,coffeescript,execa,read-pkg-up",
"clean": "shx rm -rf ./spec/fixtures/atom-community ./spec/fixtures/atom-minimap ./spec/fixtures/steelbrain ./strict.js ./strict-react.js",
"format": "prettier --write .",
"lint": "eslint . --ignore-pattern spec/fixtures/** --fix",
Expand All @@ -22,34 +22,35 @@
"prettier": "prettier-config-atomic",
"dependencies": {
"@babel/core": "^7",
"@babel/eslint-parser": "^7.16.0",
"@babel/plugin-syntax-flow": "^7.16.0",
"@babel/plugin-syntax-jsx": "^7.16.0",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"@babel/eslint-parser": "^7.16.5",
"@babel/plugin-syntax-flow": "^7.16.7",
"@babel/plugin-syntax-jsx": "^7.16.7",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"coffeescript": "^1",
"eslint": "^7",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-coffee": "^0.1.15",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-only-warn": "npm:@aminya/eslint-plugin-only-warn@^1.2.2",
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-yaml": "^0.5.0",
"prettier": "^2",
"read-pkg-up": "^7",
"typescript": "^4"
},
"devDependencies": {
"eslint": "^8.0.0",
"eslint": "^7",
"execa": "^5.1.1",
"gitly": "^2.1.5",
"npm-check-updates": "12.0.2",
"npm-check-updates": "12.2.1",
"prettier-config-atomic": "^3.0.1",
"shelljs": "^0.8.4"
"shelljs": "^0.8.5"
},
"peerDependencies": {
"eslint": "^7"
Expand Down
Loading

0 comments on commit e019f0b

Please sign in to comment.