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 Aug 20, 2022
1 parent 7ed5d73 commit 3be65dc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/templates/component/show_more.html.twig
Expand Up @@ -5,7 +5,7 @@
{% endblock %}

{% block after %}
<div class="text-center -mt-6">
<div class="text-center -mt-3">
<label for="{{ id }}" class="text-3xl text-gray-600 cursor-pointer after:content-['↥']"></label>
</div>
</div>
Expand Down
20 changes: 10 additions & 10 deletions packages/js-helper/package.json
@@ -1,36 +1,36 @@
{
"name": "@pushword/js-helper",
"version": "0.0.75",
"version": "0.0.71",
"description": "Pushword front end helpers. ",
"author": "Robin@PiedWeb <contact@piedweb.com>",
"license": "MIT",
"scripts": {
"prettier": "prettier ./src/*.{js,scss} --write"
},
"dependencies": {
"@symfony/webpack-encore": "^3",
"@tailwindcss/aspect-ratio": "^0.4",
"@tailwindcss/forms": "^0.5",
"140.css": "^1.0.1",
"@symfony/webpack-encore": "^1.7",
"@tailwindcss/aspect-ratio": "^0.2",
"@tailwindcss/forms": "^0.4",
"@tailwindcss/line-clamp": "^0.4",
"@tailwindcss/typography": "^0.5",
"ace-builds": "^1.4.12",
"autoprefixer": "^10.1.0",
"babel-preset-stage-2": "^6.24.1",
"codemirror": "^5.59.0",
"core-js": "^3.8.1",
"easymde": "^2.13.0",
"file-loader": "^6.2.0",
"file-loader": "^6.0",
"fslightbox": "^3.2.2",
"node-sass": "^5.0.0",
"postcss": "^8.2.1",
"postcss-import": "^14.0.0",
"postcss-loader": "^7",
"sass-embedded": "^1.54.4",
"sass-loader": "^13.0.0",
"postcss-loader": "^4.1",
"sass-loader": "^10.1.0",
"simple-jekyll-search": "^1.9.1",
"tailwindcss": "^3",
"tailwindcss-hero-patterns": "^0.0.1",
"tailwindcss-multi-column": "^1.0.2",
"webpack": "^5.65",
"webpack-cli": "^4.9",
"webpack-watch-files-plugin": "^1.1.0"
},
"repository": {
Expand Down

0 comments on commit 3be65dc

Please sign in to comment.