Skip to content

Commit

Permalink
📦 Update linting devDependencies (#36119)
Browse files Browse the repository at this point in the history
* 📦 Update linting devDependencies

* Fix lint errors

Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: Raghu Simha <rsimha@amp.dev>
  • Loading branch information
3 people committed Sep 29, 2021
1 parent b681cc4 commit 7c58ea3
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 30 deletions.
2 changes: 1 addition & 1 deletion extensions/amp-animation/0.1/storybook/template.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {button, number, select, text} from '@storybook/addon-knobs';
import {number, select, text} from '@storybook/addon-knobs';

import * as Preact from '#preact';

Expand Down
182 changes: 156 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,15 @@
"eslint-config-prettier": "8.3.0",
"eslint-import-resolver-babel-module": "5.3.1",
"eslint-plugin-chai-expect": "2.2.0",
"eslint-plugin-eslint-plugin": "3.5.3",
"eslint-plugin-eslint-plugin": "3.6.1",
"eslint-plugin-google-camelcase": "0.0.2",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-jasmine": "4.1.2",
"eslint-plugin-jsdoc": "36.1.0",
"eslint-plugin-local": "1.0.0",
"eslint-plugin-module-resolver": "1.4.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.25.1",
"eslint-plugin-react": "7.26.0",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-sort-destructure-keys": "1.3.5",
"eslint-plugin-sort-requires": "2.1.0",
Expand Down Expand Up @@ -166,7 +166,7 @@
"postcss": "8.3.8",
"postcss-import": "14.0.2",
"posthtml": "0.16.5",
"prettier": "2.3.2",
"prettier": "2.4.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"rocambole": "0.7.0",
Expand Down

0 comments on commit 7c58ea3

Please sign in to comment.