Skip to content

Commit 5c556f9

Browse files
committed
Update all non-major dependencies
1 parent c32ba53 commit 5c556f9

File tree

4 files changed

+195
-172
lines changed

4 files changed

+195
-172
lines changed

.github/workflows/crowdin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v4
1313

1414
- name: crowdin action
15-
uses: crowdin/github-action@v2.5.2
15+
uses: crowdin/github-action@v2.6.0
1616
with:
1717
config: '.github/crowdin.yml'
1818
upload_translations: false

assets/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"node": ">= 14.0.0"
1010
},
1111
"devDependencies": {
12-
"@babel/core": "7.26.7",
13-
"@babel/preset-env": "7.26.7",
12+
"@babel/core": "7.26.9",
13+
"@babel/preset-env": "7.26.9",
1414
"@hotwired/stimulus": "3.2.2",
1515
"@materializecss/materialize": "2.0.4",
1616
"@symfony/stimulus-bridge": "4.0.0",
@@ -23,7 +23,7 @@
2323
"sortablejs": "1.15.6",
2424
"stimulus-lightbox": "3.2.0",
2525
"stimulus-use": "0.52.3",
26-
"webpack": "5.97.1",
26+
"webpack": "5.98.0",
2727
"webpack-cli": "6.0.1",
2828
"webpack-notifier": "1.15.0"
2929
},
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"bazinga-translator": "6.1.0",
3838
"hotkeys-js": "^3.10.2",
39-
"intl-messageformat": "10.7.14",
39+
"intl-messageformat": "10.7.15",
4040
"ts-select2": "^0.2.5"
4141
},
4242
"packageManager": "[email protected]"

0 commit comments

Comments
 (0)