Skip to content

Commit

Permalink
chore: bump engine to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
nullswan committed Dec 20, 2023
1 parent 34e0cb7 commit ad98f28
Show file tree
Hide file tree
Showing 11 changed files with 83 additions and 83 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:

- name: Upload coverage
uses: codecov/codecov-action@v3
if: matrix.node == '16'
if: matrix.node == '18'
with:
token: ${{ secrets.CODECOV_TOKEN }}
146 changes: 73 additions & 73 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,76 +1,76 @@
{
"name": "@escape.tech/graphql-armor-monorepo",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:Escape-Technologies/graphql-armor.git"
},
"scripts": {
"build": "preconstruct build",
"build:yarn": "yarn workspaces foreach -ptv run build",
"watch": "preconstruct watch",
"lint": "prettier --check '**/*.{ts,js}' && diff README.md packages/graphql-armor/README.md",
"prettier": "prettier --write '**/*.{ts,js}'",
"test": "jest",
"test:ci": "jest --coverage",
"release": "changeset publish"
},
"author": "Escape Technologies SAS",
"private": true,
"license": "MIT",
"bugs": {
"url": "https://github.com/Escape-Technologies/graphql-armor/issues"
},
"homepage": "https://github.com/Escape-Technologies/graphql-armor",
"devDependencies": {
"@babel/core": "7.23.6",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.23.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/preset-env": "7.23.6",
"@babel/preset-typescript": "7.23.3",
"@changesets/cli": "2.27.1",
"@commitlint/cli": "18.4.3",
"@commitlint/config-angular": "18.4.3",
"@escape.tech/mookme": "2.5.0",
"@preconstruct/cli": "2.8.2",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/babel__core": "7.20.5",
"@types/babel__preset-env": "7.9.6",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"eslint": "8.56.0",
"eslint-config-google": "0.14.0",
"jest": "29.7.0",
"prettier": "3.1.1",
"typescript": "5.3.3"
},
"workspaces": [
"examples/*",
"packages/*",
"packages/plugins/*",
"services/*"
"name": "@escape.tech/graphql-armor-monorepo",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:Escape-Technologies/graphql-armor.git"
},
"scripts": {
"build": "preconstruct build",
"build:yarn": "yarn workspaces foreach -ptv run build",
"watch": "preconstruct watch",
"lint": "prettier --check '**/*.{ts,js}' && diff README.md packages/graphql-armor/README.md",
"prettier": "prettier --write '**/*.{ts,js}'",
"test": "jest",
"test:ci": "jest --coverage",
"release": "changeset publish"
},
"author": "Escape Technologies SAS",
"private": true,
"license": "MIT",
"bugs": {
"url": "https://github.com/Escape-Technologies/graphql-armor/issues"
},
"homepage": "https://github.com/Escape-Technologies/graphql-armor",
"devDependencies": {
"@babel/core": "7.23.6",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.23.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/preset-env": "7.23.6",
"@babel/preset-typescript": "7.23.3",
"@changesets/cli": "2.27.1",
"@commitlint/cli": "18.4.3",
"@commitlint/config-angular": "18.4.3",
"@escape.tech/mookme": "2.5.0",
"@preconstruct/cli": "2.8.2",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/babel__core": "7.20.5",
"@types/babel__preset-env": "7.9.6",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"eslint": "8.56.0",
"eslint-config-google": "0.14.0",
"jest": "29.7.0",
"prettier": "3.1.1",
"typescript": "5.3.3"
},
"workspaces": [
"examples/*",
"packages/*",
"packages/plugins/*",
"services/*"
],
"volta": {
"node": "20.10.0",
"yarn": "1.22.21"
},
"engines": {
"node": ">=18.0.0"
},
"packageManager": "yarn@4.0.2",
"preconstruct": {
"packages": [
"packages/graphql-armor",
"packages/types",
"packages/plugins/*"
],
"volta": {
"node": "20.10.0",
"yarn": "1.22.21"
},
"engines": {
"node": ">=16.0.0"
},
"packageManager": "yarn@4.0.2",
"preconstruct": {
"packages": [
"packages/graphql-armor",
"packages/types",
"packages/plugins/*"
],
"distFilenameStrategy": "unscoped-package-name"
},
"jest": {
"collectCoverageFrom": [
"packages/plugins/*/src/*.ts",
"packages/graphql-armor/src/**/*.ts",
"!packages/graphql-armor/src/apollo/protections/*.ts"
]
}
"distFilenameStrategy": "unscoped-package-name"
},
"jest": {
"collectCoverageFrom": [
"packages/plugins/*/src/*.ts",
"packages/graphql-armor/src/**/*.ts",
"!packages/graphql-armor/src/apollo/protections/*.ts"
]
}
}
2 changes: 1 addition & 1 deletion packages/graphql-armor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/Escape-Technologies/graphql-armor",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"dependencies": {
"@escape.tech/graphql-armor-block-field-suggestions": "2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/block-field-suggestions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/Escape-Technologies/graphql-armor",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"dependencies": {
"graphql": "^16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/character-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/Escape-Technologies/graphql-armor",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"dependencies": {
"graphql": "^16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/cost-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/Escape-Technologies/graphql-armor",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"dependencies": {
"graphql": "^16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/max-aliases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/Escape-Technologies/graphql-armor",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"dependencies": {
"graphql": "^16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/max-depth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/Escape-Technologies/graphql-armor",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"dependencies": {
"graphql": "^16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/max-directives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/Escape-Technologies/graphql-armor",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"dependencies": {
"graphql": "^16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/max-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/Escape-Technologies/graphql-armor",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"dependencies": {
"graphql": "^16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion services/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
]
},
"engines": {
"node": ">=16.14"
"node": ">=18"
}
}

0 comments on commit ad98f28

Please sign in to comment.