Skip to content

Commit

Permalink
Updated so that devtools depends on core, and no dependency on devtoo…
Browse files Browse the repository at this point in the history
…ls from core.
  • Loading branch information
seanspeaks committed Feb 20, 2025
1 parent 85bf927 commit cb1e673
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 34 deletions.
46 changes: 22 additions & 24 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@
"@hapi/boom": "^10.0.1",
"aws-sdk": "^2.1200.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"common-tags": "^1.8.2",
"cors": "^2.8.5",
"express": "^4.19.2",
"express-async-handler": "^1.2.0",
"form-data": "^4.0.0",
"fs-extra": "^11.2.0",
"lodash": "4.17.21",
"serverless-http": "^2.7.0",
"cors": "^2.8.5",
"body-parser": "^1.20.2",
"lodash.get": "4.4.2",
"mongoose": "6.11.6",
"node-fetch": "^2.6.7"
"node-fetch": "^2.6.7",
"serverless-http": "^2.7.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@friggframework/eslint-config": "^2.0.0-next.0",
Expand All @@ -29,9 +31,7 @@
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-promise": "^7.0.0",
"jest": "^29.7.0",
"jest-runner-groups": "^2.2.0",
"mongodb-memory-server": "^8.9.0",
"prettier": "^2.8.5",
"prettier": "^2.7.1",
"sinon": "^16.1.1",
"typescript": "^5.0.2"
},
Expand Down
5 changes: 3 additions & 2 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@babel/parser": "^7.25.3",
"@babel/traverse": "^7.25.3",
"@friggframework/test": "^2.0.0-next.0",
"@hapi/boom": "^7.4.11",
"@hapi/boom": "^10.0.1",
"@inquirer/prompts": "^5.3.8",
"axios": "^1.7.2",
"body-parser": "^1.20.2",
Expand All @@ -23,12 +23,13 @@
"express": "^4.19.2",
"express-async-handler": "^1.2.0",
"fs-extra": "^11.2.0",
"lodash": "^4.17.21",
"lodash": "4.17.21",
"serverless-http": "^2.7.0"
},
"devDependencies": {
"@friggframework/eslint-config": "^2.0.0-next.0",
"@friggframework/prettier-config": "^2.0.0-next.0",
"prettier": "^2.7.1",
"serverless": "3.39.0",
"serverless-dotenv-plugin": "^6.0.0",
"serverless-jetpack": "^0.11.2",
Expand Down

0 comments on commit cb1e673

Please sign in to comment.