Skip to content

Commit

Permalink
feat: bump depepdencies to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Mar 30, 2022
1 parent 1d422bb commit b4b4c1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
npm-debug.log
package-lock.json
yarn.lock
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-trendmicro",
"version": "2.2.0",
"version": "3.0.0",
"description": "Trend Micro's ESLint config.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -35,18 +35,18 @@
},
"homepage": "https://github.com/trendmicro-frontend/eslint-config-trendmicro",
"dependencies": {
"eslint-config-airbnb": "^18.2.0"
"eslint-config-airbnb": "^19.0.4"
},
"devDependencies": {
"eslint": "^7.0.0",
"eslint": "latest",
"eslint-plugin-import": "latest",
"eslint-plugin-jsx-a11y": "latest",
"eslint-plugin-react": "latest",
"in-publish": "^2.0.1",
"safe-publish-latest": "^2.0.0"
},
"peerDependencies": {
"eslint": "^7.0.0",
"eslint": "latest",
"eslint-plugin-import": "latest",
"eslint-plugin-jsx-a11y": "latest",
"eslint-plugin-react": "latest"
Expand Down

0 comments on commit b4b4c1d

Please sign in to comment.