Merge pull request 'bugfix/RVRNEXT-31-allow-special-characters-for-local-assets' (!57) from bugfix/RVRNEXT-31-allow-special-characters-for-local-assets into master
All checks were successful
rvr-nextgen/pipeline/head This commit looks good

Reviewed-on: #57
This commit is contained in:
Bence Pőcze 2023-05-28 22:31:21 +02:00 committed by Gitea
commit ee4b8e9d65
Signed by: Gitea
GPG Key ID: 7B89B83EED9AD2C6
4 changed files with 9 additions and 9 deletions

View File

@ -10,7 +10,7 @@
}
],
"require": {
"esoko/soko-web": "0.12.1",
"esoko/soko-web": "0.12.2",
"firebase/php-jwt": "^6.4"
},
"require-dev": {

8
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "a6f50b31b14027eec094629b13cc4097",
"content-hash": "de44c3f047848705e8e3d6b460f73ff1",
"packages": [
{
"name": "cocur/slugify",
@ -82,11 +82,11 @@
},
{
"name": "esoko/soko-web",
"version": "v0.12.1",
"version": "v0.12.2",
"source": {
"type": "git",
"url": "https://git.esoko.eu/esoko/soko-web.git",
"reference": "bda12177ebc201f04fdad5493b93039676a983ca"
"reference": "8d490e48aaeb7ad2843e402fa42ec266db52e809"
},
"require": {
"cocur/slugify": "^4.3",
@ -108,7 +108,7 @@
"GNU GPL 3.0"
],
"description": "Lightweight web framework",
"time": "2023-05-28T13:56:14+00:00"
"time": "2023-05-28T19:13:20+00:00"
},
{
"name": "firebase/php-jwt",

View File

@ -1,5 +1,5 @@
@css(/static/node_modules/tom-select/dist/css/tom-select.min.css)
@js(/static/node_modules/tom-select/dist/js/tom-select.base.min.js)
@css(node_modules/tom-select/dist/css/tom-select.min.css)
@js(node_modules/tom-select/dist/js/tom-select.base.min.js)
@js(js/communities/community_members.js)
@extends(templates/layout_normal)

View File

@ -1,5 +1,5 @@
@css(/static/node_modules/tom-select/dist/css/tom-select.min.css)
@js(/static/node_modules/tom-select/dist/js/tom-select.base.min.js)
@css(node_modules/tom-select/dist/css/tom-select.min.css)
@js(node_modules/tom-select/dist/js/tom-select.base.min.js)
@js(js/communities/transaction.js)
@extends(templates/layout_normal)