Skip to content

Commit 5e18199

Browse files
committed
fix: update dependencies
1 parent 05c3ae1 commit 5e18199

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,29 @@
1010
},
1111
"description": "Flowtype linting rules for ESLint.",
1212
"devDependencies": {
13-
"@babel/cli": "^7.15.4",
14-
"@babel/core": "^7.15.5",
13+
"@babel/cli": "^7.15.7",
14+
"@babel/core": "^7.15.8",
1515
"@babel/eslint-parser": "^7.15.8",
16-
"@babel/node": "^7.15.4",
16+
"@babel/node": "^7.15.8",
1717
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
1818
"@babel/plugin-syntax-flow": "^7.14.5",
1919
"@babel/plugin-transform-react-jsx": "^7.14.9",
20-
"@babel/preset-env": "^7.15.6",
20+
"@babel/preset-env": "^7.15.8",
2121
"@babel/register": "^7.15.3",
2222
"ajv": "^8.6.3",
2323
"babel-plugin-add-module-exports": "^1.0.4",
2424
"chai": "^4.3.4",
2525
"eclint": "^2.8.1",
2626
"eslint": "^8.1.0",
27-
"eslint-config-canonical": "^27.0.1",
27+
"eslint-config-canonical": "^32.0.1",
2828
"eslint-plugin-eslint-plugin": "^4.0.1",
2929
"gitdown": "^3.1.4",
30-
"glob": "^7.1.7",
31-
"husky": "^7.0.2",
30+
"glob": "^7.2.0",
31+
"husky": "^7.0.4",
3232
"jsonlint": "^1.6.3",
33-
"mocha": "^9.1.1",
33+
"mocha": "^9.1.3",
3434
"rimraf": "^3.0.2",
35-
"semantic-release": "^17.4.7"
35+
"semantic-release": "^18.0.0"
3636
},
3737
"engines": {
3838
"node": ">=12.0.0"

0 commit comments

Comments
 (0)