Skip to content

Commit 4e4f68e

Browse files
utnapischtimkpsherva
authored andcommitted
global: increase version of dependency yup
* this change was mainly forced by making this package usable by node>=16.0.0
1 parent 7ef15a4 commit 4e4f68e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"query-string": "^7.0.0",
3636
"semantic-ui-css": "^2.4.0",
3737
"semantic-ui-react": "^2.1.0",
38-
"yup": "^0.28.0"
38+
"yup": "^0.32.0"
3939
},
4040
"devDependencies": {
4141
"@babel/cli": "^7.5.0",
@@ -70,7 +70,7 @@
7070
"rollup-plugin-url": "^3.0.0",
7171
"semantic-ui-css": "^2.4.0",
7272
"semantic-ui-react": "^2.1.0",
73-
"yup": "^0.28.0"
73+
"yup": "^0.32.0"
7474
},
7575
"author": {
7676
"name": "CERN",
@@ -113,4 +113,4 @@
113113
"enzyme-to-json/serializer"
114114
]
115115
}
116-
}
116+
}

0 commit comments

Comments
 (0)