Skip to content

Commit

Permalink
fix: update NPM packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Soare-Robert-Daniel committed May 15, 2024
1 parent 3f6c925 commit 2ad0fdc
Show file tree
Hide file tree
Showing 11 changed files with 6,884 additions and 5,268 deletions.
2 changes: 1 addition & 1 deletion assets/js/build/about/about.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-components', 'wp-element'), 'version' => '35f2cdc94ec1bd5b9745');
<?php return array('dependencies' => array('react', 'wp-components', 'wp-element'), 'version' => '2f7b01c785d210cc0a66');
2 changes: 1 addition & 1 deletion assets/js/build/about/about.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/build/promos/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-block-editor', 'wp-components', 'wp-compose', 'wp-data', 'wp-edit-post', 'wp-element', 'wp-hooks', 'wp-plugins'), 'version' => 'ba05d75f2096d5f440d0');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-components', 'wp-compose', 'wp-data', 'wp-edit-post', 'wp-element', 'wp-hooks', 'wp-plugins'), 'version' => '81a0945a0f941cfc90fa');
2 changes: 1 addition & 1 deletion assets/js/build/promos/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/build/survey/survey_deps.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '7eac74bcd8abf2e43780');
<?php return array('dependencies' => array(), 'version' => 'd18c4036e32153ba476c');
2 changes: 1 addition & 1 deletion assets/js/build/survey/survey_deps.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/build/tracking/tracking.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => 'bacc1f000efc9f479fc0');
<?php return array('dependencies' => array(), 'version' => 'b8af0b12ad3cabe4c4b8');
2 changes: 1 addition & 1 deletion assets/js/build/tracking/tracking.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/src/survey_deps.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import formbricks from "@formbricks/js";
import formbricks from "@formbricks/js/app";

/**
* Load the formbricks library and expose it to the global scope.
Expand Down
12,130 changes: 6,873 additions & 5,257 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@wordpress/postcss-plugins-preset": "^4.17.0",
"@wordpress/scripts": "^23.6.0",
"@wordpress/scripts": "^27.8.0",
"conventional-changelog-simple-preset": "^1.0.20",
"eslint-config-wordpress": "^2.0.0",
"grunt-version": "^1.3.1",
Expand All @@ -33,7 +33,7 @@
"semantic-release": "^17.4.7"
},
"dependencies": {
"@formbricks/js": "^1.6.5",
"@formbricks/js": "^2.0.0",
"object-hash": "^3.0.0"
}
}

0 comments on commit 2ad0fdc

Please sign in to comment.