Skip to content

Commit 726f9e8

Browse files
committedAug 15, 2021
upgrade version
1 parent 856ab64 commit 726f9e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "laravel-mix-svg-vue",
3-
"version": "0.3.7",
3+
"version": "0.4.0",
44
"description": "A Laravel Mix extension to inline SVG files with Vue.js and automatically optimize them with SVGO",
55
"main": "index.js",
66
"files": [
@@ -34,8 +34,8 @@
3434
"fs": "0.0.1-security",
3535
"path": "^0.12.7",
3636
"raw-loader": "^4.0.0",
37-
"svg-vue": "^0.1.3",
38-
"svg-vue3": "^0.1.4",
37+
"svg-vue": "^0.2.0",
38+
"svg-vue3": "^0.2.0",
3939
"svgo": "^2.3.1",
4040
"svgo-loader": "^3.0.0"
4141
}

0 commit comments

Comments
 (0)
Please sign in to comment.