Skip to content

Commit bd6a5de

Browse files
chore(deps): update all-major
1 parent 8af9acc commit bd6a5de

File tree

33 files changed

+853
-523
lines changed

33 files changed

+853
-523
lines changed

apps/decap-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"devDependencies": {
2323
"@types/react": "18.3.1",
2424
"@types/react-dom": "18.3.0",
25-
"@typescript-eslint/eslint-plugin": "7.8.0",
26-
"@typescript-eslint/parser": "7.8.0",
25+
"@typescript-eslint/eslint-plugin": "8.0.1",
26+
"@typescript-eslint/parser": "8.0.1",
2727
"@vitejs/plugin-react-swc": "3.6.0",
2828
"eslint": "8.57.0",
2929
"eslint-plugin-react-hooks": "4.6.2",

apps/silverback-drupal/composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@
3838
"cweagans/composer-patches": "1.7.3",
3939
"drupal/admin_toolbar": "3.4.2",
4040
"drupal/ckeditor": "1.0.2",
41-
"drupal/core": "10.2.6",
42-
"drupal/core-composer-scaffold": "10.2.6",
43-
"drupal/core-dev": "10.2.6",
44-
"drupal/core-recommended": "10.2.6",
41+
"drupal/core": "11.0.0",
42+
"drupal/core-composer-scaffold": "11.0.1",
43+
"drupal/core-dev": "11.0.2",
44+
"drupal/core-recommended": "11.0.0",
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-drupal-core/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
},
1818
"require": {
1919
"cweagans/composer-patches": "^1.7.3",
20-
"drupal/core-recommended": "^9 || ^10"
20+
"drupal/core-recommended": "^9 || ^10 || ^11"
2121
}
2222
}

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-cli/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"version": "2.9.12",
77
"require": {
88
"nelexa/zip": "^4.0.2",
9-
"drush/drush": "^10 || ^11 || ^12",
9+
"drush/drush": "^10 || ^11 || ^12 || ^13",
1010
"vlucas/phpdotenv": "^5.6.0",
1111
"ext-json": "*"
1212
},

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.5"
3333
}
3434
}

0 commit comments

Comments
 (0)