Skip to content

Commit

Permalink
chore: add @suspensive/package-json-name
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed Nov 19, 2023
1 parent ecfb1c6 commit 3203d82
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"@suspensive/eslint-config": "workspace:*",
"@suspensive/eslint-config-js": "workspace:*",
"@suspensive/eslint-config-ts": "workspace:*",
"@suspensive/package-json-name": "workspace:*",
"@suspensive/test-utils": "workspace:*",
"@suspensive/tsconfig": "workspace:*",
"@suspensive/tsup": "workspace:*",
Expand Down
1 change: 1 addition & 0 deletions packages/react-await/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"use-sync-external-store": "^1.2.0"
},
"devDependencies": {
"@suspensive/package-json-name": "workspace:*",
"@suspensive/react": "workspace:*",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
Expand Down
1 change: 1 addition & 0 deletions packages/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"type:check": "tsc --noEmit"
},
"devDependencies": {
"@suspensive/package-json-name": "workspace:*",
"@suspensive/react": "workspace:*",
"@tanstack/react-query": "^4.36.1",
"@types/react": "^18.2.37",
Expand Down
1 change: 1 addition & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"type:check": "tsc --noEmit"
},
"devDependencies": {
"@suspensive/package-json-name": "workspace:*",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"react": "^18.2.0",
Expand Down
12 changes: 9 additions & 3 deletions pnpm-lock.yaml

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

2 comments on commit 3203d82

@vercel
Copy link

@vercel vercel bot commented on 3203d82 Nov 19, 2023

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:

visualization – ./websites/visualization

visualization.suspensive.org
visualization-suspensive.vercel.app
visualization-git-main-suspensive.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 3203d82 Nov 19, 2023

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:

docs – ./docs

docs-git-main-suspensive.vercel.app
www.suspensive.org
suspensive.org
docs-suspensive.vercel.app

Please sign in to comment.