Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 0ec1969

Browse files
committed
Bump
1 parent 0423c05 commit 0ec1969

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vpaid-ad",
3-
"version": "2.3.1",
3+
"version": "4.0.0",
44
"description": "VPAID ad class for extending purposes.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -25,20 +25,20 @@
2525
"babel-core": "^6.26.0",
2626
"babel-loader": "^7.1.2",
2727
"babel-plugin-istanbul": "^4.1.5",
28-
"babel-preset-env": "^1.6.0",
28+
"babel-preset-env": "^1.6.1",
2929
"chai": "^4.1.2",
30-
"cross-env": "^5.0.5",
30+
"cross-env": "^5.1.0",
3131
"html-loader": "^0.5.1",
3232
"karma": "^1.7.1",
3333
"karma-chai": "^0.1.0",
3434
"karma-chrome-launcher": "^2.2.0",
3535
"karma-cli": "^1.0.1",
3636
"karma-coverage": "^1.1.1",
3737
"karma-mocha": "^1.3.0",
38-
"karma-webpack": "^2.0.4",
38+
"karma-webpack": "^2.0.5",
3939
"mocha": "^4.0.1",
4040
"standard": "^10.0.3",
41-
"webpack": "^3.6.0"
41+
"webpack": "^3.8.1"
4242
},
4343
"standard": {
4444
"ignore": [

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -644,9 +644,9 @@ babel-polyfill@^6.26.0:
644644
core-js "^2.5.0"
645645
regenerator-runtime "^0.10.5"
646646

647-
babel-preset-env@^1.6.0:
648-
version "1.6.0"
649-
resolved "https://registry.yarnpkg.com/babel-preset-env/-/babel-preset-env-1.6.0.tgz#2de1c782a780a0a5d605d199c957596da43c44e4"
647+
babel-preset-env@^1.6.1:
648+
version "1.6.1"
649+
resolved "https://registry.yarnpkg.com/babel-preset-env/-/babel-preset-env-1.6.1.tgz#a18b564cc9b9afdf4aae57ae3c1b0d99188e6f48"
650650
dependencies:
651651
babel-plugin-check-es2015-constants "^6.22.0"
652652
babel-plugin-syntax-trailing-function-commas "^6.22.0"
@@ -1197,9 +1197,9 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:
11971197
safe-buffer "^5.0.1"
11981198
sha.js "^2.4.8"
11991199

1200-
cross-env@^5.0.5:
1201-
version "5.0.5"
1202-
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.0.5.tgz#4383d364d9660873dd185b398af3bfef5efffef3"
1200+
cross-env@^5.1.0:
1201+
version "5.1.0"
1202+
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.1.0.tgz#1f12d6b3777d5847dcf9cf39fbee3c6a76dd5058"
12031203
dependencies:
12041204
cross-spawn "^5.1.0"
12051205
is-windows "^1.0.0"
@@ -2660,9 +2660,9 @@ karma-mocha@^1.3.0:
26602660
dependencies:
26612661
minimist "1.2.0"
26622662

2663-
karma-webpack@^2.0.4:
2664-
version "2.0.4"
2665-
resolved "https://registry.yarnpkg.com/karma-webpack/-/karma-webpack-2.0.4.tgz#3e2d4f48ba94a878e1c66bb8e1ae6128987a175b"
2663+
karma-webpack@^2.0.5:
2664+
version "2.0.5"
2665+
resolved "https://registry.yarnpkg.com/karma-webpack/-/karma-webpack-2.0.5.tgz#4f56887e32cf4f9583391c2388415de06af06efd"
26662666
dependencies:
26672667
async "~0.9.0"
26682668
loader-utils "^0.2.5"
@@ -4351,9 +4351,9 @@ webpack-sources@^1.0.1:
43514351
source-list-map "^2.0.0"
43524352
source-map "~0.5.3"
43534353

4354-
webpack@^3.6.0:
4355-
version "3.6.0"
4356-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-3.6.0.tgz#a89a929fbee205d35a4fa2cc487be9cbec8898bc"
4354+
webpack@^3.8.1:
4355+
version "3.8.1"
4356+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-3.8.1.tgz#b16968a81100abe61608b0153c9159ef8bb2bd83"
43574357
dependencies:
43584358
acorn "^5.0.0"
43594359
acorn-dynamic-import "^2.0.0"

0 commit comments

Comments
 (0)