Skip to content

Commit 20ac3ad

Browse files
chore(deps): update all-major
1 parent 25a331c commit 20ac3ad

File tree

30 files changed

+690
-368
lines changed

30 files changed

+690
-368
lines changed

apps/silverback-drupal/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,20 @@
3939
"drupal/admin_toolbar": "3.4.2",
4040
"drupal/ckeditor": "1.0.2",
4141
"drupal/core": "10.2.6",
42-
"drupal/core-composer-scaffold": "10.2.6",
43-
"drupal/core-dev": "10.2.6",
42+
"drupal/core-composer-scaffold": "11.0.1",
43+
"drupal/core-dev": "11.0.1",
4444
"drupal/core-recommended": "10.2.6",
4545
"drupal/default_content": "2.0.0-alpha2",
4646
"drupal/entity_usage": "2.0.0-beta12",
4747
"drupal/graphql": "4.7.0",
48-
"drupal/gutenberg": "2.8.0",
48+
"drupal/gutenberg": "3.0.4",
4949
"drupal/hal": "2.0.2",
5050
"drupal/key_auth": "2.1.0",
5151
"drupal/linkit": "6.1.4",
5252
"drupal/paragraphs": "1.17.0",
5353
"drupal/redirect": "1.9.0",
5454
"drupal/simple_oauth": "5.2.5",
55-
"drupal/typed_data": "1.0.0-beta2",
55+
"drupal/typed_data": "2.1.0",
5656
"drupal/webform": "6.2.2",
5757
"fenetikm/autoload-drupal": "1.0.0",
5858
"phpspec/prophecy-phpunit": "2.2.0"

packages/composer/amazeelabs/proxy-gutenberg/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
],
1919
"require": {
2020
"cweagans/composer-patches": "^1.7.3",
21-
"drupal/gutenberg": "^2.8.0"
21+
"drupal/gutenberg": "^3.0.4"
2222
}
2323
}

packages/composer/amazeelabs/silverback_gutenberg/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
}
1313
],
1414
"require": {
15-
"drupal/gutenberg": "^2.8.0"
15+
"drupal/gutenberg": "^3.0.4"
1616
}
1717
}

packages/npm/@amazeelabs/bridge-gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/reach__router": "1.3.15",
2828
"@types/react": "^18.2.78",
2929
"typescript": "^5.4.5",
30-
"vitest": "^1.5.0"
30+
"vitest": "^2.0.0"
3131
},
3232
"keywords": [],
3333
"author": "AmazeeLabs <development@amazeelabs.com>"

packages/npm/@amazeelabs/bridge-storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@swc/core": "1.5.5",
2626
"@types/react": "^18.3.1",
2727
"typescript": "^5.4.5",
28-
"vitest": "^1.6.0"
28+
"vitest": "^2.0.0"
2929
},
3030
"keywords": [],
3131
"author": "AmazeeLabs <development@amazeelabs.com>"

packages/npm/@amazeelabs/bridge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@swc/core": "1.5.5",
2424
"@types/react": "^18.3.1",
2525
"typescript": "^5.4.5",
26-
"vitest": "^1.6.0"
26+
"vitest": "^2.0.0"
2727
},
2828
"keywords": [],
2929
"author": "AmazeeLabs <development@amazeelabs.com>"

packages/npm/@amazeelabs/cloudinary-responsive-image/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"eslint": "8.57.0",
3030
"tsup": "8.0.2",
3131
"typescript": "5.4.5",
32-
"vitest": "1.6.0"
32+
"vitest": "2.0.4"
3333
}
3434
}

packages/npm/@amazeelabs/codegen-autoloader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@graphql-codegen/core": "4.0.2",
2020
"typescript": "5.4.5",
21-
"vitest": "1.6.0"
21+
"vitest": "2.0.4"
2222
},
2323
"dependencies": {
2424
"@graphql-codegen/plugin-helpers": "^5.0.3",

packages/npm/@amazeelabs/codegen-gatsby-fragments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"optionalDependencies": {
2020
"@graphql-codegen/plugin-helpers": "^5.0.3",
2121
"typescript": "^5.4.5",
22-
"vitest": "^1.6.0"
22+
"vitest": "^2.0.4"
2323
},
2424
"keywords": [],
2525
"author": "AmazeeLabs <development@amazeelabs.com>",

packages/npm/@amazeelabs/codegen-operation-ids/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
"graphql": "16.8.1",
3737
"typescript": "5.4.5",
3838
"vite": "5.2.11",
39-
"vitest": "1.6.0"
39+
"vitest": "2.0.4"
4040
}
4141
}

0 commit comments

Comments
 (0)