File tree Expand file tree Collapse file tree 3 files changed +30
-5
lines changed Expand file tree Collapse file tree 3 files changed +30
-5
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : Create a report to help us improve
4+ title : " [Issue] provide a title for the issue you're facing here"
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+ ** Describe the bug**
11+ Replace this section with a clear description of your issue.
12+
13+ ** To Reproduce**
14+ Steps to reproduce the behavior:
15+ 1 . Go to '...'
16+ 2 . Click on '....'
17+ 3 . Scroll down to '....'
18+ 4 . See error
19+
20+ ** Expected behavior**
21+ A clear and concise description of what you expected to happen.
22+
23+ ** Screenshots**
24+ If applicable, add screenshots to help explain your problem.
25+
26+ ** Environment:**
27+ - NexoPOS 4.x vesrion: [ e.g. 4.5.2]
28+ - Premium Extensions: [ e.g Nexo Print Adapter (4.5.0), Gastro (4.5.2)]
Original file line number Diff line number Diff line change 11<?php
22return [
3- 'version ' => '4.5.5 ' ,
3+ 'version ' => '4.5.6 ' ,
44 'languages ' => [
55 'en ' => 'English ' ,
66 'fr ' => 'Français ' ,
Original file line number Diff line number Diff line change 44 "node" : " 14.x"
55 },
66 "scripts" : {
7- "dev" : " npm run development" ,
8- "development" : " cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js" ,
9- "hot" : " cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --disable-host-check --config=node_modules/laravel-mix/setup/webpack.config.js" ,
107 "prod" : " npm run production" ,
118 "watch-ts" : " tsc --watch" ,
129 "webpack" : " webpack" ,
2522 "pusher-js" : " ^7.0.3" ,
2623 "resolve-url-loader" : " ^4.0.0" ,
2724 "sass" : " ^1.27.0" ,
28- "sass-loader" : " ^10.0.3 " ,
25+ "sass-loader" : " ^12.1.0 " ,
2926 "style-loader" : " ^3.2.1" ,
3027 "ts-loader" : " ^9.2.5" ,
3128 "typescript" : " ^4.0.3" ,
You can’t perform that action at this time.
0 commit comments