Skip to content

Commit

Permalink
add optional parcel dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jackiequach committed Apr 10, 2024
1 parent 354c1d9 commit fedbbe7
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 6 deletions.
47 changes: 42 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/debounce": "1.2.4",
"@types/http-proxy": "1.17.14",
"@types/jest-axe": "3.5.9",
"@types/node": "14.18.63",
"@types/node": "20.12.7",
"@types/react": "17.0.80",
"@types/react-dom": "18.2.05",
"@types/react-router-dom": "5.3.3",
Expand Down Expand Up @@ -127,6 +127,9 @@
"react-pdf": "7.7.1",
"react-resize-observer": "1.1.1"
},
"optionalDependencies": {
"@parcel/watcher-linux-x64-glibc": "2.4.1"
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": "eslint --cache --fix",
"*.{ts,tsx,js,json,css,md}": "prettier --write --ignore-path .eslintignore"
Expand Down

0 comments on commit fedbbe7

Please sign in to comment.