Skip to content

Commit

Permalink
Bump deps, add pkg manager info
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbleasel committed May 6, 2024
1 parent 099f0ca commit 7b55f56
Show file tree
Hide file tree
Showing 2 changed files with 3,683 additions and 2,639 deletions.
30 changes: 17 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"dependencies": {
"@next/eslint-plugin-next": "^14.1.4",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@next/eslint-plugin-next": "^14.2.3",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-cypress": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.2.0",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-n": "^17.4.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-tailwindcss": "^3.15.1",
"eslint-plugin-unused-imports": "^3.1.0",
"globals": "^15.0.0",
"prettier-plugin-tailwindcss": "^0.5.13",
"eslint-plugin-unused-imports": "^3.2.0",
"globals": "^15.1.0",
"prettier-plugin-tailwindcss": "^0.5.14",
"stylelint-config-idiomatic-order": "^10.0.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-prettier": "^5.0.0"
Expand All @@ -31,11 +31,11 @@
"typescript": "^5.3.3"
},
"devDependencies": {
"eslint": "^9.0.0",
"eslint": "^9.2.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"stylelint": "^16.3.1",
"typescript": "^5.4.4"
"stylelint": "^16.5.0",
"typescript": "^5.4.5"
},
"name": "eslint-config-harmony",
"description": "Strict, opinionated ESLint config for modern TypeScript apps.",
Expand Down Expand Up @@ -74,5 +74,9 @@
"first-time-contributor",
"released"
]
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
}
}
Loading

0 comments on commit 7b55f56

Please sign in to comment.