vis-dev-utils 3.0.2 → 3.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vis-dev-utils",
3
- "version": "3.0.2",
3
+ "version": "3.0.5",
4
4
  "description": "Development utilities for the Vis family projects.",
5
5
  "homepage": "http://visjs.org/",
6
6
  "license": "(Apache-2.0 OR MIT)",
@@ -81,31 +81,33 @@
81
81
  "@typescript-eslint/eslint-plugin": "4.29.3",
82
82
  "@typescript-eslint/parser": "4.29.3",
83
83
  "babel-plugin-css-modules-transform": "1.6.2",
84
- "babel-plugin-istanbul": "6.0.0",
84
+ "babel-plugin-istanbul": "6.1.1",
85
85
  "chai": "4.3.6",
86
86
  "chai-fs": "2.0.0",
87
87
  "cheerio": "1.0.0-rc.10",
88
- "eslint-config-prettier": "8.3.0",
88
+ "eslint-config-prettier": "8.5.0",
89
89
  "eslint-plugin-cypress": "2.12.1",
90
90
  "eslint-plugin-eslint-comments": "3.2.0",
91
- "eslint-plugin-jsdoc": "36.1.1",
91
+ "eslint-plugin-jsdoc": "37.9.7",
92
92
  "eslint-plugin-prettier": "3.4.1",
93
93
  "find-up": "5.0.0",
94
- "globby": "11.0.4",
94
+ "globby": "11.1.0",
95
95
  "jimp": "0.16.1",
96
96
  "postcss-assets": "6.0.0",
97
97
  "prettier": "2.5.1",
98
98
  "puppeteer": "10.4.0",
99
+ "rollup": "2.61.1",
99
100
  "rollup-plugin-analyzer": "4.0.0",
100
101
  "rollup-plugin-babel": "4.4.0",
101
102
  "rollup-plugin-copy": "3.4.0",
102
- "rollup-plugin-postcss": "4.0.1",
103
+ "rollup-plugin-postcss": "4.0.2",
103
104
  "rollup-plugin-string": "3.0.0",
104
105
  "rollup-plugin-strip-code": "0.2.7",
105
106
  "rollup-plugin-terser": "7.0.2",
106
- "rollup-plugin-typescript2": "0.30.0",
107
+ "rollup-plugin-typescript2": "0.31.2",
107
108
  "tmp": "0.2.1",
108
109
  "tmp-promise": "3.0.2",
110
+ "typescript": "4.4.4",
109
111
  "yargs": "17.3.1"
110
112
  },
111
113
  "devDependencies": {
@@ -116,24 +118,21 @@
116
118
  "@types/mocha": "9.1.0",
117
119
  "@types/npm": "7.19.0",
118
120
  "@types/prettier": "2.4.4",
119
- "@types/puppeteer": "5.4.4",
121
+ "@types/puppeteer": "5.4.5",
120
122
  "@types/sinon": "10.0.11",
121
- "@types/tmp": "0.2.1",
123
+ "@types/tmp": "0.2.3",
122
124
  "@types/yargs": "17.0.9",
123
- "builtin-modules": "3.2.0",
124
125
  "eslint": "7.32.0",
125
126
  "fs-extra": "10.0.1",
126
127
  "husky": "7.0.4",
127
- "lint-staged": "11.2.6",
128
+ "lint-staged": "12.3.5",
128
129
  "mocha": "9.2.1",
129
130
  "npm-run-all": "4.1.5",
130
131
  "opencollective": "1.0.3",
131
132
  "rimraf": "3.0.2",
132
- "rollup": "2.56.3",
133
133
  "rollup-plugin-node-externals": "2.2.0",
134
134
  "sinon": "11.1.2",
135
- "snap-shot-it": "7.9.6",
136
- "typescript": "4.3.5"
135
+ "snap-shot-it": "7.9.6"
137
136
  },
138
137
  "collective": {
139
138
  "type": "opencollective",