Skip to content

Commit

Permalink
chore(deps): update all-major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent 6c83711 commit 83497f9
Show file tree
Hide file tree
Showing 36 changed files with 3,553 additions and 1,776 deletions.
10 changes: 5 additions & 5 deletions apps/decap-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"@netlify/functions": "2.6.3",
"decap-cms-app": "3.1.10",
"netlify-cli": "17.23.2",
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@internal/eslint-config": "workspace:*",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@vitejs/plugin-react-swc": "3.6.0",
"typescript": "5.4.5",
"vite": "5.2.11"
"vite": "6.0.3"
}
}
4 changes: 2 additions & 2 deletions apps/silverback-drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"drupal/default_content": "^2.0.0-alpha2",
"drupal/entity_usage": "^2.0.0-beta12",
"drupal/graphql": "^4.7.0",
"drupal/gutenberg": "^2.8.0",
"drupal/gutenberg": "^3.0.0",
"drupal/hal": "^2.0.2",
"drupal/key_auth": "^2.1.0",
"drupal/linkit": "^6.1.4",
"drupal/linkit": "^7.0.0",
"drupal/paragraphs": "^1.17.0",
"drupal/redirect": "^1.9.0",
"drupal/simple_oauth": "^5.2.5",
Expand Down
46 changes: 23 additions & 23 deletions apps/silverback-drupal/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions apps/silverback-gatsby-directives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"@amazeelabs/test-directives": "workspace:*",
"gatsby": "5.13.4",
"gatsby-plugin-pnpm": "1.2.10",
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@internal/eslint-config": "workspace:*",
"@types/node": "16.18.97",
"@types/react": "18.3.1",
"@types/react": "19.0.1",
"husky": "9.0.11",
"typescript": "5.4.5"
},
Expand Down
10 changes: 5 additions & 5 deletions apps/silverback-gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"html-react-parser": "5.1.10",
"netlify-cli": "17.23.2",
"postcss-import": "16.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-intl": "6.6.6",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-intl": "7.0.4",
"react-query": "3.39.3",
"tailwindcss": "3.4.3",
"tmp": "0.2.3"
Expand All @@ -44,9 +44,9 @@
"@graphql-codegen/typescript-operations": "4.2.0",
"@internal/eslint-config": "workspace:*",
"@types/classnames": "2.3.1",
"@types/express": "4.17.21",
"@types/express": "5.0.0",
"@types/node": "16.18.97",
"@types/react": "18.3.1",
"@types/react": "19.0.1",
"@types/tmp": "0.2.6",
"babel-plugin-formatjs": "10.5.14",
"babel-preset-gatsby": "3.13.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"lerna": "8.1.2",
"prettier": "3.2.5",
"typescript": "5.4.5",
"verdaccio": "5.30.3",
"verdaccio": "6.0.3",
"verdaccio-git": "workspace:*"
},
"commitlint": {
Expand Down
2 changes: 1 addition & 1 deletion packages/composer/amazeelabs/proxy-gutenberg/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
],
"require": {
"cweagans/composer-patches": "^1.7.3",
"drupal/gutenberg": "^2.8.0"
"drupal/gutenberg": "^3.0.5"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
}
],
"require": {
"drupal/gutenberg": "^2.8.0"
"drupal/gutenberg": "^3.0.5"
}
}
6 changes: 3 additions & 3 deletions packages/npm/@amazeelabs/bridge-gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
},
"peerDependencies": {
"gatsby": ">=5.13.4",
"react": ">=18.2.0"
"react": ">=19.0.0"
},
"devDependencies": {
"@amazeelabs/bridge": "workspace:*",
"@internal/eslint-config": "workspace:*",
"@swc/cli": "0.3.12",
"@swc/core": "1.4.14",
"@types/reach__router": "1.3.15",
"@types/react": "^18.2.78",
"@types/react": "^19.0.0",
"typescript": "^5.4.5",
"vitest": "^1.5.0"
"vitest": "^2.0.0"
},
"keywords": [],
"author": "AmazeeLabs <[email protected]>"
Expand Down
6 changes: 3 additions & 3 deletions packages/npm/@amazeelabs/bridge-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
},
"peerDependencies": {
"@storybook/addon-actions": ">=8.0.10",
"react": ">=18.3.1"
"react": ">=19.0.0"
},
"devDependencies": {
"@amazeelabs/bridge": "workspace:*",
"@internal/eslint-config": "workspace:*",
"@swc/cli": "0.3.12",
"@swc/core": "1.5.5",
"@types/react": "^18.3.1",
"@types/react": "^19.0.0",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
"vitest": "^2.0.0"
},
"keywords": [],
"author": "AmazeeLabs <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions packages/npm/@amazeelabs/bridge-waku/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"@amazeelabs/bridge": "^1.5.18",
"@amazeelabs/prettier-config": "1.1.3",
"@internal/eslint-config": "workspace:*",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"prettier": "3.2.5",
"typescript": "5.4.5",
"waku": "0.21.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/npm/@amazeelabs/bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"test:static": "tsc --noEmit && eslint . --quiet"
},
"peerDependencies": {
"react": "^18.3.1"
"react": "^19.0.0"
},
"devDependencies": {
"@internal/eslint-config": "workspace:*",
"@swc/cli": "0.3.12",
"@swc/core": "1.5.5",
"@types/react": "^18.3.1",
"@types/react": "^19.0.0",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
"vitest": "^2.0.0"
},
"keywords": [],
"author": "AmazeeLabs <[email protected]>"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"@types/node": "20.12.11",
"tsup": "8.0.2",
"typescript": "5.4.5",
"vitest": "1.6.0"
"vitest": "2.1.8"
}
}
2 changes: 1 addition & 1 deletion packages/npm/@amazeelabs/codegen-autoloader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@graphql-codegen/core": "4.0.2",
"@internal/eslint-config": "workspace:*",
"typescript": "5.4.5",
"vitest": "1.6.0"
"vitest": "2.1.8"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^5.0.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"optionalDependencies": {
"@graphql-codegen/plugin-helpers": "^5.0.3",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
"vitest": "^2.1.8"
},
"keywords": [],
"author": "AmazeeLabs <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions packages/npm/@amazeelabs/codegen-operation-ids/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"change-case-all": "2.1.0",
"graphql": "16.8.1",
"typescript": "5.4.5",
"vite": "5.2.11",
"vitest": "1.6.0"
"vite": "6.0.3",
"vitest": "2.1.8"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@
"decap-cms-ui-default": "^3.1.1"
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@internal/eslint-config": "workspace:*",
"@octokit/types": "13.5.0",
"@types/js-cookie": "3.0.6",
"@types/node": "18.19.33",
"@types/react": "18.3.1",
"@types/react": "19.0.1",
"@types/semaphore": "1.1.4",
"js-cookie": "3.0.5",
"typescript": "5.4.5",
"vitest": "1.6.0"
"vitest": "2.1.8"
},
"keywords": [],
"author": "",
Expand Down
8 changes: 4 additions & 4 deletions packages/npm/@amazeelabs/estimator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"commander": "^12.1.0",
"cosmiconfig": "^9.0.0",
"effect": "^3.1.4",
"glob": "8.0.3",
"glob": "11.0.0",
"glob-watcher": "6.0.0",
"graphql": "^16.8.1",
"ink": "^5.0.0",
"micromatch": "^4.0.7",
"react": "^18.3.1",
"react": "^19.0.0",
"simple-git": "^3.24.0",
"ts-import": "^5.0.0-beta.0",
"zod": "^3.23.8"
Expand All @@ -36,12 +36,12 @@
"@internal/eslint-config": "workspace:*",
"@types/glob": "^8.1.0",
"@types/micromatch": "4.0.7",
"@types/react": "18.3.2",
"@types/react": "19.0.1",
"msw": "2.3.1",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vitest": "1.6.0"
"vitest": "2.1.8"
},
"scripts": {
"build": "tsup src/cli.ts --format esm && tsup src/index.ts --dts --format esm",
Expand Down
Loading

0 comments on commit 83497f9

Please sign in to comment.