vis-dev-utils 3.0.112 → 3.0.113

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.
@@ -6,8 +6,8 @@
6
6
  *
7
7
  * Development utilities for the Vis family projects.
8
8
  *
9
- * @version 3.0.112
10
- * @date 2022-06-30T12:20:28.065Z
9
+ * @version 3.0.113
10
+ * @date 2022-07-18T14:53:10.419Z
11
11
  *
12
12
  * @copyright (c) 2011-2017 Almende B.V, http://almende.com
13
13
  * @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
package/bin/ci-utils.js CHANGED
@@ -6,8 +6,8 @@
6
6
  *
7
7
  * Development utilities for the Vis family projects.
8
8
  *
9
- * @version 3.0.112
10
- * @date 2022-06-30T12:20:28.065Z
9
+ * @version 3.0.113
10
+ * @date 2022-07-18T14:53:10.419Z
11
11
  *
12
12
  * @copyright (c) 2011-2017 Almende B.V, http://almende.com
13
13
  * @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
@@ -6,8 +6,8 @@
6
6
  *
7
7
  * Development utilities for the Vis family projects.
8
8
  *
9
- * @version 3.0.112
10
- * @date 2022-06-30T12:20:28.065Z
9
+ * @version 3.0.113
10
+ * @date 2022-07-18T14:53:10.419Z
11
11
  *
12
12
  * @copyright (c) 2011-2017 Almende B.V, http://almende.com
13
13
  * @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
@@ -6,8 +6,8 @@
6
6
  *
7
7
  * Development utilities for the Vis family projects.
8
8
  *
9
- * @version 3.0.112
10
- * @date 2022-06-30T12:20:28.065Z
9
+ * @version 3.0.113
10
+ * @date 2022-07-18T14:53:10.419Z
11
11
  *
12
12
  * @copyright (c) 2011-2017 Almende B.V, http://almende.com
13
13
  * @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
@@ -4,8 +4,8 @@
4
4
  *
5
5
  * Development utilities for the Vis family projects.
6
6
  *
7
- * @version 3.0.112
8
- * @date 2022-06-30T12:20:28.065Z
7
+ * @version 3.0.113
8
+ * @date 2022-07-18T14:53:10.419Z
9
9
  *
10
10
  * @copyright (c) 2011-2017 Almende B.V, http://almende.com
11
11
  * @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
@@ -4,8 +4,8 @@
4
4
  *
5
5
  * Development utilities for the Vis family projects.
6
6
  *
7
- * @version 3.0.112
8
- * @date 2022-06-30T12:20:28.065Z
7
+ * @version 3.0.113
8
+ * @date 2022-07-18T14:53:10.419Z
9
9
  *
10
10
  * @copyright (c) 2011-2017 Almende B.V, http://almende.com
11
11
  * @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vis-dev-utils",
3
- "version": "3.0.112",
3
+ "version": "3.0.113",
4
4
  "description": "Development utilities for the Vis family projects.",
5
5
  "homepage": "http://visjs.org/",
6
6
  "license": "(Apache-2.0 OR MIT)",
@@ -68,13 +68,13 @@
68
68
  "lib"
69
69
  ],
70
70
  "peerDependencies": {
71
- "@babel/core": "7.18.6",
71
+ "@babel/core": "7.18.9",
72
72
  "@babel/plugin-proposal-class-properties": "7.18.6",
73
- "@babel/plugin-transform-runtime": "7.18.6",
74
- "@babel/preset-env": "7.18.6",
73
+ "@babel/plugin-transform-runtime": "7.18.9",
74
+ "@babel/preset-env": "7.18.9",
75
75
  "@babel/preset-typescript": "7.18.6",
76
- "@babel/register": "7.18.6",
77
- "@babel/runtime-corejs3": "7.18.6",
76
+ "@babel/register": "7.18.9",
77
+ "@babel/runtime-corejs3": "7.18.9",
78
78
  "@rollup/plugin-commonjs": "22.0.1",
79
79
  "@rollup/plugin-json": "4.1.0",
80
80
  "@rollup/plugin-node-resolve": "13.3.0",
@@ -130,7 +130,7 @@
130
130
  "npm-run-all": "4.1.5",
131
131
  "opencollective": "1.0.3",
132
132
  "rimraf": "3.0.2",
133
- "rollup-plugin-node-externals": "4.1.0",
133
+ "rollup-plugin-node-externals": "4.1.1",
134
134
  "sinon": "14.0.0",
135
135
  "snap-shot-it": "7.9.6"
136
136
  },