Skip to content

Commit e4dd387

Browse files
committed
bug #1383 Fix the compiled assets (javiereguiluz)
This PR was merged into the main branch. Discussion ---------- Fix the compiled assets I faced some weird merge issues while merging #1284, so I broke the compiled dependencies. This PR recreates them. Commits ------- 5576924 Fix the compiled assets
2 parents 6bcfedd + 5576924 commit e4dd387

39 files changed

+10376
-1041
lines changed

package.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"devDependencies": {
3+
"@babel/core": "^7.20.5",
4+
"@babel/preset-env": "^7.16.0",
35
"@fortawesome/fontawesome-free": "^5.8.1",
46
"@hotwired/stimulus": "^3.0",
57
"@symfony/stimulus-bridge": "^3.0",
68
"@symfony/webpack-encore": "^4.0",
79
"bloodhound-js": "^1.2.3",
10+
"bootstrap": "^3.3",
811
"bootstrap-sass": "^3.3.7",
912
"bootstrap-tagsinput": "^0.7.1",
1013
"bootswatch": "^3.3.7",
@@ -14,20 +17,16 @@
1417
"imports-loader": "^0.8.0",
1518
"jquery": "^3.5.1",
1619
"lato-font": "^3.0.0",
20+
"moment": "^2.10",
21+
"moment-timezone": "^0.5.40",
1722
"regenerator-runtime": "^0.13.2",
1823
"sass": "^1.53.0",
1924
"sass-loader": "^13.2",
2025
"stimulus": "^2.0.0",
2126
"typeahead.js": "^0.11.1",
22-
"webpack-notifier": "^1.15.0"
23-
"@babel/core": "^7.20.5",
24-
"@babel/preset-env": "^7.16.0",
25-
"@hotwired/stimulus": "^3.0",
26-
"bootstrap": "^3.3",
27-
"moment": "^2.10",
28-
"moment-timezone": "^0.5.40",
2927
"webpack": "^5.72",
30-
"webpack-cli": "^4.9.1"
28+
"webpack-cli": "^4.9.1",
29+
"webpack-notifier": "^1.15.0"
3130
},
3231
"license": "MIT",
3332
"private": true,

public/build/206.6ea7689b.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)