Skip to content

Commit 17c09a5

Browse files
committed
chore(ci): update yarn v.4.10
1 parent f80220b commit 17c09a5

File tree

3 files changed

+1608
-1361
lines changed

3 files changed

+1608
-1361
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
[build.environment]
1414
NODE_VERSION = "20.15.1"
1515
YARN_FLAGS = "--frozen-lockfile"
16-
YARN_VERSION = "4.9"
16+
YARN_VERSION = "4.10"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "fundamental-styles",
33
"description": "Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/",
44
"engines": {
5-
"yarn": ">= 4.9.1",
5+
"yarn": ">= 4.10.3",
66
"node": ">= 18"
77
},
8-
"packageManager": "yarn@4.9.1",
8+
"packageManager": "yarn@4.10.3",
99
"scripts": {
1010
"transform-stories": "ts-node stories-transformer.ts",
1111
"build": "npx nx run-many --target=build --all",

0 commit comments

Comments
 (0)