Skip to content

Commit 5f524fc

Browse files
committed
update npm
1 parent 62831b8 commit 5f524fc

File tree

6 files changed

+153
-37
lines changed

6 files changed

+153
-37
lines changed

example/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ var myUniqueId = 1;
451451
},
452452

453453
/**
454-
* Set the wrapper classes.
454+
* Set the container classes.
455455
*
456456
* @type String
457457
*/

example/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/mix-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"/index.js": "/index.js?id=ad7b8d4944a8f079b5a3",
3-
"/index.js.map": "/index.js.map?id=8c2d8ad5aaef138c6996"
3+
"/index.js.map": "/index.js.map?id=19d02234de31f6b15dc7"
44
}

package-lock.json

Lines changed: 146 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"vue": ">=2.0.0"
3535
},
3636
"devDependencies": {
37-
"@babel/core": "^7.5.4",
37+
"@babel/core": "^7.5.5",
3838
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
3939
"babel-eslint": "^10.0.2",
4040
"bootstrap": "^4.3.1",
@@ -49,13 +49,13 @@
4949
"eslint-config-prettier": "^4.3.0",
5050
"eslint-friendly-formatter": "^4.0.1",
5151
"eslint-loader": "^2.2.1",
52-
"eslint-plugin-import": "^2.18.0",
52+
"eslint-plugin-import": "^2.18.2",
5353
"eslint-plugin-vue": "^5.2.3",
5454
"file-loader": "^3.0.1",
5555
"jquery": "^3.4.1",
5656
"laravel-mix": "^4.1.2",
5757
"vue": "^2.6.10",
58-
"vue-loader": "^15.6.4",
58+
"vue-loader": "^15.7.1",
5959
"vue-template-compiler": "^2.6.7"
6060
}
6161
}

0 commit comments

Comments
 (0)