Skip to content

Commit

Permalink
Update all dependencies (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
psirenny authored Dec 31, 2024
1 parent 5dc12ce commit c8d1085
Show file tree
Hide file tree
Showing 42 changed files with 5,746 additions and 7,037 deletions.
7 changes: 7 additions & 0 deletions .changeset/slow-insects-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@spear-ai/tailwind-config": major
"@spear-ai/storybook": major
"@spear-ai/ui": major
---

Renamed GalapaGo to Omega and Underway to Horizon.
8 changes: 8 additions & 0 deletions .changeset/tall-bats-draw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@spear-ai/relay-environment": major
"@spear-ai/tailwind-config": major
"@spear-ai/storybook": major
"@spear-ai/ui": major
---

Updated dependencies.
18 changes: 18 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,27 @@ updates:
package-ecosystem: npm
schedule:
interval: monthly
- directory: /packages/relay-environment
labels:
- 🔧 maintenance
package-ecosystem: npm
schedule:
interval: monthly
- directory: /packages/storybook
labels:
- 🔧 maintenance
package-ecosystem: npm
schedule:
interval: monthly
- directory: /packages/tailwind-config
labels:
- 🔧 maintenance
package-ecosystem: npm
schedule:
interval: monthly
- directory: /packages/ui
labels:
- 🔧 maintenance
package-ecosystem: npm
schedule:
interval: monthly
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
925 changes: 0 additions & 925 deletions .yarn/releases/yarn-4.4.1.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.6.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ compressionLevel: mixed
enableGlobalCache: false
nodeLinker: node-modules
npmPublishAccess: public
yarnPath: .yarn/releases/yarn-4.4.1.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@
"type": "module",
"dependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.7",
"@commitlint/cli": "19.4.1",
"@commitlint/types": "19.0.3",
"@changesets/cli": "2.27.11",
"@commitlint/cli": "19.6.1",
"@commitlint/types": "19.5.0",
"@spear-ai/commitlint-config": "3.2.0",
"@spear-ai/eslint-config": "20.0.1",
"@spear-ai/npm-package-json-lint-config": "3.1.1",
"@spear-ai/prettier-config": "2.2.0",
"@spear-ai/tsconfig": "4.0.0",
"commitlint": "19.4.1",
"eslint": "8.57.0",
"graphql": "16.9.0",
"husky": "9.1.5",
"commitlint": "19.6.1",
"eslint": "8.57.1",
"graphql": "16.10.0",
"husky": "9.1.7",
"npm-package-json-lint": "8.0.0",
"prettier": "3.3.3",
"react": "18.3.1",
"tailwindcss": "3.4.10",
"turbo": "2.1.1",
"typescript": "5.5.4"
"prettier": "3.4.2",
"react": "19.0.0",
"tailwindcss": "3.4.17",
"turbo": "2.3.3",
"typescript": "5.7.2"
},
"license": "UNLICENSED",
"packageManager": "yarn@4.4.1",
"packageManager": "yarn@4.6.0",
"private": true,
"repository": {
"type": "git",
Expand Down
20 changes: 10 additions & 10 deletions packages/relay-environment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"@spear-ai/npm-package-json-lint-config": "3.1.1",
"@spear-ai/prettier-config": "2.2.0",
"@spear-ai/tsconfig": "4.0.0",
"@types/relay-runtime": "17.0.4",
"@types/relay-runtime": "18.2.3",
"autoprefixer": "10.4.20",
"eslint": "8.57.0",
"graphql": "16.9.0",
"eslint": "8.57.1",
"graphql": "16.10.0",
"npm-package-json-lint": "8.0.0",
"prettier": "3.3.3",
"react": "18.3.1",
"react-relay": "17.0.0",
"relay-runtime": "17.0.0",
"tailwindcss": "3.4.10",
"tsup": "8.2.4",
"typescript": "5.5.4"
"prettier": "3.4.2",
"react": "19.0.0",
"react-relay": "18.2.0",
"relay-runtime": "18.2.0",
"tailwindcss": "3.4.17",
"tsup": "8.3.5",
"typescript": "5.7.2"
},
"license": "MIT",
"main": "./dist/index.cjs",
Expand Down
6 changes: 3 additions & 3 deletions packages/storybook/.storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ const storybookPreview: Preview = {
},
},
product: {
defaultValue: "underway",
defaultValue: "horizon",
description: "Spear AI Product",
toolbar: {
dynamicTitle: true,
icon: "lightning",
items: [
{ title: "DFS", value: "dfs" },
{ title: "Forerunner", value: "forerunner" },
{ title: "GalapaGo", value: "galapago" },
{ title: "Underway", value: "underway" },
{ title: "Omega", value: "omega" },
{ title: "Horizon", value: "horizon" },
],
title: "Theme",
},
Expand Down
78 changes: 39 additions & 39 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,57 +9,57 @@
},
"type": "module",
"dependencies": {
"@radix-ui/react-icons": "1.3.0",
"@react-hookz/web": "24.0.4",
"@react-stately/utils": "3.10.3",
"@sentry/nextjs": "8.27.0",
"@radix-ui/react-icons": "1.3.2",
"@react-hookz/web": "25.0.1",
"@react-stately/utils": "3.10.5",
"@sentry/nextjs": "8.47.0",
"@spear-ai/logo": "2.1.1",
"@spear-ai/ui": "*",
"input-otp": "1.2.4",
"next": "14.2.7",
"next-themes": "0.3.0",
"react": "18.3.1",
"react-aria-components": "1.3.3",
"react-intl": "6.6.8",
"react-stately": "3.32.2",
"sonner": "1.5.0"
"input-otp": "1.4.1",
"next": "15.1.3",
"next-themes": "0.4.4",
"react": "19.0.0",
"react-aria-components": "1.5.0",
"react-intl": "7.0.4",
"react-stately": "3.34.0",
"sonner": "1.7.1"
},
"devDependencies": {
"@chromatic-com/storybook": "1.8.0",
"@dotenv-run/cli": "1.3.5",
"@formatjs/cli": "6.2.12",
"@chromatic-com/storybook": "3.2.3",
"@dotenv-run/cli": "1.3.6",
"@formatjs/cli": "6.3.14",
"@spear-ai/eslint-config": "20.0.1",
"@spear-ai/npm-package-json-lint-config": "3.1.1",
"@spear-ai/prettier-config": "2.2.0",
"@spear-ai/tailwind-config": "*",
"@spear-ai/tsconfig": "4.0.0",
"@storybook/addon-essentials": "8.2.9",
"@storybook/addon-interactions": "8.2.9",
"@storybook/addon-links": "8.2.9",
"@storybook/addon-onboarding": "8.2.9",
"@storybook/addon-themes": "8.2.9",
"@storybook/addon-viewport": "8.2.9",
"@storybook/blocks": "8.2.9",
"@storybook/nextjs": "8.2.9",
"@storybook/react": "8.2.9",
"@storybook/test": "8.2.9",
"@types/node": "20.16.2",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@storybook/addon-essentials": "8.4.7",
"@storybook/addon-interactions": "8.4.7",
"@storybook/addon-links": "8.4.7",
"@storybook/addon-onboarding": "8.4.7",
"@storybook/addon-themes": "8.4.7",
"@storybook/addon-viewport": "8.4.7",
"@storybook/blocks": "8.4.7",
"@storybook/nextjs": "8.4.7",
"@storybook/react": "8.4.7",
"@storybook/test": "8.4.7",
"@types/node": "22.10.2",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"autoprefixer": "10.4.20",
"concurrently": "8.2.2",
"eslint": "8.57.0",
"concurrently": "9.1.2",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"graphql": "16.9.0",
"graphql": "16.10.0",
"npm-package-json-lint": "8.0.0",
"postcss": "8.4.41",
"prettier": "3.3.3",
"react-dom": "18.3.1",
"serve": "14.2.3",
"storybook": "8.2.9",
"tailwindcss": "3.4.10",
"turbo": "2.1.1",
"typescript": "5.5.4"
"postcss": "8.4.49",
"prettier": "3.4.2",
"react-dom": "19.0.0",
"serve": "14.2.4",
"storybook": "8.4.7",
"tailwindcss": "3.4.17",
"turbo": "2.3.3",
"typescript": "5.7.2"
},
"license": "UNLICENSED",
"private": true,
Expand Down
14 changes: 6 additions & 8 deletions packages/storybook/src/components/slider/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ import { getUniqueSliderKey } from "@/helpers/get-unique-slider-key";

const PreviewSliderDecrementButton = () => {
const state = useContext(SliderStateContext);
// eslint-disable-next-line @typescript-eslint/unbound-method
const { decrementThumb } = state;
const decrementThumb = state?.decrementThumb; // eslint-disable-line @typescript-eslint/unbound-method

const handlePress = useCallback(() => {
decrementThumb(0);
decrementThumb(1);
decrementThumb?.(0);
decrementThumb?.(1);
}, [decrementThumb]);

return (
Expand All @@ -43,12 +42,11 @@ const PreviewSliderDecrementButton = () => {

const PreviewSliderIncrementButton = () => {
const state = useContext(SliderStateContext);
// eslint-disable-next-line @typescript-eslint/unbound-method
const { incrementThumb } = state;
const incrementThumb = state?.incrementThumb; // eslint-disable-line @typescript-eslint/unbound-method

const handlePress = useCallback(() => {
incrementThumb(0);
incrementThumb(1);
incrementThumb?.(0);
incrementThumb?.(1);
}, [incrementThumb]);

return (
Expand Down
7 changes: 0 additions & 7 deletions packages/storybook/src/stories/galapago.mdx

This file was deleted.

7 changes: 7 additions & 0 deletions packages/storybook/src/stories/horizon.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { Meta } from "@storybook/blocks";

<Meta title="Products / Horizon" />

# Horizon

Horizon adds depth to analytical data with dark backgrounds, big shadows, and vivid foreground colors reminiscent of a secluded corral reef.
7 changes: 7 additions & 0 deletions packages/storybook/src/stories/omega.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { Meta } from "@storybook/blocks";

<Meta title="Products / Omega" />

# Omega

Omega is light and airy with soft pastels but isn’t afraid to display information-dense text when it needs to. It embodies the feel of a tropical archipelago.
7 changes: 0 additions & 7 deletions packages/storybook/src/stories/underway.mdx

This file was deleted.

10 changes: 5 additions & 5 deletions packages/storybook/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ const tailwindConfig: Config = {
forerunner: {
primary: "gray",
},
galapago: {
horizon: {
neutral: "mauve",
primary: "iris",
},
omega: {
canvas: "gray",
primaryDark: "green",
primaryLight: "blue",
},
underway: {
neutral: "mauve",
primary: "iris",
},
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
]
},
"exclude": [".next", "node_modules", "next-env.d.ts"],
"exclude": [".next", "node_modules", "next-env.d.ts", "storybook-static"],
"extends": "@spear-ai/tsconfig",
"include": [
"**/*.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

### Minor Changes

- [#195](https://github.com/spear-ai/ui/pull/195) [`788423f`](https://github.com/spear-ai/ui/commit/788423fd51cb7266aeef37d7a9b4ce92f18fd93d) Thanks [@psirenny](https://github.com/psirenny)! - Added themes to Tailwind Config. For example,`theme-dfs`, `theme-forerunner`, `theme-galapago`, and `theme-underway`.
- [#195](https://github.com/spear-ai/ui/pull/195) [`788423f`](https://github.com/spear-ai/ui/commit/788423fd51cb7266aeef37d7a9b4ce92f18fd93d) Thanks [@psirenny](https://github.com/psirenny)! - Added themes to Tailwind Config. For example,`theme-dfs`, `theme-forerunner`, `theme-omega`, and `theme-horizon`.

### Patch Changes

Expand Down
20 changes: 10 additions & 10 deletions packages/tailwind-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"tailwind-scrollbar": "^3.1.0",
"tailwindcss-3d": "^1.0.7",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-react-aria-components": "^1.1.5",
"tailwindcss-react-aria-components": "^1.2.0",
"ts-invariant": "^0.10.3",
"type-fest": "^4.26.0"
"type-fest": "^4.31.0"
},
"devDependencies": {
"@spear-ai/eslint-config": "20.0.1",
Expand All @@ -30,15 +30,15 @@
"@types/culori": "2.1.1",
"@types/mertasan__tailwindcss-variables": "2.6.4",
"autoprefixer": "10.4.20",
"eslint": "8.57.0",
"graphql": "16.9.0",
"eslint": "8.57.1",
"graphql": "16.10.0",
"npm-package-json-lint": "8.0.0",
"postcss": "8.4.41",
"prettier": "3.3.3",
"react": "18.3.1",
"tailwindcss": "3.4.10",
"tsup": "8.2.4",
"typescript": "5.5.4"
"postcss": "8.4.49",
"prettier": "3.4.2",
"react": "19.0.0",
"tailwindcss": "3.4.17",
"tsup": "8.3.5",
"typescript": "5.7.2"
},
"license": "MIT",
"main": "./dist/index.cjs",
Expand Down
Loading

0 comments on commit c8d1085

Please sign in to comment.