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 1, 2025
1 parent 6c83711 commit 5278851
Show file tree
Hide file tree
Showing 33 changed files with 2,017 additions and 1,049 deletions.
2 changes: 1 addition & 1 deletion apps/decap-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react-swc": "3.6.0",
"typescript": "5.4.5",
"vite": "5.2.11"
"vite": "6.0.2"
}
}
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.

4 changes: 2 additions & 2 deletions apps/silverback-gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"postcss-import": "16.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-intl": "6.6.6",
"react-intl": "7.0.1",
"react-query": "3.39.3",
"tailwindcss": "3.4.3",
"tmp": "0.2.3"
Expand All @@ -44,7 +44,7 @@
"@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/tmp": "0.2.6",
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.2",
"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"
}
}
2 changes: 1 addition & 1 deletion packages/npm/@amazeelabs/bridge-gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/reach__router": "1.3.15",
"@types/react": "^18.2.78",
"typescript": "^5.4.5",
"vitest": "^1.5.0"
"vitest": "^2.0.0"
},
"keywords": [],
"author": "AmazeeLabs <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion packages/npm/@amazeelabs/bridge-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@swc/core": "1.5.5",
"@types/react": "^18.3.1",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
"vitest": "^2.0.0"
},
"keywords": [],
"author": "AmazeeLabs <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion packages/npm/@amazeelabs/bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@swc/core": "1.5.5",
"@types/react": "^18.3.1",
"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.2",
"vitest": "2.1.8"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@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
4 changes: 2 additions & 2 deletions packages/npm/@amazeelabs/estimator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"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",
Expand All @@ -41,7 +41,7 @@
"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
6 changes: 3 additions & 3 deletions packages/npm/@amazeelabs/executors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,20 @@
"@amazeelabs/prettier-config": "1.1.3",
"@internal/eslint-config": "workspace:*",
"@playwright/test": "^1.44.1",
"@testing-library/react": "14.3.1",
"@testing-library/react": "16.0.1",
"@types/lodash-es": "4.17.12",
"@types/node": "^20.14.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"jsdom": "^24.1.0",
"jsdom": "^25.0.0",
"playwright": "^1.44.1",
"prettier": "3.2.5",
"react": "^19.0.0-rc.0",
"react-dom": "^19.0.0-rc.0",
"ts-expect": "^1.3.0",
"tsup": "^8.0.1",
"typescript": "5.4.5",
"vitest": "1.5.0",
"vitest": "2.1.8",
"waku": "0.21.0-alpha.2"
}
}
6 changes: 3 additions & 3 deletions packages/npm/@amazeelabs/gatsby-fragments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"devDependencies": {
"@amazeelabs/jest-preset": "1.3.47",
"@internal/eslint-config": "workspace:*",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-commonjs": "28.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-typescript": "11.1.6",
"@rollup/plugin-typescript": "12.1.1",
"@types/glob": "8.1.0",
"@types/jest": "29.5.12",
"@types/mock-fs": "4.13.4",
"commander": "12.0.0",
"glob": "10.3.14",
"glob": "11.0.0",
"jest": "29.7.0",
"mock-fs": "5.2.0",
"rollup": "4.17.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"babel-plugin-tester": "11.0.4",
"gatsby": "5.13.4",
"typescript": "5.4.5",
"vitest": "1.6.0"
"vitest": "2.1.8"
},
"dependencies": {
"@babel/core": "^7.24.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@types/node": "16.18.97",
"gatsby": "5.13.4",
"typescript": "5.4.5",
"vite": "5.2.11",
"vitest": "1.6.0"
"vite": "6.0.2",
"vitest": "2.1.8"
},
"scripts": {
"build": "tsc",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"gatsby-source-filesystem": "5.13.1",
"react": "18.3.1",
"typescript": "5.4.5",
"vitest": "1.6.0"
"vitest": "2.1.8"
},
"scripts": {
"build": "tsc -p tsconfig.dist.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/npm/@amazeelabs/graphql-directives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/lodash-es": "4.17.12",
"graphql": "16.8.1",
"typescript": "5.4.5",
"vitest": "1.6.0"
"vitest": "2.1.8"
},
"keywords": [],
"author": "AmazeeLabs <[email protected]>"
Expand Down
6 changes: 3 additions & 3 deletions packages/npm/@amazeelabs/image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@amazeelabs/prettier-config": "1.1.3",
"@internal/eslint-config": "workspace:*",
"@playwright/test": "^1.44.1",
"@testing-library/react": "14.3.1",
"@testing-library/react": "16.0.1",
"@types/lodash-es": "4.17.12",
"@types/node": "^20.14.5",
"@types/react": "18.3.3",
Expand All @@ -55,8 +55,8 @@
"start-server-and-test": "2.0.3",
"ts-expect": "^1.3.0",
"typescript": "5.4.5",
"vite": "^5.3.5",
"vitest": "1.5.0",
"vite": "^6.0.0",
"vitest": "2.1.8",
"waku": "0.21.0-alpha.2"
},
"keywords": [],
Expand Down
Loading

0 comments on commit 5278851

Please sign in to comment.