Skip to content

Commit

Permalink
chore(deps): clean up unused deps and align peers
Browse files Browse the repository at this point in the history
  • Loading branch information
vicary committed May 4, 2024
1 parent 6785312 commit c663854
Show file tree
Hide file tree
Showing 5 changed files with 385 additions and 282 deletions.
6 changes: 3 additions & 3 deletions examples/gnt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"@types/react-dom": "18.3.0",
"autoprefixer": "^10.4.19",
"dotenv-cli": "^7.4.1",
"eslint": "9.2.0",
"eslint-config-next": "14.2.3",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"utf-8-validate": "^6.0.3"
"utf-8-validate": "^5.0.2"
}
}
6 changes: 3 additions & 3 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@envelop/core": "^5.0.0",
"@envelop/core": "^3.0.6",
"@faker-js/faker": "^8.4.1",
"@gqty/cli": "workspace:^",
"@gqty/logger": "workspace:^",
Expand All @@ -33,9 +33,9 @@
"gqty": "workspace:^",
"graphql": "^16.8.1",
"graphql-ez": "^0.16.1",
"graphql-upload": "^16.0.2",
"graphql-upload": "^13.0.0",
"ms": "^2.1.3",
"next": "^14.2.3",
"next": "^13.5.6",
"node-json-db": "^2.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
14 changes: 2 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,14 @@
"type": "module",
"scripts": {
"build": "pnpm -r --filter=!example-* build",
"build:docs": "pnpm build:website",
"build:website": "pnpm -r --filter website build:docs",
"changeset": "changeset --",
"ci:release": "pnpm -r publish --access public --no-git-checks",
"ci:version": "changeset version && pnpm i --no-frozen-lockfile --lockfile-only --ignore-scripts && pnpm update -r \"@gqty/*\" gqty",
"clean": "pnpm dlx rimraf \"**/{node_modules,dist,.nyc_output,coverage,.next}\" pnpm-lock.yaml && pnpm i",
"dev": "pnpm:typecheck && pnpm -r dev --no-sort --no-bail --filter=!example-*",
"docs:build": "pnpm build:website && pretty-quick",
"prepare": "husky install",
"pretty": "pretty-quick",
"pretty:all": "prettier --write \"**/*.{ts,tsx}\"",
"publish:all": "changeset version && pnpm i && pnpm test && pnpm -r publish --access public",
"test": "pnpm test -r --no-sort --no-bail --stream --",
"test:ci": "pnpm test -r --workspace-concurrency=0 --no-sort --no-bail --stream --",
"test:watch": "pnpm test:watch -r --no-bail --no-sort --stream",
"typecheck": "bob-esbuild tsc",
"website": "pnpm -r --filter website start",
"website:build": "pnpm -r --filter website docs:build && pretty-quick"
"test:ci": "pnpm test -r --workspace-concurrency=0 --no-sort --no-bail --stream --"
},
"devDependencies": {
"@changesets/apply-release-plan": "^7.0.0",
Expand All @@ -49,7 +39,7 @@
"husky": "^9.0.11",
"jest": "^29.7.0",
"open": "^10.1.0",
"prettier": "^2.8.8",
"prettier": "^3.2.5",
"pretty-quick": "^4.0.0",
"rimraf": "^5.0.5",
"semver": "^7.6.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/use-sync-external-store": "^0.0.6",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"bob-esbuild-cli": "^4.0.0",
"esbuild": "^0.20.2",
"eslint": "^9.2.0",
"eslint": "^8.57.0",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
"gqty": "workspace:^",
"graphql": "^16.8.1",
Expand Down
Loading

0 comments on commit c663854

Please sign in to comment.