Skip to content

Commit

Permalink
Merge pull request #807 from xolvio/beta
Browse files Browse the repository at this point in the history
release v5
  • Loading branch information
lolezy authored Mar 1, 2023
2 parents fe578e5 + 78559d0 commit 1aeca74
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 17 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Release
on:
push:
branches:
- master
on: push
jobs:
test:
runs-on: ubuntu-latest
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@
]
},
"repository": "xolvio/chimp",
"release": {
"branches": ["master"]
},
"publishConfig": {
"access": "public"
},
Expand Down
20 changes: 10 additions & 10 deletions scaffold/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@
"tsconfig-paths": "3.9.0"
},
"devDependencies": {
"@graphql-codegen/add": "1.17.7",
"@graphql-codegen/cli": "1.20.1",
"@graphql-codegen/typescript": "1.20.2",
"@graphql-codegen/typescript-mongodb": "1.18.0",
"@graphql-codegen/typescript-operations": "1.17.14",
"@graphql-codegen/typescript-resolvers": "1.18.1",
"@graphql-codegen/add": "^4.0.1",
"@graphql-codegen/cli": "^3.2.1",
"@graphql-codegen/typescript": "^3.0.1",
"@graphql-codegen/typescript-mongodb": "2.4.6",
"@graphql-codegen/typescript-operations": "^3.0.1",
"@graphql-codegen/typescript-resolvers": "^3.1.0",
"@graphql-tools/graphql-file-loader": "6.0.14",
"@graphql-tools/load": "6.0.14",
"@graphql-tools/merge": "6.0.14",
"@jest/globals": "26.1.0",
"@types/jest": "26.0.4",
"@types/jest": "29.4.0",
"@types/node": "14.0.23",
"@types/shelljs": "0.8.8",
"@typescript-eslint/eslint-plugin": "4.5.0",
Expand All @@ -58,15 +58,15 @@
"eslint-plugin-import": "2.22.1",
"eslint-plugin-prettier": "3.1.4",
"chimp": "latest",
"chimp-graphql-codegen-plugin": "0.1.0",
"jest": "26.4.0",
"chimp-graphql-codegen-plugin": "latest",
"jest": "29.4.0",
"lint-staged": "10.2.11",
"nodemon": "2.0.4",
"prettier": "2.0.5",
"shelljs": "0.8.4",
"testdouble": "3.16.1",
"testdouble-jest": "2.0.0",
"ts-jest": "26.1.3",
"ts-jest": "29.0.5",
"ts-node": "8.10.2",
"typescript": "4.7.4"
}
Expand Down

0 comments on commit 1aeca74

Please sign in to comment.