Skip to content

Commit

Permalink
chore(deps): update graphqlcodegenerator monorepo (major) (#33)
Browse files Browse the repository at this point in the history
* chore(deps): update graphqlcodegenerator monorepo

* chore(deps): update graphqlcodegenerator monorepo

* chore(deps): update graphqlcodegenerator monorepo

* add patch for tslib 2.5

* fix lock file

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tobias Diez <code@tobiasdiez.de>
  • Loading branch information
renovate[bot] and tobiasdiez committed Mar 4, 2023
1 parent 1a1901c commit 87077b5
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 125 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@graphql-codegen/core": "^2.6.8",
"@graphql-codegen/plugin-helpers": "^3.1.2",
"@graphql-codegen/typescript": "^2.8.8",
"@graphql-codegen/typescript-resolvers": "^2.7.13",
"@graphql-codegen/core": "^3.1.0",
"@graphql-codegen/plugin-helpers": "^4.0.0",
"@graphql-codegen/typescript": "^3.0.1",
"@graphql-codegen/typescript-resolvers": "^3.1.0",
"@graphql-tools/graphql-file-loader": "^7.5.16",
"@graphql-tools/load": "^7.8.12",
"@nuxt/kit": "^3.2.3",
Expand Down Expand Up @@ -67,7 +67,8 @@
"packageManager": "pnpm@7.28.0",
"pnpm": {
"patchedDependencies": {
"tslib@2.4.1": "patches/tslib@2.4.1.patch"
"tslib@2.4.1": "patches/tslib@2.4.1.patch",
"tslib@2.5.0": "patches/tslib@2.5.0.patch"
}
}
}
13 changes: 13 additions & 0 deletions patches/tslib@2.5.0.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/package.json b/package.json
index 2386973f2ea84a76e82de7a803ce3ab7367aee7c..7cbcce71d101176e3bf73fb309b0bbeea2c0cdb1 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,7 @@
"exports": {
".": {
"module": "./tslib.es6.js",
- "import": "./modules/index.js",
+ "import": "./tslib.es6.js",
"default": "./tslib.js"
},
"./*": "./*",

0 comments on commit 87077b5

Please sign in to comment.