Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pbteja1998 committed Dec 29, 2021
1 parent c4b449d commit ce6dffb
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 121 deletions.
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"semi": false,
"arrowParens": "always",
"singleQuote": true,
"proseWrap": "never"
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "tsc --project tsconfig.json",
"typecheck": "tsc --project tsconfig.json --noEmit",
"lint": "eslint . --fix --ignore-path .gitignore",
"format": "prettier --write --list-different --ignore-path .gitignore .",
"format": "prettier --config .prettierrc --write --list-different --ignore-path .gitignore .",
"coverage": "yarn test -- --coverage",
"prepare": "husky install"
},
Expand All @@ -31,21 +31,21 @@
"@remix-run/node": "1.1.1",
"@remix-run/react": "1.1.1",
"@remix-run/server-runtime": "1.1.1",
"@types/crypto-js": "4.0.2",
"@typescript-eslint/eslint-plugin": "5.8.0",
"@typescript-eslint/parser": "5.8.0",
"@types/crypto-js": "4.1.0",
"@typescript-eslint/eslint-plugin": "5.8.1",
"@typescript-eslint/parser": "5.8.1",
"eslint": "8.5.0",
"eslint-config-galex": "3.4.1",
"eslint-config-galex": "3.5.3",
"husky": ">=6",
"lint-staged": ">=10",
"lint-staged": ">=12.1.4",
"prettier": "2.5.1",
"react": "17.0.2",
"ts-node": "10.4.0",
"typescript": "4.5.4"
},
"dependencies": {
"crypto-js": "4.1.1",
"remix-auth": "3.0.0"
"remix-auth": "3.1.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "yarn lint",
Expand Down
Loading

0 comments on commit ce6dffb

Please sign in to comment.