Skip to content

Commit

Permalink
chore: use @giantnodes/react v1.0.0-canary.14 (#27)
Browse files Browse the repository at this point in the history
* chore: use @giantnodes/react v1.0.0-canary.14

* chore: update npm dependencies
  • Loading branch information
PHILLIPS71 authored May 4, 2024
1 parent 0388131 commit 4addd8a
Show file tree
Hide file tree
Showing 18 changed files with 1,210 additions and 1,157 deletions.
36 changes: 18 additions & 18 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,48 +29,48 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@giantnodes/react": "1.0.0-canary.7",
"@giantnodes/react": "1.0.0-canary.14",
"@hookform/resolvers": "^3.3.4",
"@tabler/icons-react": "^3.2.0",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"@tabler/icons-react": "^3.3.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.11",
"filesize": "^10.1.1",
"graphql-ws": "^5.16.0",
"next": "^14.2.1",
"next": "^14.2.3",
"next-themes": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.3",
"react-intersection-observer": "^9.8.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.4",
"react-intersection-observer": "^9.10.2",
"react-relay": "^16.2.0",
"relay-runtime": "^16.2.0",
"tailwindcss": "^3.4.3",
"zod": "^3.22.4"
"zod": "^3.23.6"
},
"devDependencies": {
"@types/node": "20.12.7",
"@types/react": "18.2.77",
"@types/react-dom": "18.2.25",
"@types/node": "20.12.8",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/react-relay": "^16.0.6",
"@types/relay-runtime": "^14.1.23",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"autoprefixer": "^10.4.19",
"eslint": "8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "^14.2.1",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-hooks": "^4.6.2",
"get-graphql-schema": "^2.1.2",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"pretty-quick": "^4.0.0",
"relay-compiler": "^16.2.0",
"tailwindcss-react-aria-components": "^1.1.1",
"tailwindcss-react-aria-components": "^1.1.2",
"typescript": "5.4.5"
}
}
Loading

0 comments on commit 4addd8a

Please sign in to comment.