Skip to content

Commit

Permalink
chore: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pan93412 committed Dec 2, 2024
1 parent 394f8ca commit b9f6283
Show file tree
Hide file tree
Showing 6 changed files with 153 additions and 139 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"symfony/stimulus-bundle": "2.*",
"symfony/string": "7.3.*",
"symfony/translation": "7.3.*",
"symfony/twig-bridge": "7.3.*",
"symfony/twig-bundle": "7.3.*",
"symfony/ux-chartjs": "2.*",
"symfony/ux-live-component": "2.*",
Expand All @@ -64,7 +65,7 @@
"twig/extra-bundle": "3.*",
"twig/markdown-extra": "3.*",
"twig/string-extra": "3.*",
"twig/twig": "3.14.*"
"twig/twig": "3.*"
},
"config": {
"allow-plugins": {
Expand Down
64 changes: 33 additions & 31 deletions composer.lock

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

8 changes: 4 additions & 4 deletions devenv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1732997066,
"lastModified": 1733064805,
"owner": "nixos",
"repo": "nixpkgs",
"rev": "33b9d57c656e65a9c88c5f34e4eb00b83e2b0ca9",
"rev": "31d66ae40417bb13765b0ad75dd200400e98de84",
"type": "github"
},
"original": {
Expand All @@ -68,10 +68,10 @@
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1732749044,
"lastModified": 1733016324,
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "0c5b4ecbed5b155b705336aa96d878e55acd8685",
"rev": "7e1ca67996afd8233d9033edd26e442836cc2ad6",
"type": "github"
},
"original": {
Expand Down
2 changes: 1 addition & 1 deletion importmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
'path' => './vendor/twbs/bootstrap/dist/js/bootstrap.esm.js',
],
'chart.js' => [
'version' => '4.4.6',
'version' => '4.4.7',
],
'@hotwired/stimulus' => [
'version' => '3.2.2',
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"format": "dprint fmt"
},
"dependencies": {
"@swc/cli": "^0.5.1",
"@swc/cli": "^0.5.2",
"@swc/core": "^1.9.3"
},
"packageManager": "[email protected]+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab",
Expand All @@ -20,10 +20,10 @@
"@types/bootstrap": "^5.2.10",
"bootstrap": "^5.3.3",
"codemirror": "^6.0.1",
"dprint": "^0.47.5",
"dprint": "^0.47.6",
"eslint": "^9.16.0",
"globals": "^15.12.0",
"globals": "^15.13.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0"
"typescript-eslint": "^8.17.0"
}
}
Loading

0 comments on commit b9f6283

Please sign in to comment.