fix: telemetry
This commit is contained in:
44
package.json
44
package.json
@@ -39,15 +39,15 @@
|
||||
"node": ">=10.12"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bugsnag/js": "5.2.0",
|
||||
"apollo-fetch": "0.7.0",
|
||||
"apollo-server": "2.3.2",
|
||||
"apollo-server-express": "2.3.2",
|
||||
"apollo-server": "2.3.3",
|
||||
"apollo-server-express": "2.3.3",
|
||||
"auto-load": "3.0.4",
|
||||
"axios": "0.18.0",
|
||||
"bcryptjs-then": "1.0.1",
|
||||
"bluebird": "3.5.3",
|
||||
"body-parser": "1.18.3",
|
||||
"bugsnag": "2.4.3",
|
||||
"bull": "3.6.0",
|
||||
"chalk": "2.4.2",
|
||||
"cheerio": "1.0.0-rc.2",
|
||||
@@ -62,7 +62,7 @@
|
||||
"dependency-graph": "0.8.0",
|
||||
"diff": "4.0.1",
|
||||
"diff2html": "2.7.0",
|
||||
"dotize": "^0.2.0",
|
||||
"dotize": "^0.3.0",
|
||||
"execa": "1.0.0",
|
||||
"express": "4.16.4",
|
||||
"express-brute": "1.0.1",
|
||||
@@ -77,7 +77,7 @@
|
||||
"graphql-list-fields": "2.0.2",
|
||||
"graphql-subscriptions": "1.0.0",
|
||||
"graphql-tools": "4.0.4",
|
||||
"highlight.js": "9.13.1",
|
||||
"highlight.js": "9.14.2",
|
||||
"i18next": "14.0.1",
|
||||
"i18next-express-middleware": "1.7.1",
|
||||
"i18next-localstorage-cache": "1.1.1",
|
||||
@@ -157,13 +157,13 @@
|
||||
"simple-git": "1.107.0",
|
||||
"sqlite3": "4.0.6",
|
||||
"subscriptions-transport-ws": "0.9.15",
|
||||
"twemoji": "11.2.0",
|
||||
"twemoji": "11.3.0",
|
||||
"uslug": "1.0.4",
|
||||
"uuid": "3.3.2",
|
||||
"validate.js": "0.12.0",
|
||||
"validator": "10.11.0",
|
||||
"validator-as-promised": "1.0.2",
|
||||
"winston": "3.1.0",
|
||||
"winston": "3.2.1",
|
||||
"yargs": "12.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -184,14 +184,14 @@
|
||||
"animated-number-vue": "0.1.4",
|
||||
"apollo-cache-inmemory": "1.4.2",
|
||||
"apollo-client": "2.4.12",
|
||||
"apollo-link": "1.2.6",
|
||||
"apollo-link-batch-http": "1.2.6",
|
||||
"apollo-link-error": "1.1.5",
|
||||
"apollo-link-http": "1.5.9",
|
||||
"apollo-link": "1.2.8",
|
||||
"apollo-link-batch-http": "1.2.8",
|
||||
"apollo-link-error": "1.1.7",
|
||||
"apollo-link-http": "1.5.11",
|
||||
"apollo-link-persisted-queries": "0.2.2",
|
||||
"apollo-link-ws": "1.0.12",
|
||||
"apollo-link-ws": "1.0.14",
|
||||
"apollo-utilities": "1.1.2",
|
||||
"autoprefixer": "9.4.6",
|
||||
"autoprefixer": "9.4.7",
|
||||
"babel-eslint": "10.0.1",
|
||||
"babel-jest": "24.0.0",
|
||||
"babel-loader": "^8.0.5",
|
||||
@@ -208,17 +208,17 @@
|
||||
"cssnano": "4.1.8",
|
||||
"duplicate-package-checker-webpack-plugin": "3.0.0",
|
||||
"epic-spinners": "1.0.4",
|
||||
"eslint": "5.12.1",
|
||||
"eslint": "5.13.0",
|
||||
"eslint-config-requarks": "1.0.7",
|
||||
"eslint-config-standard": "12.0.0",
|
||||
"eslint-plugin-import": "2.15.0",
|
||||
"eslint-plugin-import": "2.16.0",
|
||||
"eslint-plugin-node": "8.0.1",
|
||||
"eslint-plugin-promise": "4.0.1",
|
||||
"eslint-plugin-standard": "4.0.0",
|
||||
"eslint-plugin-vue": "5.1.0",
|
||||
"file-loader": "3.0.1",
|
||||
"filesize.js": "1.0.2",
|
||||
"grapesjs": "0.14.50",
|
||||
"grapesjs": "0.14.52",
|
||||
"graphiql": "0.12.0",
|
||||
"graphql-persisted-document-loader": "1.0.1",
|
||||
"graphql-tag": "^2.10.1",
|
||||
@@ -256,7 +256,7 @@
|
||||
"stylus-loader": "3.0.2",
|
||||
"twemoji-awesome": "1.0.6",
|
||||
"url-loader": "1.1.2",
|
||||
"vee-validate": "2.1.5",
|
||||
"vee-validate": "2.1.7",
|
||||
"velocity-animate": "1.5.2",
|
||||
"viz.js": "2.1.2",
|
||||
"vue": "2.5.22",
|
||||
@@ -265,7 +265,7 @@
|
||||
"vue-clipboards": "1.2.4",
|
||||
"vue-codemirror": "4.0.6",
|
||||
"vue-hot-reload-api": "2.3.1",
|
||||
"vue-loader": "15.6.1",
|
||||
"vue-loader": "15.6.2",
|
||||
"vue-material-design-icons": "2.6.0",
|
||||
"vue-moment": "4.0.0",
|
||||
"vue-router": "3.0.2",
|
||||
@@ -275,8 +275,8 @@
|
||||
"vue-tour": "1.1.0",
|
||||
"vue2-animate": "2.1.0",
|
||||
"vuedraggable": "2.17.0",
|
||||
"vuescroll": "4.9.6",
|
||||
"vuetify": "1.4.3",
|
||||
"vuescroll": "4.10.2",
|
||||
"vuetify": "1.4.4",
|
||||
"vuex": "3.1.0",
|
||||
"vuex-pathify": "1.1.3",
|
||||
"vuex-persistedstate": "2.5.4",
|
||||
@@ -286,10 +286,10 @@
|
||||
"webpack-dev-middleware": "3.5.1",
|
||||
"webpack-hot-middleware": "2.24.3",
|
||||
"webpack-merge": "4.2.1",
|
||||
"webpack-subresource-integrity": "1.3.1",
|
||||
"webpack-subresource-integrity": "1.3.2",
|
||||
"whatwg-fetch": "3.0.0",
|
||||
"write-file-webpack-plugin": "4.5.0",
|
||||
"xterm": "3.10.1",
|
||||
"xterm": "3.11.0",
|
||||
"zxcvbn": "4.4.2"
|
||||
},
|
||||
"browserslist": [
|
||||
|
||||
Reference in New Issue
Block a user