Skip to content

Commit 6183216

Browse files
committed
Package upgrades
1 parent a292b7d commit 6183216

File tree

4 files changed

+87
-1553
lines changed

4 files changed

+87
-1553
lines changed

dist/vuex-orm-graphql.es5.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vuex-orm-graphql.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"author": "Benjamin Klein",
4747
"license": "MIT",
4848
"engines": {
49-
"node": ">=6.0.0"
49+
"node": ">=12.3.1"
5050
},
5151
"bugs": {
5252
"url": "https://github.com/vuex-orm/plugin-graphql/issues"
@@ -61,7 +61,7 @@
6161
"devDependencies": {
6262
"@commitlint/cli": "^7.1.2",
6363
"@commitlint/config-conventional": "^7.1.2",
64-
"@types/graphql": "^0.12.3",
64+
"@types/graphql": "^14.2.0",
6565
"@types/jest": "^23.3.2",
6666
"@types/node": "^10.11.0",
6767
"@types/sinon": "^5.0.1",
@@ -102,7 +102,6 @@
102102
"rollup-plugin-sourcemaps": "^0.4.2",
103103
"rollup-plugin-typescript2": "^0.17.0",
104104
"rollup-plugin-uglify": "^3.0.0",
105-
"semantic-release": "^15.9.16",
106105
"sinon": "^6.0.0",
107106
"ts-jest": "^23.10.2",
108107
"ts-node": "^7.0.1",
@@ -155,7 +154,10 @@
155154
"globals": {
156155
"ts-jest": {
157156
"diagnostics": {
158-
"ignoreCodes": [2339, 2576]
157+
"ignoreCodes": [
158+
2339,
159+
2576
160+
]
159161
}
160162
}
161163
}

0 commit comments

Comments
 (0)