Skip to content

Commit

Permalink
[main]
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Akhmerov committed Mar 11, 2024
1 parent 427b545 commit 3b47d96
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
12 changes: 6 additions & 6 deletions Resources/public/adminlte.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Resources/public/adminlte.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Resources/public/entrypoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"entrypoints": {
"adminlte": {
"js": [
"/bundles/adminlte/adminlte.js?4e5af81e7a2186622a4e"
"/bundles/adminlte/adminlte.js?eff885317bfdfa3af7e1"
],
"css": [
"/bundles/adminlte/adminlte.css?195959b6dfb680a63ade"
Expand Down
2 changes: 1 addition & 1 deletion Resources/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"bundles/adminlte/adminlte.js": "/bundles/adminlte/adminlte.js?4e5af81e7a2186622a4e",
"bundles/adminlte/adminlte.js": "/bundles/adminlte/adminlte.js?eff885317bfdfa3af7e1",
"bundles/adminlte/adminlte.css": "/bundles/adminlte/adminlte.css?195959b6dfb680a63ade",
"bundles/adminlte/adminlte.png": "/bundles/adminlte/images/default_avatar.png?0f50fed9",
"bundles/adminlte/adminlte.eot": "/bundles/adminlte/fonts/glyphicons-halflings-regular.eot?5be1347c",
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@
"watch": "encore dev --watch",
"build": "encore production"
},
"dependencies": {}
"dependencies": {
"moment": "2.29.4"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4547,10 +4547,10 @@ module-deps@^6.2.3:
through2 "^2.0.0"
xtend "^4.0.0"

moment@^2.24, moment@^2.9.0:
version "2.29.1"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3"
integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==
moment@2.29.4, moment@^2.24, moment@^2.9.0:
version "2.29.4"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108"
integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==

morris.js@^0.5:
version "0.5.0"
Expand Down

0 comments on commit 3b47d96

Please sign in to comment.