Skip to content

Commit

Permalink
Change dependencies in client/package.json and add yarn.lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
ramon-chavez committed Jul 29, 2024
1 parent 85e2a0f commit 1a4742b
Show file tree
Hide file tree
Showing 2 changed files with 606 additions and 328 deletions.
12 changes: 7 additions & 5 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "none",
"version": "0.0.1",
"engines": {
"node": "16.16.0"
"node": "18.20.2"
},
"scripts": {
"analyze": "yarn run analyze:build && yarn run analyze:view",
Expand Down Expand Up @@ -77,11 +77,11 @@
"babel-loader": "^8.1.0",
"babel-plugin-lodash": "^3.3.4",
"classnames": "^2.2.5",
"core-js": "^3.4.1",
"css-loader": "^3.6.0",
"date-fns": "^2.16.1",
"detect-browser": "^2.4.0",
"dompurify": "^2.0.17",
"dotenv-webpack": "^8.1.0",
"draft-js": "^0.10.5",
"draftjs-to-html": "^0.8.3",
"expose-loader": "^0.7.3",
Expand All @@ -98,7 +98,7 @@
"moment": "^2.24.0",
"moment-range": "^4.0.2",
"moment-timezone": "^0.5.27",
"node-sass": "^6.0.0",
"node-sass": "^8.0.0",
"pdf-annotate.js": "^1.0.0",
"pdfjs-dist": "2.6.347",
"picocolors": "^1.0.1",
Expand Down Expand Up @@ -144,7 +144,7 @@
"vis-data": "^7.1.2",
"vis-network": "^9.0.4",
"vis-timeline": "^7.4.9",
"webpack": "^4.42.1",
"webpack": "^4.47.0",
"webpack-cli": "^3.3.11",
"yup": "^0.32.9"
},
Expand Down Expand Up @@ -183,6 +183,8 @@
"resolutions": {
"kind-of": ">=6.0.3",
"ws": "^1.1.5",
"prismjs": "^1.21.0"
"prismjs": "^1.21.0",
"docpress/**/lodash": "^4.17.10",
"terser-webpack-plugin": "^4.2.3"
}
}
Loading

0 comments on commit 1a4742b

Please sign in to comment.