Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6b939c2

Browse files
committed
Update all non-major dependencies
1 parent 6e0bc04 commit 6b939c2

7 files changed

Lines changed: 1093 additions & 831 deletions

File tree

.github/workflows/crowdin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v5
1313

1414
- name: crowdin action
15-
uses: crowdin/github-action@v2.9.0
15+
uses: crowdin/github-action@v2.11.0
1616
with:
1717
config: '.github/crowdin.yml'
1818
upload_translations: true
Lines changed: 358 additions & 358 deletions
Large diffs are not rendered by default.

assets/.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ enableGlobalCache: false
44

55
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-4.9.2.cjs
7+
yarnPath: .yarn/releases/yarn-4.9.4.cjs

assets/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
"node": ">= 14.0.0"
99
},
1010
"devDependencies": {
11-
"@babel/core": "7.28.0",
12-
"@babel/preset-env": "7.28.0",
11+
"@babel/core": "7.28.4",
12+
"@babel/preset-env": "7.28.3",
1313
"@hotwired/stimulus": "3.2.2",
1414
"@symfony/stimulus-bridge": "4.0.1",
15-
"@symfony/webpack-encore": "5.1.0",
16-
"copy-webpack-plugin": "13.0.0",
17-
"core-js": "3.44.0",
15+
"@symfony/webpack-encore": "5.2.0",
16+
"copy-webpack-plugin": "13.0.1",
17+
"core-js": "3.45.1",
1818
"regenerator-runtime": "0.14.1",
19-
"webpack": "5.100.1",
19+
"webpack": "5.101.3",
2020
"webpack-cli": "6.0.1",
2121
"webpack-notifier": "1.15.0"
2222
},
@@ -32,5 +32,5 @@
3232
"watch": "encore dev --watch",
3333
"build": "encore production --progress"
3434
},
35-
"packageManager": "[email protected].2"
35+
"packageManager": "[email protected].4"
3636
}

0 commit comments

Comments
 (0)