Skip to content

Commit 1a38bd0

Browse files
committed
🔖 Feat: v3.0.0
- New prettier modules. - Updated the overall style guide. - Updated dependencies.
1 parent ad9b06b commit 1a38bd0

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
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-tulip",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"description": "🌷 Sharable Eslint configuration.",
55
"main": "index.js",
66
"scripts": {
@@ -29,18 +29,18 @@
2929
},
3030
"homepage": "https://github.com/ridays2001/eslint-config-tulip#readme",
3131
"devDependencies": {
32-
"@types/node": "^16.11.13",
33-
"@typescript-eslint/eslint-plugin": "^5.7.0",
34-
"@typescript-eslint/parser": "^5.7.0",
35-
"eslint": "^8.4.1",
36-
"typescript": "^4.5.2"
32+
"@types/node": "^17.0.5",
33+
"@typescript-eslint/eslint-plugin": "^5.8.1",
34+
"@typescript-eslint/parser": "^5.8.1",
35+
"eslint": "^8.5.0",
36+
"typescript": "^4.5.4"
3737
},
3838
"peerDependencies": {
39-
"eslint": "^8.3.0"
39+
"eslint": "^8.5.0"
4040
},
4141
"optionalDependencies": {
42-
"@typescript-eslint/eslint-plugin": "^5.5.0",
43-
"@typescript-eslint/parser": "^5.5.0"
42+
"@typescript-eslint/eslint-plugin": "^5.8.1",
43+
"@typescript-eslint/parser": "^5.8.1"
4444
},
4545
"engines": {
4646
"node": ">=16.13.1"

0 commit comments

Comments
 (0)