Skip to content

Commit f86c4c7

Browse files
authored
chore(deps): bump (#1289)
1 parent 60c8048 commit f86c4c7

File tree

7 files changed

+53
-118
lines changed

7 files changed

+53
-118
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@
5858
"overrides": {
5959
"ajv@>=7.0.0-alpha.0 <8.18.0": "^8.18.0",
6060
"immer": "^10.2.0",
61-
"minimatch@^3": "npm:minimatch@^3.1.4"
61+
"minimatch@^3": "npm:minimatch@^3.1.4",
62+
"lodash-es@^4": "^4.18.1",
63+
"lodash@^4": "^4.18.1",
64+
"vite@^7": "^7.3.2"
6265
}
6366
},
6467
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"

packages/code-snippet-block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@uiw/codemirror-extensions-langs": "4.24.2",
2525
"@uiw/codemirror-themes-all": "4.24.2",
2626
"@uiw/react-codemirror": "4.24.2",
27-
"lodash-es": "^4.17.23",
27+
"lodash-es": "^4.18.1",
2828
"react": "^18.3.1",
2929
"react-dom": "^18.3.1"
3030
},

packages/dos-donts-block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@frontify/guideline-blocks-settings": "2.1.7",
2323
"@frontify/guideline-blocks-shared": "workspace:*",
2424
"autosize": "^6.0.1",
25-
"lodash-es": "^4.17.23",
25+
"lodash-es": "^4.18.1",
2626
"react": "^18.3.1",
2727
"react-dom": "^18.3.1"
2828
},

packages/gradient-block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@frontify/fondue": "13.4.0",
1919
"@frontify/guideline-blocks-settings": "2.1.7",
2020
"@frontify/guideline-blocks-shared": "workspace:*",
21-
"lodash-es": "^4.17.23",
21+
"lodash-es": "^4.18.1",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1"
2424
},

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@frontify/fondue": "13.4.0",
2121
"@frontify/guideline-blocks-settings": "2.1.7",
2222
"@uiw/react-codemirror": "4.24.2",
23-
"lodash-es": "^4.17.23"
23+
"lodash-es": "^4.18.1"
2424
},
2525
"devDependencies": {
2626
"@babel/core": "^7.29.0",

packages/ui-pattern-block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@frontify/guideline-blocks-settings": "2.1.7",
2222
"@frontify/guideline-blocks-shared": "workspace:*",
2323
"@mantine/core": "^7.1.2",
24-
"lodash-es": "^4.17.23",
24+
"lodash-es": "^4.18.1",
2525
"react": "^18.3.1",
2626
"react-dom": "^18.3.1"
2727
},

0 commit comments

Comments
 (0)