apollo/package.json
Guillaume Chau a6ffbbc180 ci: create release with changelog
chore: update deps

ci: fix command

ci: fix missing install

ci: try fixing the changelog body

ci: debug env

ci: try fix changelog body

ci: changeloooooooooooog

ci: changelooooooooooooooooooooooog

ci: changelog meow

ci: new action!!!

ci: test changelog command

ci: use node 16

ci: meow

ci: test command

ci: fetch everything?

ci: simplify changelog

ci: bump cache

ci: simplify
2021-11-29 11:05:19 +01:00

48 lines
1.5 KiB
JSON

{
"name": "vue-apollo-monorepo",
"version": "4.0.0-alpha.16",
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"**vue**",
"**/*vuepress*",
"**/@vuepress/*",
"**/vuepress"
]
},
"private": true,
"scripts": {
"build": "lerna run build --concurrency 1 --scope \"{vue-apollo,@vue/apollo}*\"",
"test": "lerna run test --concurrency 1",
"lint": "eslint . --ext js,vue,ts",
"release": "yarn run build && yarn run test && lerna publish && yarn changelog",
"changelog": "node ./scripts/update-version.mjs && conventional-changelog -p angular -i CHANGELOG.md -s -r 2 && (git add CHANGELOG.md && git add package.json && git commit -m \"chore: changelog\" && git push || exit 0)"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"@vue/eslint-config-standard": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"conventional-changelog-cli": "^2.1.1",
"core-js": "^3.4.1",
"esbuild": "^0.8.44",
"esbuild-node-externals": "^1.0.2",
"eslint": "^7.19.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.5.0",
"lerna": "^3.18.4",
"typescript": "^4.1.5"
},
"resolutions": {
"eslint-scope": "^5",
"graphql": "^15",
"serialize-javascript": "^6.0.0",
"subscriptions-transport-ws": "^0.9"
}
}