Skip to content

Commit

Permalink
fix(switch): formik dependance
Browse files Browse the repository at this point in the history
  • Loading branch information
aesteves60 authored and dpellier committed Jul 29, 2024
1 parent 9365596 commit d7ef4c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/examples/react-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@ovhcloud/ods-components": "17.1.0",
"formik": "^2.4.6",
"formik": "2.4.6",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12191,7 +12191,7 @@ __metadata:
languageName: node
linkType: hard

"formik@npm:^2.4.6":
"formik@npm:2.4.6":
version: 2.4.6
resolution: "formik@npm:2.4.6"
dependencies:
Expand Down Expand Up @@ -19018,7 +19018,7 @@ __metadata:
"@types/react-dom": 18.2.19
babel-loader: 9.1.3
css-loader: 6.10.0
formik: ^2.4.6
formik: 2.4.6
html-webpack-plugin: 5.6.0
mini-css-extract-plugin: 2.8.0
postcss-loader: 8.1.0
Expand Down

0 comments on commit d7ef4c0

Please sign in to comment.