Skip to content

Commit

Permalink
bug #1383 Fix the compiled assets (javiereguiluz)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
javiereguiluz committed Dec 21, 2022
2 parents 6bcfedd + 5576924 commit e4dd387
Show file tree
Hide file tree
Showing 39 changed files with 10,376 additions and 1,041 deletions.
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.16.0",
"@fortawesome/fontawesome-free": "^5.8.1",
"@hotwired/stimulus": "^3.0",
"@symfony/stimulus-bridge": "^3.0",
"@symfony/webpack-encore": "^4.0",
"bloodhound-js": "^1.2.3",
"bootstrap": "^3.3",
"bootstrap-sass": "^3.3.7",
"bootstrap-tagsinput": "^0.7.1",
"bootswatch": "^3.3.7",
Expand All @@ -14,20 +17,16 @@
"imports-loader": "^0.8.0",
"jquery": "^3.5.1",
"lato-font": "^3.0.0",
"moment": "^2.10",
"moment-timezone": "^0.5.40",
"regenerator-runtime": "^0.13.2",
"sass": "^1.53.0",
"sass-loader": "^13.2",
"stimulus": "^2.0.0",
"typeahead.js": "^0.11.1",
"webpack-notifier": "^1.15.0"
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.16.0",
"@hotwired/stimulus": "^3.0",
"bootstrap": "^3.3",
"moment": "^2.10",
"moment-timezone": "^0.5.40",
"webpack": "^5.72",
"webpack-cli": "^4.9.1"
"webpack-cli": "^4.9.1",
"webpack-notifier": "^1.15.0"
},
"license": "MIT",
"private": true,
Expand Down
1 change: 1 addition & 0 deletions public/build/206.6ea7689b.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e4dd387

Please sign in to comment.