Skip to content

Commit

Permalink
Chore: v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ridays2001 committed Feb 9, 2021
1 parent 1b0315f commit 337184a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-tulip",
"version": "2.0.2",
"version": "2.1.0",
"description": "🌷 Sharable Eslint configuration.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,18 +29,18 @@
},
"homepage": "https://github.com/ridays2001/eslint-config-tulip#readme",
"devDependencies": {
"@types/node": "^14.14.21",
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.13.0",
"eslint": "7.17.0",
"@types/node": "^14.14.25",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"eslint": "7.19.0",
"typescript": "^4.1.3"
},
"peerDependencies": {
"eslint": "^7.17.0"
"eslint": "^7.19.0"
},
"optionalDependencies": {
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.13.0"
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0"
},
"engines": {
"node": ">=12.18.3"
Expand Down

0 comments on commit 337184a

Please sign in to comment.