Skip to content

Commit

Permalink
Revert some dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
axtgr committed Mar 7, 2024
1 parent fd1c181 commit 7e8dc17
Show file tree
Hide file tree
Showing 3 changed files with 450 additions and 341 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"prettier"
"prettier",
"prettier/@typescript-eslint"
],
"rules": {
"prettier/prettier": "error",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@
}
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"benchmark": "^2.1.4",
"core-js": "^3.36.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.4.1",
"globrex": "^0.1.2",
"husky": "^4.3.8",
"matcher": "^3.0.0",
"picomatch": "^2.3.1",
"prettier": "^3.2.5",
"prettier": "^2.8.0",
"pta": "^0.1.3",
"rollup": "^2.79.1",
"rollup-plugin-cleanup": "^3.2.1",
Expand All @@ -61,7 +61,7 @@
"ts-node": "^9.1.1",
"ts-transform-default-export": "^1.0.3",
"tslib": "^2.6.2",
"typescript": "4.7.4",
"typescript": "^3.9.7",
"typescript-transform-macros": "^1.1.1"
}
}
Loading

0 comments on commit 7e8dc17

Please sign in to comment.