|
40 | 40 | "jsdelivr": "lib/browser/neo4j-web.js", |
41 | 41 | "types": "types/index.d.ts", |
42 | 42 | "devDependencies": { |
43 | | - "@babel/core": "^7.4.4", |
44 | | - "@babel/plugin-transform-runtime": "^7.4.4", |
45 | | - "@babel/preset-env": "^7.4.4", |
46 | | - "@babel/register": "^7.4.4", |
47 | | - "async": "^3.0.0", |
48 | | - "babel-eslint": "^10.0.1", |
| 43 | + "@babel/core": "^7.5.5", |
| 44 | + "@babel/plugin-transform-runtime": "^7.5.5", |
| 45 | + "@babel/preset-env": "^7.5.5", |
| 46 | + "@babel/register": "^7.5.5", |
| 47 | + "async": "^3.1.0", |
| 48 | + "babel-eslint": "^10.0.3", |
49 | 49 | "babelify": "^10.0.0", |
50 | | - "browserify": "^16.2.3", |
| 50 | + "browserify": "^16.5.0", |
51 | 51 | "browserify-transform-tools": "^1.7.0", |
52 | 52 | "esdoc": "^1.1.0", |
53 | 53 | "esdoc-importpath-plugin": "^1.0.2", |
54 | 54 | "esdoc-standard-plugin": "^1.0.0", |
55 | | - "eslint": "^5.16.0", |
56 | | - "eslint-config-standard": "^12.0.0", |
57 | | - "eslint-plugin-import": "^2.17.2", |
| 55 | + "eslint": "^6.2.2", |
| 56 | + "eslint-config-standard": "^14.0.1", |
| 57 | + "eslint-plugin-import": "^2.18.2", |
58 | 58 | "eslint-plugin-jasmine": "^2.10.1", |
59 | | - "eslint-plugin-node": "^9.0.1", |
60 | | - "eslint-plugin-promise": "^4.1.1", |
61 | | - "eslint-plugin-standard": "^4.0.0", |
| 59 | + "eslint-plugin-node": "^9.1.0", |
| 60 | + "eslint-plugin-promise": "^4.2.1", |
| 61 | + "eslint-plugin-standard": "^4.0.1", |
62 | 62 | "fancy-log": "^1.3.3", |
63 | | - "fs-extra": "^8.0.1", |
| 63 | + "fs-extra": "^8.1.0", |
64 | 64 | "gulp": "^4.0.2", |
65 | 65 | "gulp-babel": "^8.0.0", |
66 | 66 | "gulp-batch": "^1.0.5", |
|
73 | 73 | "gulp-typescript": "^5.0.1", |
74 | 74 | "gulp-uglify": "^3.0.2", |
75 | 75 | "gulp-watch": "^5.0.1", |
76 | | - "husky": "^2.3.0", |
| 76 | + "husky": "^3.0.4", |
77 | 77 | "jasmine-console-reporter": "^3.1.0", |
78 | | - "karma": "^4.1.0", |
79 | | - "karma-browserify": "^6.0.0", |
80 | | - "karma-chrome-launcher": "^2.2.0", |
| 78 | + "karma": "^4.2.0", |
| 79 | + "karma-browserify": "^6.1.0", |
| 80 | + "karma-chrome-launcher": "^3.1.0", |
81 | 81 | "karma-edge-launcher": "^0.4.2", |
82 | | - "karma-firefox-launcher": "^1.1.0", |
| 82 | + "karma-firefox-launcher": "^1.2.0", |
83 | 83 | "karma-ie-launcher": "^1.0.0", |
84 | 84 | "karma-jasmine": "^2.0.1", |
85 | 85 | "karma-source-map-support": "^1.4.0", |
86 | 86 | "karma-spec-reporter": "^0.0.32", |
87 | | - "lint-staged": "^8.1.7", |
88 | | - "lodash": "^4.17.11", |
89 | | - "lolex": "^4.0.1", |
| 87 | + "lint-staged": "^9.2.5", |
| 88 | + "lodash": "^4.17.15", |
| 89 | + "lolex": "^4.2.0", |
90 | 90 | "minimist": "^1.2.0", |
91 | | - "mustache": "^3.0.1", |
92 | | - "prettier-eslint": "^8.8.2", |
93 | | - "prettier-eslint-cli": "^4.7.1", |
| 91 | + "mustache": "^3.0.3", |
| 92 | + "prettier-eslint": "^9.0.0", |
| 93 | + "prettier-eslint-cli": "^5.0.0", |
94 | 94 | "run-sequence": "^2.2.1", |
95 | | - "semver": "^6.0.0", |
| 95 | + "semver": "^6.3.0", |
96 | 96 | "tmp": "0.1.0", |
97 | | - "typescript": "^3.4.5", |
| 97 | + "typescript": "^3.5.3", |
98 | 98 | "vinyl-buffer": "^1.0.1", |
99 | 99 | "vinyl-source-stream": "^2.0.0", |
100 | | - "webpack": "^4.32.0" |
| 100 | + "webpack": "^4.39.3" |
101 | 101 | }, |
102 | 102 | "dependencies": { |
103 | | - "@babel/runtime": "^7.4.4", |
| 103 | + "@babel/runtime": "^7.5.5", |
104 | 104 | "text-encoding-utf-8": "^1.0.2", |
105 | 105 | "uri-js": "^4.2.2" |
106 | 106 | } |
|
0 commit comments