Skip to content

Commit

Permalink
chore: Update root dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Aug 24, 2023
1 parent 608d5d3 commit 86bc700
Show file tree
Hide file tree
Showing 16 changed files with 77,116 additions and 37,925 deletions.
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"packages": ["packages/*"],
"version": "2.1.0-next.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"version": {
"push": false
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,30 +32,30 @@
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@graphql-codegen/add": "4.0.1",
"@graphql-codegen/cli": "3.2.1",
"@graphql-codegen/fragment-matcher": "4.0.1",
"@graphql-codegen/typed-document-node": "^4.0.1",
"@graphql-codegen/typescript": "3.0.1",
"@graphql-codegen/typescript-operations": "3.0.1",
"@graphql-tools/schema": "^9.0.17",
"@swc/core": "^1.3.38",
"@types/klaw-sync": "^6.0.0",
"@graphql-codegen/add": "5.0.0",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/fragment-matcher": "5.0.0",
"@graphql-codegen/typed-document-node": "^5.0.1",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "4.0.1",
"@graphql-tools/schema": "^10.0.0",
"@swc/core": "^1.3.78",
"@types/klaw-sync": "^6.0.1",
"@types/node": "^14.14.31",
"concurrently": "^6.0.0",
"concurrently": "^8.2.1",
"conventional-changelog-core": "^4.2.4",
"cross-env": "^7.0.3",
"find": "^0.3.0",
"graphql": "16.6.0",
"graphql": "16.8.0",
"husky": "^4.3.0",
"klaw-sync": "^6.0.0",
"lerna": "^6.5.1",
"lerna": "^7.1.5",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"ts-node": "^10.9.1",
"typescript": "4.9.5",
"unplugin-swc": "^1.3.2",
"vitest": "^0.29.2"
"vitest": "^0.34.2"
},
"resolutions": {
"npm-packlist": "1.1.12"
Expand Down
Loading

0 comments on commit 86bc700

Please sign in to comment.