Skip to content

Commit

Permalink
Merge pull request #1538 from wielebenwir/dependabot/npm_and_yarn/com…
Browse files Browse the repository at this point in the history
…monsbooking/frontend-0.1.0-beta.6

npm(deps): bump @commonsbooking/frontend from 0.1.0-beta.5 to 0.1.0-beta.6
  • Loading branch information
hansmorb authored Mar 3, 2024
2 parents 1c5c67e + bea739b commit 87540da
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ module.exports = function (grunt) {
dest: nodePackagesDestDir + 'commons-search/',
expand: true,
cwd: 'node_modules/@commonsbooking/frontend/dist/lib/commons-search/',
src: ['commons-search.umd.cjs', 'style.css'],
src: ['commons-search.umd.js', 'style.css'],
},
{
dest: nodePackagesDestDir + 'vue/',
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dist": "grunt dist"
},
"dependencies": {
"@commonsbooking/frontend": "^0.1.0-beta.5",
"@commonsbooking/frontend": "^0.1.0-beta.6",
"feiertagejs": "^1.4.0",
"leaflet": "^1.7.1",
"leaflet-easybutton": "^2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ public static function registerScriptsAndStyles() {
// commons-search
wp_register_script(
'cb-commons-search',
$base . 'commons-search/commons-search.umd.cjs',
$base . 'commons-search/commons-search.umd.js',
['cb-leaflet', 'cb-leaflet-markercluster', 'cb-vue'],
$versions['@commonsbooking/frontend']
);
Expand Down

0 comments on commit 87540da

Please sign in to comment.