Skip to content

Commit

Permalink
#7 remove wordpress components
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Pollock committed Apr 13, 2019
1 parent 0fedb89 commit d4105d4
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 750 deletions.
2 changes: 0 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@rebass/grid": "^6.0.0-7",
"@wordpress/components": "^7.0.4",
"@wordpress/compose": "^3.0.0",
"@wordpress/editor": "^9.0.6",
"@wordpress/element": "^2.1.8",
"babel-polyfill": "^6.26.0",
"classnames": "^2.2.6",
Expand Down
3 changes: 2 additions & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"prop-types": "^15.6.2",
"react-helmet": "^5.2.0",
"react-oembed-container": "^0.3.0",
"webpack-bundle-size-analyzer": "^3.0.0"
"webpack-bundle-size-analyzer": "^3.0.0",
"whatwg-fetch": "^3.0.0"
},
"peerDependencies": {
"react": "^16.8.6",
Expand Down
1 change: 1 addition & 0 deletions packages/forms/src/Http/handlers/submitFormCaldera.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'whatwg-fetch'
/**
* Default form submission handler
*
Expand Down
1 change: 1 addition & 0 deletions packages/forms/src/Http/handlers/submitFormCf2.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'whatwg-fetch'
/**
* Form submit handler for Caldera Forms in "cf2" mode.
*
Expand Down
Loading

0 comments on commit d4105d4

Please sign in to comment.