Skip to content

Commit

Permalink
Merge pull request #146 from hCaptcha/fix-packages
Browse files Browse the repository at this point in the history
fix: Package dependency locations
  • Loading branch information
zoryana94 authored Jul 8, 2022
2 parents 7a80334 + 11bd29d commit 5769b66
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 19 deletions.
40 changes: 24 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hcaptcha/react-hcaptcha",
"version": "1.4.3",
"version": "1.4.4",
"types": "types/index.d.ts",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -42,6 +42,7 @@
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@types/react": "^16.0.0",
"babel-loader": "^8.2.2",
"babel-plugin-add-module-exports": "^1.0.4",
"cross-env": "^7.0.3",
Expand All @@ -55,7 +56,6 @@
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@babel/runtime": "^7.17.9",
"@types/react": "^18.0.0"
"@babel/runtime": "^7.17.9"
}
}

0 comments on commit 5769b66

Please sign in to comment.