Skip to content

Commit

Permalink
Upgrade concrete-form core and added types checking in test command
Browse files Browse the repository at this point in the history
  • Loading branch information
kegi committed Jan 7, 2022
1 parent 49a2323 commit 622381a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@concrete-form/formik",
"version": "0.0.7",
"version": "0.0.8",
"author": "Kevin Gilbert",
"description": "Formik implementation for Concrete form",
"keywords": [
Expand Down Expand Up @@ -33,14 +33,15 @@
"deploy": "gh-pages -d demo/build",
"publish:dist": "yarn build && yarn publish dist --access public",
"publish:code-coverage": "yarn test:coverage && cat ./coverage/lcov.info | coveralls",
"test": "react-scripts test --watchAll=false",
"test": "yarn test:types && react-scripts test --watchAll=false",
"test:types": "tsc",
"test:watch": "react-scripts test",
"test:coverage": "react-scripts test --watchAll=false --coverage",
"lint": "eslint src",
"lint:fix": "yarn lint --fix"
},
"dependencies": {
"@concrete-form/core": "^0.0.67"
"@concrete-form/core": "^0.0.68"
},
"peerDependencies": {
"formik": ">=2.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1260,10 +1260,10 @@
exec-sh "^0.3.2"
minimist "^1.2.0"

"@concrete-form/core@^0.0.67":
version "0.0.67"
resolved "https://registry.yarnpkg.com/@concrete-form/core/-/core-0.0.67.tgz#f9047e0c2ef6a73fa798a37bd8871977a21b73fa"
integrity sha512-QVFwEA64fAP9xisod+bKkRnBTMSPYfPWSCIQlouoJ6vWzimsv+j9PaHQS9jL7ozoRZ8LZYOghSR5Zo73h8FjNA==
"@concrete-form/core@^0.0.68":
version "0.0.68"
resolved "https://registry.yarnpkg.com/@concrete-form/core/-/core-0.0.68.tgz#1d68824c355c46bc88e26d88109769dc187d0ded"
integrity sha512-JbKluGSV1W/zTK1uawHtZgCH0Z8Cyz+qMiaLaLBbK9ycrmQ+PHSVa0tkjcjoKIMaW3cYUj8VUlsfSSalfNPsVw==

"@concrete-form/html5@^0.0.16":
version "0.0.16"
Expand Down

0 comments on commit 622381a

Please sign in to comment.