Skip to content

Commit

Permalink
1.2.5 - update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Nov 23, 2021
1 parent 1e159ca commit 2bd92d8
Show file tree
Hide file tree
Showing 2 changed files with 354 additions and 389 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oldschoolgg/eslint-config",
"version": "1.2.4",
"version": "1.2.5",
"description": "Shareable TypeScript configuration and ESLint rules for all Oldschoolgg Projects",
"author": "@oldschoolgg",
"license": "MIT",
Expand Down Expand Up @@ -39,18 +39,18 @@
},
"devDependencies": {
"@types/node": "^14.11.8",
"eslint": "^7.30.0",
"eslint": "^8.3.0",
"fs-extra": "^9.0.1",
"typescript": "^4.3.2"
"typescript": "^4.5.2"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unicorn": "^34.0.1",
"prettier": "^2.3.1"
"eslint-plugin-unicorn": "^39.0.0",
"prettier": "^2.4.1"
}
}
Loading

0 comments on commit 2bd92d8

Please sign in to comment.