Skip to content

Commit

Permalink
update pushword/js-helper version
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Dec 12, 2023
1 parent 4e4ff00 commit e8db53b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/admin-block-editor-tools/package.json
Expand Up @@ -34,7 +34,7 @@
"editorjs-hyperlink": "https://github.com/trinhtam/editorjs-hyperlink.git",
"postcss": "^8.4",
"postcss-cssnext": "^3.1.1",
"postcss-loader": "^7",
"postcss-loader": "^7.3",
"postcss-nested": "^6.0",
"postcss-nested-ancestors": "^3.0",
"postcss-smart-import": "^0.7.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin-block-editor/package.json
Expand Up @@ -25,7 +25,7 @@
"editorjs-undo": "^2",
"postcss": "^8.4",
"postcss-import": "^15.0",
"postcss-loader": "^6.4|^7.0",
"postcss-loader": "^7.3",
"postcss-nested": "^6.0",
"postcss-nested-ancestors": "^3.0",
"sass": "^1.56",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/yarn-error.log
Expand Up @@ -1194,7 +1194,7 @@ Lockfile:
fslightbox "^3.2.2"
postcss "^8.4"
postcss-import "^15.0"
postcss-loader "^6.4|^7.0"
postcss-loader "^7.3"
sass "^1.56"
sass-loader "^13.3"
simple-jekyll-search "^1.9.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/js-helper/package.json
@@ -1,6 +1,6 @@
{
"name": "@pushword/js-helper",
"version": "0.0.94",
"version": "0.0.95",
"description": "Pushword front end helpers. ",
"author": "Robin@PiedWeb <contact@piedweb.com>",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
"fslightbox": "^3.2.2",
"postcss": "^8.4.30",
"postcss-import": "^15.0",
"postcss-loader": "^6.4|^7.0",
"postcss-loader": "^7.3",
"sass": "^1.68",
"sass-loader": "^13.3",
"simple-jekyll-search": "^1.9.1",
Expand Down
10 changes: 4 additions & 6 deletions packages/js-helper/src/encore.js
Expand Up @@ -5,14 +5,12 @@ const tailwindcss = require('tailwindcss');
function getFilesToWatch(basePath = './..') {
return [
basePath + '/vendor/pushword/core/src/templates/**/*.html.twig',
basePath + '/vendor/pushword/core/src/templates/*.html.twig',
basePath + '/vendor/pushword/conversation/src/templates/*.html.twig',
basePath + '/vendor/pushword/admin-block-editor/src/templates/page/*.html.twig',
basePath + '/vendor/pushword/advanced-main-image/src/templates/page/*.html.twig',
basePath + '/templates/*.html.twig',
basePath + '/vendor/pushword/conversation/src/templates/**/*.html.twig',
basePath + '/vendor/pushword/admin-block-editor/src/templates/**/*.html.twig',
basePath + '/vendor/pushword/advanced-main-image/src/templates/**/*.html.twig',
basePath + '/templates/**/*.html.twig',
basePath + '/templates/**/**/*.html.twig',
basePath + '/var/TailwindGeneratorCache/*',
basePath + '/src/Twig/AppExtension.php',
];
}
function getTailwindConfig(watchFiles = null) {
Expand Down

0 comments on commit e8db53b

Please sign in to comment.