Skip to content

Commit

Permalink
chore(deps): update all dependencies - patch updates (#11432)
Browse files Browse the repository at this point in the history
* chore(deps): update all dependencies - patch updates

* Clean up Prettier, Size-limit, and Api-Extractor

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Dec 18, 2023
1 parent 62020f5 commit 3372716
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions .size-limits.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"dist/apollo-client.min.cjs": 37960,
"import { ApolloClient, InMemoryCache, HttpLink } from \"dist/index.js\" (production)": 32018
"dist/apollo-client.min.cjs": 37901,
"import { ApolloClient, InMemoryCache, HttpLink } from \"dist/index.js\" (production)": 31976
}
48 changes: 24 additions & 24 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.13.3",
"@babel/parser": "7.23.5",
"@babel/parser": "7.23.6",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@graphql-tools/schema": "10.0.2",
Expand All @@ -125,10 +125,10 @@
"@types/hoist-non-react-statics": "3.3.5",
"@types/jest": "29.5.11",
"@types/lodash": "4.14.202",
"@types/node": "20.10.4",
"@types/node": "20.10.5",
"@types/node-fetch": "2.6.9",
"@types/react": "18.2.43",
"@types/react-dom": "18.2.17",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"@types/use-sync-external-store": "0.0.6",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
Expand Down Expand Up @@ -159,7 +159,7 @@
"react-17": "npm:react@^17",
"react-dom": "18.2.0",
"react-dom-17": "npm:react-dom@^17",
"react-error-boundary": "4.0.11",
"react-error-boundary": "4.0.12",
"recast": "0.23.4",
"resolve": "1.22.8",
"rimraf": "5.0.5",
Expand All @@ -179,7 +179,7 @@
"typescript": "5.3.3",
"wait-for-observables": "1.0.3",
"web-streams-polyfill": "3.2.1",
"whatwg-fetch": "3.6.19"
"whatwg-fetch": "3.6.20"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 3372716

Please sign in to comment.