Skip to content

Commit 18a06a9

Browse files
committed
⬆️ upgrade dependencies and bump to version 1.0.1
1 parent 06fc436 commit 18a06a9

File tree

2 files changed

+386
-385
lines changed

2 files changed

+386
-385
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-form-container",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A Provider Component that encapsulate your forms and handle their states and validations.",
55
"scripts": {
66
"build": "NODE_ENV=production bili src/FormContainer.vue --formats es,cjs,umd --plugins vue --banner --js buble --moduleName VueFormContainer"
@@ -37,10 +37,10 @@
3737
},
3838
"homepage": "https://github.com/VitorLuizC/vue-form-container#readme",
3939
"devDependencies": {
40-
"bili": "^3.4.0",
40+
"bili": "^3.4.2",
4141
"rollup-plugin-vue": "^4.3.2",
42-
"vue": "^2.5.17",
43-
"vue-template-compiler": "^2.5.17"
42+
"vue": "^2.5.21",
43+
"vue-template-compiler": "^2.5.21"
4444
},
4545
"dependencies": {
4646
"valite": "^0.7.0"

0 commit comments

Comments
 (0)