Skip to content

Commit

Permalink
rollback to p-limit 4
Browse files Browse the repository at this point in the history
  • Loading branch information
pushyamig committed Apr 11, 2024
1 parent 355d1f0 commit c44873c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion ccm_web/client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"lib": [
"dom",
"dom.iterable",
"esnext"
"ES2022"
],
"jsx": "react-jsx",
"sourceMap": true
Expand Down
2 changes: 1 addition & 1 deletion ccm_web/nmon_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"ignore": [".git", "node_modules/", "coverage/"],
"watch": ["server/"],
"execMap": {
"ts": "node --loader ts-node/esm"
"ts": "node --trace-warnings --loader ts-node/esm"
},
"env": {
"TS_NODE_FILES": "true"
Expand Down
26 changes: 13 additions & 13 deletions ccm_web/package-lock.json

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

6 changes: 3 additions & 3 deletions ccm_web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"morgan": "1.10.0",
"mysql2": "3.9.4",
"notistack": "3.0.1",
"p-limit": "5.0.0",
"p-limit": "4.0.0",
"papaparse": "5.4.1",
"passport": "0.7.0",
"passport-jwt": "4.0.1",
Expand Down Expand Up @@ -85,8 +85,8 @@
"@types/papaparse": "5.3.14",
"@types/passport": "1.0.16",
"@types/passport-jwt": "4.0.1",
"@types/react": "18.2.75",
"@types/react-dom": "18.2.24",
"@types/react": "18.2.76",
"@types/react-dom": "18.2.25",
"@types/react-router-dom": "5.3.3",
"@types/supertest": "2.0.12",
"@types/webpack": "5.28.5",
Expand Down

0 comments on commit c44873c

Please sign in to comment.