Skip to content

Commit

Permalink
build: minor bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianAndersen committed Aug 21, 2024
1 parent 1d8924a commit 781d857
Show file tree
Hide file tree
Showing 2 changed files with 339 additions and 279 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,31 +30,31 @@
"@mui/material": "^5.15.21",
"@mui/material-nextjs": "^5.15.11",
"@mui/x-date-pickers": "^7.8.0",
"@yudiel/react-qr-scanner": "^2.0.4",
"@yudiel/react-qr-scanner": "^2.0.8",
"draft-js": "^0.11.7",
"moment": "^2.30.1",
"next": "^14.2.4",
"next": "^14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-draft-wysiwyg": "^1.15.0",
"react-hook-form": "^7.52.1",
"react-jwt": "^1.2.1",
"react-hook-form": "^7.52.2",
"react-jwt": "^1.2.2",
"react-quill": "^2.0.0",
"sanitize-html": "^2.13.0",
"sharp": "^0.33.4",
"sharp": "^0.33.5",
"string-similarity": "^4.0.4",
"swr": "^2.2.5",
"validator": "^13.12.0",
"zustand": "^4.5.4"
"zustand": "^4.5.5"
},
"devDependencies": {
"@boklisten/bl-model": "^0.26.2",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@testing-library/react": "^16.0.0",
"@types/draft-js": "^0.11.18",
"@types/node": "20.14.9",
"@types/react": "18.3.3",
"@types/node": "22.4.2",
"@types/react": "18.3.4",
"@types/react-draft-wysiwyg": "^1.13.8",
"@types/sanitize-html": "^2.11.0",
"@types/string-similarity": "^4.0.2",
Expand All @@ -63,7 +63,7 @@
"@typescript-eslint/parser": "^7.15.0",
"cypress": "^13.13.0",
"eslint": "8.56.0",
"eslint-config-next": "14.2.4",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-cypress": "^3.3.0",
Expand All @@ -73,10 +73,10 @@
"eslint-plugin-promise": "^6.4.0",
"eslint-plugin-unicorn": "^54.0.0",
"husky": ">=9.0.11",
"lint-staged": ">=15.2.7",
"prettier": "^3.3.2",
"lint-staged": ">=15.2.9",
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"browserslist": [
"defaults",
Expand Down
Loading

0 comments on commit 781d857

Please sign in to comment.