Skip to content

Commit

Permalink
Merge pull request #529 from movableink/dependency-upgrades
Browse files Browse the repository at this point in the history
More Dependency Upgrades
  • Loading branch information
alexlafroscia committed Sep 10, 2021
2 parents bdef3dd + d87d400 commit 49cdd42
Show file tree
Hide file tree
Showing 5 changed files with 129 additions and 114 deletions.
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion eslint/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "Alex LaFroscia <alafroscia@movableink.com>",
"license": "MIT",
"dependencies": {
"eslint-plugin-ember": "^10.5.1",
"eslint-plugin-ember": "^10.5.4",
"eslint-plugin-qunit": "^6.2.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion eslint/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"dependencies": {
"@babel/plugin-syntax-jsx": "^7.14.5",
"eslint-plugin-react": "^7.24.0"
"eslint-plugin-react": "^7.25.1"
},
"peerDependencies": {
"@movable/eslint-config": "*"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
},
"private": true,
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"eslint": "^7.31.0",
"husky": "^6.0.0",
"husky": "^7.0.2",
"jest": "^27.0.6",
"lerna": "^4.0.0",
"lint-staged": "^11.0.1",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2"
},
"prettier": "./prettier-config",
Expand Down

0 comments on commit 49cdd42

Please sign in to comment.