Skip to content

Commit e82bf3f

Browse files
Merge branch '1.2' of github.com:benjaminjonard/mendako into 1.2
2 parents 20c3f33 + 4108ad2 commit e82bf3f

File tree

6 files changed

+1486
-2094
lines changed

6 files changed

+1486
-2094
lines changed

assets/.yarn/releases/yarn-4.5.0.cjs renamed to assets/.yarn/releases/yarn-4.5.1.cjs

Lines changed: 367 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.5.0.cjs
7+
yarnPath: .yarn/releases/yarn-4.5.1.cjs

assets/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"node": ">= 14.0.0"
99
},
1010
"devDependencies": {
11-
"@babel/core": "7.25.2",
12-
"@babel/preset-env": "7.25.4",
11+
"@babel/core": "7.26.0",
12+
"@babel/preset-env": "7.26.0",
1313
"@hotwired/stimulus": "3.2.2",
1414
"@symfony/stimulus-bridge": "3.2.2",
15-
"@symfony/webpack-encore": "5.0.0",
15+
"@symfony/webpack-encore": "5.0.1",
1616
"copy-webpack-plugin": "12.0.2",
1717
"core-js": "3.38.1",
1818
"regenerator-runtime": "0.14.1",
@@ -32,5 +32,5 @@
3232
"watch": "encore dev --watch",
3333
"build": "encore production --progress"
3434
},
35-
"packageManager": "yarn@4.5.0"
35+
"packageManager": "yarn@4.5.1"
3636
}

0 commit comments

Comments
 (0)