Skip to content

Commit

Permalink
feat: ini pkg upd (#1910)
Browse files Browse the repository at this point in the history
* chore: update pkg json

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update
  • Loading branch information
shunkakinoki committed May 7, 2024
1 parent 8cce9b1 commit e97a8da
Show file tree
Hide file tree
Showing 54 changed files with 1,214 additions and 910 deletions.
52 changes: 52 additions & 0 deletions .changeset/nine-spiders-greet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
"@lightdotso/eslint-config": patch
"@lightdotso/kysely": patch
"@lightdotso/prisma": patch
"@lightdotso/background": patch
"@lightdotso/query-keys": patch
"@lightdotso/validators": patch
"@lightdotso/templates": patch
"@lightdotso/elements": patch
"@lightdotso/sequence": patch
"@lightdotso/services": patch
"@lightdotso/content": patch
"@lightdotso/parsers": patch
"@lightdotso/schemas": patch
"@lightdotso/client": patch
"@lightdotso/inpage": patch
"@lightdotso/modals": patch
"@lightdotso/params": patch
"@lightdotso/pusher": patch
"@lightdotso/regexs": patch
"@lightdotso/states": patch
"@lightdotso/stores": patch
"@lightdotso/tables": patch
"@lightdotso/changelog": patch
"@lightdotso/storybook": patch
"@lightdotso/const": patch
"@lightdotso/forms": patch
"@lightdotso/hooks": patch
"@lightdotso/kafka": patch
"@lightdotso/popup": patch
"@lightdotso/query": patch
"@lightdotso/redis": patch
"@lightdotso/types": patch
"@lightdotso/utils": patch
"@lightdotso/wagmi": patch
"@lightdotso/explorer": patch
"@lightdotso/subgraph": patch
"@lightdotso/data": patch
"@lightdotso/demo": patch
"@lightdotso/nuqs": patch
"@lightdotso/desktop": patch
"@lightdotso/inngest": patch
"@lightdotso/msw": patch
"@lightdotso/svg": patch
"@lightdotso/frames": patch
"@lightdotso/ui": patch
"@lightdotso/docs": patch
"@lightdotso/home": patch
"@lightdotso/app": patch
---

Add package json
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
steps:
- name: Fetch Head
uses: actions/checkout@v4
- name: Install Rust Toolchain
uses: mkroening/rust-toolchain-toml@main
- name: Make Install
run: |
make install
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
uses: wallet-rs/wallet-rs/.github/actions/brew-install@main
- name: Rust Install
uses: wallet-rs/wallet-rs/.github/actions/rust-install@main
- name: Install Rust Toolchain
uses: mkroening/rust-toolchain-toml@main
- name: Install Ruby Bundler
uses: ruby/setup-ruby@v1
with:
Expand All @@ -75,6 +77,7 @@ jobs:
run: |
pnpm run build:turbo
- name: Make iOS
continue-on-error: true
run: |
make ios
- name: Run Unit Tests
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
matrix:
include:
- name: Workspace
os: macos-latest
os: macos-13
target: x86_64-unknown-linux-gnu
package: --workspace
check: false
Expand Down Expand Up @@ -95,6 +95,8 @@ jobs:
uses: wallet-rs/wallet-rs/.github/actions/rust-install@main
with:
name: ${{ matrix.name }}
- name: Install Rust Toolchain
uses: mkroening/rust-toolchain-toml@main
- name: Node Install
uses: wallet-rs/wallet-rs/.github/actions/node-install@main
- name: Install sccache-cache
Expand All @@ -113,6 +115,7 @@ jobs:
- if: matrix.workspace
name: Set up Docker
uses: douglascamata/setup-docker-macos-action@main
continue-on-error: true
- if: matrix.workspace
name: Docker Compose Up
run: |
Expand Down
16 changes: 8 additions & 8 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,21 +67,21 @@
"@sentry/nextjs": "^7.113.0",
"@sentry/node": "^7.113.0",
"@sentry/react": "^7.113.0",
"@tanstack/react-query": "^5.34.2",
"@tanstack/react-query-devtools": "^5.34.2",
"@tanstack/react-query-next-experimental": "^5.34.2",
"@tanstack/react-query": "^5.35.1",
"@tanstack/react-query-devtools": "^5.35.1",
"@tanstack/react-query-next-experimental": "^5.35.1",
"@tanstack/react-table": "^8.16.0",
"@tremor/react": "^3.16.2",
"@types/lodash": "^4.17.1",
"@upstash/edge-flags": "^0.1.1",
"@upstash/kafka": "^1.3.5",
"@upstash/ratelimit": "^1.1.3",
"@upstash/redis": "^1.30.0",
"@upstash/redis": "^1.30.1",
"@vercel/toolbar": "^0.1.14",
"blurhash": "^2.0.5",
"class-variance-authority": "^0.7.0",
"exponential-backoff": "^3.1.1",
"framer-motion": "^11.1.7",
"framer-motion": "^11.1.9",
"immer": "^10.1.1",
"kysely-postgres-js": "^2.0.0",
"lodash": "^4.17.21",
Expand All @@ -90,7 +90,7 @@
"neverthrow": "^6.2.1",
"next": "^14.2.3",
"next-themes": "^0.3.0",
"permissionless": "^0.1.24",
"permissionless": "^0.1.25",
"postgres": "^3.4.4",
"prisma": "^5.13.0",
"pusher-js": "^7.6.0",
Expand All @@ -103,15 +103,15 @@
"siwe": "^2.3.2",
"sonner": "^1.4.41",
"superjson": "^2.2.1",
"viem": "^2.9.32",
"viem": "^2.10.1",
"zod": "^3.23.6",
"zustand": "^4.5.2"
},
"devDependencies": {
"@lightdotso/eslint-config": "workspace:*",
"@lightdotso/tailwindcss": "workspace:*",
"@lightdotso/tsconfig": "workspace:*",
"@types/node": "^20.12.8",
"@types/node": "^20.12.10",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
Expand Down
4 changes: 2 additions & 2 deletions apps/changelog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.24.5",
"@sentry/integrations": "^7.113.0",
"@sentry/nextjs": "^7.113.0",
"@types/node": "^20.12.8",
"@types/node": "^20.12.10",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
Expand All @@ -39,7 +39,7 @@
"@lightdotso/eslint-config": "workspace:*",
"@lightdotso/tailwindcss": "workspace:*",
"@lightdotso/tsconfig": "workspace:*",
"@types/node": "^20.12.8",
"@types/node": "^20.12.10",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
Expand Down
4 changes: 2 additions & 2 deletions apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
},
"devDependencies": {
"@lightdotso/tailwindcss": "workspace:*",
"@tauri-apps/cli": "^1.5.12",
"@types/node": "^20.12.8",
"@tauri-apps/cli": "^1.5.13",
"@types/node": "^20.12.10",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@lightdotso/styles": "workspace:*",
"@lightdotso/tailwindcss": "workspace:*",
"@lightdotso/tsconfig": "workspace:*",
"@types/node": "^20.12.8",
"@types/node": "^20.12.10",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
Expand Down
10 changes: 5 additions & 5 deletions apps/explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
"@sentry/integrations": "^7.113.0",
"@sentry/nextjs": "^7.113.0",
"@sentry/react": "^7.113.0",
"@tanstack/react-query": "^5.34.2",
"@tanstack/react-query-devtools": "^5.34.2",
"@tanstack/react-query-next-experimental": "^5.34.2",
"@tanstack/react-query": "^5.35.1",
"@tanstack/react-query-devtools": "^5.35.1",
"@tanstack/react-query-next-experimental": "^5.35.1",
"@tanstack/react-table": "^8.16.0",
"kysely-postgres-js": "^2.0.0",
"lucide-react": "^0.378.0",
Expand All @@ -64,13 +64,13 @@
"react-error-boundary": "^4.0.13",
"server-only": "^0.0.1",
"superjson": "^2.2.1",
"viem": "^2.9.32"
"viem": "^2.10.1"
},
"devDependencies": {
"@lightdotso/eslint-config": "workspace:*",
"@lightdotso/tailwindcss": "workspace:*",
"@lightdotso/tsconfig": "workspace:*",
"@types/node": "^20.12.8",
"@types/node": "^20.12.10",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
Expand Down
2 changes: 1 addition & 1 deletion apps/frames/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@lightdotso/styles": "workspace:*",
"@lightdotso/tailwindcss": "workspace:*",
"@lightdotso/tsconfig": "workspace:*",
"@types/node": "^20.12.8",
"@types/node": "^20.12.10",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
Expand Down
2 changes: 1 addition & 1 deletion apps/home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@lightdotso/styles": "workspace:*",
"@lightdotso/tailwindcss": "workspace:*",
"@lightdotso/tsconfig": "workspace:*",
"@types/node": "^20.12.8",
"@types/node": "^20.12.10",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
Expand Down
4 changes: 2 additions & 2 deletions apps/inngest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@upstash/edge-flags": "^0.1.1",
"@upstash/kafka": "^1.3.5",
"@upstash/ratelimit": "^1.1.3",
"@upstash/redis": "^1.30.0",
"@upstash/redis": "^1.30.1",
"critters": "^0.0.22",
"inngest": "^3.19.0",
"next": "^14.2.3",
Expand All @@ -50,7 +50,7 @@
"@lightdotso/styles": "workspace:*",
"@lightdotso/tailwindcss": "workspace:*",
"@lightdotso/tsconfig": "workspace:*",
"@types/node": "^20.12.8",
"@types/node": "^20.12.10",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@storybook/react-vite": "^8.0.10",
"@storybook/testing-library": "^0.2.2",
"@storybook/theming": "^8.0.10",
"@types/node": "^20.12.8",
"@types/node": "^20.12.10",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
Expand Down
2 changes: 1 addition & 1 deletion apps/subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"devDependencies": {
"@lightdotso/tsconfig": "workspace:*",
"@types/node": "^20.12.8",
"@types/node": "^20.12.10",
"assemblyscript": "^0.19.20",
"matchstick-as": "^0.6.0",
"typescript": "^5.4.5",
Expand Down
2 changes: 1 addition & 1 deletion configurations/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint-config-next": "^14.2.3",
"eslint-config-turbo": "^1.13.3",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-cypress": "^3.1.1",
"eslint-plugin-cypress": "^3.2.0",
"eslint-plugin-editorconfig": "^4.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsonc": "^2.15.1",
Expand Down
2 changes: 1 addition & 1 deletion configurations/kysely/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@lightdotso/tsconfig": "workspace:*",
"@types/node": "^20.12.8",
"@types/node": "^20.12.10",
"typescript": "^5.4.5"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion configurations/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {
"@lightdotso/tsconfig": "workspace:*",
"@types/node": "^20.12.8",
"@types/node": "^20.12.10",
"typescript": "^5.4.5"
},
"publishConfig": {
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@openzeppelin/contracts": "^5.0.2",
"@playwright/test": "^1.43.1",
"@swc/core": "^1.5.0",
"@playwright/test": "^1.44.0",
"@swc/core": "^1.5.3",
"@taplo/cli": "^0.7.0",
"@thunderclient/cli": "^1.14.3",
"@types/dotenv": "^8.2.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.8",
"@types/node": "^20.12.10",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
Expand All @@ -126,13 +126,13 @@
"depcheck": "^1.4.7",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.1",
"esbuild": "^0.20.2",
"esbuild": "^0.21.0",
"eslint": "^9.2.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.13.3",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-cypress": "^3.1.1",
"eslint-plugin-cypress": "^3.2.0",
"eslint-plugin-editorconfig": "^4.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsonc": "^2.15.1",
Expand Down Expand Up @@ -168,7 +168,7 @@
"turbo": "^1.13.3",
"typescript": "^5.4.5",
"vercel": "^34.1.8",
"viem": "^2.9.32",
"viem": "^2.10.1",
"vite": "^5.2.11",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/background/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dotenv": "^16.4.5"
},
"devDependencies": {
"@types/node": "^20.12.8",
"@types/node": "^20.12.10",
"typescript": "^5.4.5"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"@lightdotso/tsconfig": "workspace:*",
"@types/node": "^20.12.8",
"@types/node": "^20.12.10",
"openapi-typescript": "^6.7.5",
"typescript": "^5.4.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/const/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"tailwind-merge": "^2.3.0",
"viem": "^2.9.32"
"viem": "^2.10.1"
},
"devDependencies": {
"@lightdotso/tsconfig": "workspace:*",
"@types/node": "^20.12.8",
"@types/node": "^20.12.10",
"typescript": "^5.4.5"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dotenv": "^16.4.5"
},
"devDependencies": {
"@types/node": "^20.12.8",
"@types/node": "^20.12.10",
"typescript": "^5.4.5"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@lightdotso/tsconfig": "workspace:*",
"@types/node": "^20.12.8",
"@types/node": "^20.12.10",
"typescript": "^5.4.5"
},
"publishConfig": {
Expand Down

1 comment on commit e97a8da

@vercel
Copy link

@vercel vercel bot commented on e97a8da May 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

app – ./apps/app

app.preview.light.so
www.light.so
light.so
app-git-main.preview.light.so

Please sign in to comment.