Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
chore(deps): upgrade dependencies
Browse files Browse the repository at this point in the history
Upgrades project dependencies. See details in [workflow run].

[Workflow Run]: https://github.com/awslabs/realtime-fraud-detection-with-gnn-on-dgl/actions/runs/4506326123

------

*Automatically created by projen via the "upgrade" workflow*

Signed-off-by: github-actions <github-actions@github.com>
  • Loading branch information
github-actions committed Mar 24, 2023
1 parent 09eec33 commit ba87bf5
Show file tree
Hide file tree
Showing 11 changed files with 1,367 additions and 1,321 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json

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

1 change: 1 addition & 0 deletions .mergify.yml

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

2 changes: 1 addition & 1 deletion .projen/deps.json

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

18 changes: 18 additions & 0 deletions .projen/tasks.json

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

13 changes: 1 addition & 12 deletions frontend/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
},
"ignorePatterns": [
"*.js",
"!.projenrc.js",
"*.d.ts",
"node_modules/",
"*.generated.ts",
Expand Down Expand Up @@ -218,15 +217,5 @@
}
]
},
"overrides": [
{
"files": [
".projenrc.js"
],
"rules": {
"@typescript-eslint/no-require-imports": "off",
"import/no-extraneous-dependencies": "off"
}
}
]
"overrides": []
}
4 changes: 2 additions & 2 deletions frontend/.projen/deps.json

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

63 changes: 19 additions & 44 deletions frontend/.projen/tasks.json

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

6 changes: 2 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
"description": "Dashboard frontend power by react.",
"scripts": {
"build": "npx projen build",
"clobber": "npx projen clobber",
"compile": "npx projen compile",
"default": "npx projen default",
"dev": "npx projen dev",
"eject": "npx projen eject",
"eslint": "npx projen eslint",
"package": "npx projen package",
"post-compile": "npx projen post-compile",
Expand All @@ -22,7 +20,7 @@
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^14",
"@types/node": "^16",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"@types/react-loader-spinner": "^3.1.3",
Expand All @@ -36,7 +34,7 @@
"eslint-plugin-react-hooks": "next",
"eventsource": "^2.0.2",
"jest": "^27",
"jest-junit": "^13",
"jest-junit": "^15",
"npm-check-updates": "^16",
"projen": "^0.17.30",
"ts-jest": "^27",
Expand Down
16 changes: 8 additions & 8 deletions frontend/yarn.lock

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

6 changes: 3 additions & 3 deletions package.json

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

Loading

0 comments on commit ba87bf5

Please sign in to comment.