Skip to content

Commit

Permalink
feat: updated packages, removed nodemon.json file in favor of nodemon…
Browse files Browse the repository at this point in the history
…Config section in the package.json file
  • Loading branch information
AnthonyLzq committed Oct 24, 2022
1 parent b09ca18 commit 9b22bd0
Show file tree
Hide file tree
Showing 30 changed files with 6,817 additions and 7,041 deletions.
11 changes: 0 additions & 11 deletions example/express-graphql-sequelize/nodemon.json

This file was deleted.

65 changes: 38 additions & 27 deletions example/express-graphql-sequelize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,60 +16,71 @@
"author": "AnthonyLzq <sluzquinosa@uni.pe>",
"license": "MIT",
"dependencies": {
"@graphql-tools/schema": "^9.0.3",
"@sinclair/typebox": "^0.24.35",
"@graphql-tools/schema": "^9.0.4",
"@sinclair/typebox": "^0.24.50",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"apollo-server-core": "^3.10.2",
"apollo-server-express": "^3.10.2",
"apollo-server-core": "^3.10.3",
"apollo-server-express": "^3.10.3",
"cors": "^2.8.5",
"express": "^4.18.1",
"express": "^4.18.2",
"express-pino-logger": "^7.0.0",
"graphql": "^16.6.0",
"http-errors": "^2.0.0",
"pg": "^8.8.0",
"pg-hstore": "^2.3.4",
"pino-pretty": "^9.1.0",
"sequelize": "^6.21.4",
"sequelize-typescript": "^2.1.3",
"sequelize-typescript-migration-lts": "^3.2.1",
"pino-pretty": "^9.1.1",
"sequelize": "^6.25.3",
"sequelize-typescript": "^2.1.5",
"sequelize-typescript-migration-lts": "^3.2.3",
"swagger-ui-express": "^4.5.0"
},
"devDependencies": {
"@jest/types": "^29.0.2",
"@jest/types": "^29.2.1",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/express": "^4.17.14",
"@types/express-pino-logger": "^4.0.3",
"@types/http-errors": "^1.8.2",
"@types/jest": "^29.0.0",
"@types/node": "^18.7.15",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.4",
"@types/swagger-ui-express": "^4.1.3",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"axios": "^0.27.2",
"dotenv": "^16.0.2",
"eslint": "^8.23.0",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"axios": "^1.1.3",
"dotenv": "^16.0.3",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.0.1",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-jest": "^27.1.3",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.1",
"jest": "^29.0.2",
"jest-unit": "^0.0.1",
"nodemon": "^2.0.19",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.2.1",
"jest-unit": "^0.0.2",
"nodemon": "^2.0.20",
"prettier": "^2.7.1",
"standard-version": "^9.5.0",
"ts-jest": "^28.0.8",
"ts-loader": "^9.3.1",
"ts-jest": "^29.0.3",
"ts-loader": "^9.4.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.0",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"typescript": "^4.8.2",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-node-externals": "^3.0.0"
},
"nodemonConfig": {
"watch": [
".env",
"src"
],
"ext": "ts",
"ignore": [
"src/**/*.test.ts"
],
"exec": "npx ts-node -r dotenv/config ./src/index"
}
}
Loading

0 comments on commit 9b22bd0

Please sign in to comment.