Skip to content

Commit

Permalink
Merge branch 'feature/update' into feature/forms-init
Browse files Browse the repository at this point in the history
* feature/update:
  updating form to latest version of packages
  • Loading branch information
iruzevic committed Aug 23, 2022
2 parents 65b59e9 + b9738ee commit 76e0f6f
Show file tree
Hide file tree
Showing 11 changed files with 5,714 additions and 4,331 deletions.
4 changes: 4 additions & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
defaults
not IE 11
not op_mini all
not op_mob 64
3 changes: 0 additions & 3 deletions assets/scripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@
* Usage: `WordPress frontend screen`.
*/

if (!window?._babelPolyfill) { // eslint-disable-line no-underscore-dangle
require('@babel/polyfill');
}
3 changes: 0 additions & 3 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
module.exports = {
extends: './node_modules/@eightshift/frontend-libs/babel/babel.config.js',
presets: [
"@emotion/babel-preset-css-prop"
],
};
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
],
"require": {
"php": "^7.4 || <8.0",
"infinum/eightshift-libs": "^5.1.0",
"infinum/eightshift-libs": "^6.0.0",
"typisttech/imposter-plugin": "^0.6.2"
},
"suggest": {
Expand Down
Loading

0 comments on commit 76e0f6f

Please sign in to comment.