Skip to content

Commit 30e35bd

Browse files
chore(deps): update all-major
1 parent 8be02c3 commit 30e35bd

File tree

30 files changed

+417
-1071
lines changed

30 files changed

+417
-1071
lines changed

apps/decap-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@netlify/edge-functions": "2.11.1",
1616
"@netlify/functions": "3.0.0",
1717
"decap-cms-app": "3.5.0",
18-
"netlify-cli": "17.38.1",
18+
"netlify-cli": "18.0.3",
1919
"react": "18.3.1",
2020
"react-dom": "18.3.1"
2121
},

apps/silverback-drupal/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"drupal/default_content": "2.0.0-alpha3",
4747
"drupal/entity_usage": "2.0.0-beta19",
4848
"drupal/graphql": "4.10.0",
49-
"drupal/gutenberg": "2.14.0",
49+
"drupal/gutenberg": "3.0.6",
5050
"drupal/hal": "2.0.3",
5151
"drupal/key_auth": "2.2.0",
5252
"drupal/linkit": "7.0.2",

apps/silverback-gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
"gatsby-plugin-sharp": "5.14.0",
2727
"gatsby-transformer-sharp": "5.14.0",
2828
"html-react-parser": "5.2.2",
29-
"netlify-cli": "17.38.1",
29+
"netlify-cli": "18.0.3",
3030
"postcss-import": "16.1.0",
3131
"react": "18.3.1",
3232
"react-dom": "18.3.1",
3333
"react-intl": "6.8.9",
3434
"react-query": "3.39.3",
35-
"tailwindcss": "3.4.17",
35+
"tailwindcss": "4.0.1",
3636
"tmp": "0.2.3"
3737
},
3838
"devDependencies": {

devbox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS": "true"
77
},
88
"packages": [
9-
"nodejs@18.19.0",
9+
"nodejs@23.6.1",
1010
1111
"php83Packages.composer@2",
1212
"php83Extensions.xdebug@3"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
}
5454
},
5555
"resolutions": {
56-
"@types/express": "4.17.21",
56+
"@types/express": "5.0.0",
5757
"sharp": "0.33.5",
5858
"@graphql-tools/load": "^8.0.12"
5959
}

packages/composer/amazeelabs/silverback_cloudinary/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"homepage": "https://silverback.netlify.app",
77
"license": "GPL-2.0+",
88
"require": {
9-
"cloudinary/cloudinary_php": "^2"
9+
"cloudinary/cloudinary_php": "^3"
1010
},
1111
"extra": {
1212
"drush": {

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.14.0"
15+
"drupal/gutenberg": "^3.0.6"
1616
}
1717
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/reach__router": "1.3.15",
2727
"@types/react": "18.3.18",
2828
"typescript": "5.7.3",
29-
"vitest": "2.1.8"
29+
"vitest": "3.0.4"
3030
},
3131
"keywords": [],
3232
"author": "AmazeeLabs <[email protected]>"

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.10.11",
2626
"@types/react": "18.3.18",
2727
"typescript": "5.7.3",
28-
"vitest": "2.1.8"
28+
"vitest": "3.0.4"
2929
},
3030
"keywords": [],
3131
"author": "AmazeeLabs <[email protected]>"

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.10.11",
2424
"@types/react": "18.3.18",
2525
"typescript": "5.7.3",
26-
"vitest": "2.1.8"
26+
"vitest": "3.0.4"
2727
},
2828
"keywords": [],
2929
"author": "AmazeeLabs <[email protected]>"

0 commit comments

Comments
 (0)