Skip to content

Commit

Permalink
Move devdeps to devdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
mojotalantikite committed Sep 3, 2021
1 parent 6397e09 commit 98fab66
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions services/app-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,33 +12,33 @@
"dependencies": {
"@aws/dynamodb-data-mapper-annotations": "^0.7.3",
"@prisma/client": "^2.30.2",
"@types/aws-lambda": "^8.10.83",
"@types/request": "^2.48.7",
"@types/uuid": "^8.3.1",
"apollo-server-lambda": "^3.1.2",
"aws-sdk": "^2.975.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-prettier": "^3.4.0",
"graphql": "^15.5.1",
"graphql-scalars": "^1.10.0",
"neverthrow": "^4.2.2",
"prisma": "^2.30.2",
"request": "^2.88.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.83",
"@types/request": "^2.48.7",
"@types/uuid": "^8.3.1",
"@types/copy-webpack-plugin": "^8.0.1",
"@types/glob": "^7.1.4",
"@types/jest": "^27.0.1",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"copy-webpack-plugin": "^9.0.1",
"eslint": "^7.19.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-prettier": "^3.4.0",
"graphql-tag": "^2.12.5",
"jest": "^26.6.3",
"jest-raw-loader": "^1.0.1",
"prettier": "^2.3.2",
"prisma": "^2.30.2",
"serverless": "^2.54.0",
"serverless-associate-waf": "^1.2.1",
"serverless-dotenv-plugin": "^3.9.0",
Expand Down

0 comments on commit 98fab66

Please sign in to comment.