Skip to content

Commit 664d84b

Browse files
committed
Updated blocks package. Thanks @whoami-pwd
1 parent 8bd8330 commit 664d84b

File tree

2 files changed

+16
-27
lines changed

2 files changed

+16
-27
lines changed

examples/next/block-support/package-lock.json

Lines changed: 11 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/next/block-support/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@apollo/client": "^3.8.8",
15-
"@faustwp/blocks": "^0.2.1",
15+
"@faustwp/blocks": "^6.1.2",
1616
"@faustwp/cli": "^3.2.3",
1717
"@faustwp/core": "^3.2.3",
1818
"classnames": "^2.5.1",
@@ -35,10 +35,10 @@
3535
"node": ">=18",
3636
"npm": ">=10"
3737
},
38-
"overrides": {
38+
"overrides": {
3939
"@babel/runtime": "7.27.0"
4040
},
41-
"resolutions": {
42-
"@babel/runtime": "7.27.0"
43-
}
41+
"resolutions": {
42+
"@babel/runtime": "7.27.0"
43+
}
4444
}

0 commit comments

Comments
 (0)