Skip to content

Commit

Permalink
[TASK] Update dependencies (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Jan 10, 2022
1 parent be1f7eb commit faf7f96
Show file tree
Hide file tree
Showing 11 changed files with 193 additions and 346 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@symfony/webpack-encore": "^1.7.0",
"autoprefixer": "^10.4.0",
"autoprefixer": "^10.4.2",
"bootstrap": "^5.1.3",
"bootstrap-tagsinput": "^0.7.1",
"chart.js": "^3.6.2",
"core-js": "^3.19.3",
"chart.js": "^3.7.0",
"core-js": "^3.20.2",
"file-loader": "^6.2.0",
"jquery": "^3.6.0",
"node-sass": "^7.0.0",
"sass": "^1.47.0",
"postcss": "^8.4.5",
"postcss-loader": "^6.2.1",
"postcss-scss": "^4.0.2",
"postcss-scss": "^4.0.3",
"sass-loader": "^12.4.0",
"stylelint": "^14.1.0",
"stylelint": "^14.2.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.0.1"
"stylelint-scss": "^4.1.0"
},
"license": "UNLICENSED",
"browserslist": [
Expand All @@ -29,11 +29,11 @@
"stylelint": "stylelint assets/css/*"
},
"dependencies": {
"@popperjs/core": "^2.11.0",
"@popperjs/core": "^2.11.2",
"@typo3/icons": "^2.5.0",
"choices.js": "^9.0.1",
"luxon": "^2.2.0",
"prismjs": "^1.25.0",
"vanillajs-datepicker": "^1.1.4"
"choices.js": "^10.0.0",
"luxon": "^2.3.0",
"prismjs": "^1.26.0",
"vanillajs-datepicker": "^1.2.0"
}
}
1 change: 1 addition & 0 deletions src/Resources/public/295.eed82bf6.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/Resources/public/885.34953fcd.js

This file was deleted.

23 changes: 0 additions & 23 deletions src/Resources/public/app.5b978ba3.css

This file was deleted.

19 changes: 19 additions & 0 deletions src/Resources/public/app.8e891083.css

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions src/Resources/public/app.f7428b76.js

This file was deleted.

2 changes: 2 additions & 0 deletions src/Resources/public/app.f94567f7.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,12 @@
*/

/*!
* Chart.js v3.6.2
* Chart.js v3.7.0
* https://www.chartjs.org
* (c) 2021 Chart.js Contributors
* Released under the MIT License
*/

/*!
* Fuse.js v3.4.5 - Lightweight fuzzy-search (http://fusejs.io)
*
* Copyright (c) 2012-2017 Kirollos Risk (http://kiro.me)
* All Rights Reserved. Apache Software License 2.0
*
* http://www.apache.org/licenses/LICENSE-2.0
*/

/*!
* Sizzle CSS Selector Engine v2.3.6
* https://sizzlejs.com/
Expand All @@ -45,7 +36,7 @@
* Date: 2021-03-02T17:08Z
*/

/*! choices.js v9.0.1 | © 2019 Josh Johnson | https://github.com/jshjohnson/Choices#readme */
/*! choices.js v10.0.0 | © 2022 Josh Johnson | https://github.com/jshjohnson/Choices#readme */

/**
* Prism: Lightweight, robust, elegant syntax highlighting
Expand Down
4 changes: 2 additions & 2 deletions src/Resources/public/entrypoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"entrypoints": {
"app": {
"css": [
"/bundles/template/app.5b978ba3.css"
"/bundles/template/app.8e891083.css"
],
"js": [
"/bundles/template/app.f7428b76.js"
"/bundles/template/app.f94567f7.js"
]
},
"webfont": {
Expand Down
6 changes: 3 additions & 3 deletions src/Resources/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"bundles/template/app.css": "/bundles/template/app.5b978ba3.css",
"bundles/template/app.js": "/bundles/template/app.f7428b76.js",
"bundles/template/app.css": "/bundles/template/app.8e891083.css",
"bundles/template/app.js": "/bundles/template/app.f94567f7.js",
"bundles/template/webfont.css": "/bundles/template/webfont.eb64eebe.css",
"bundles/template/885.34953fcd.js": "/bundles/template/885.34953fcd.js",
"bundles/template/295.eed82bf6.js": "/bundles/template/295.eed82bf6.js",
"bundles/template/images/fa-solid-900.svg": "/bundles/template/images/fa-solid-900.7a8b4f13.svg",
"bundles/template/images/fa-brands-400.svg": "/bundles/template/images/fa-brands-400.2f517e09.svg",
"bundles/template/fonts/fa-solid-900.eot": "/bundles/template/fonts/fa-solid-900.9bbb245e.eot",
Expand Down

0 comments on commit faf7f96

Please sign in to comment.