Skip to content

Commit 71bc238

Browse files
committed
chore(deps): update
1 parent fe6f60d commit 71bc238

File tree

4 files changed

+411
-405
lines changed

4 files changed

+411
-405
lines changed

.yarn/releases/yarn-3.2.2.cjs renamed to .yarn/releases/yarn-3.2.3.cjs

Lines changed: 266 additions & 266 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ plugins:
44
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
55
spec: "@yarnpkg/plugin-interactive-tools"
66

7-
yarnPath: .yarn/releases/yarn-3.2.2.cjs
7+
yarnPath: .yarn/releases/yarn-3.2.3.cjs

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"engines": {
2525
"node": ">=12"
2626
},
27-
"packageManager": "[email protected].2",
27+
"packageManager": "[email protected].3",
2828
"main": "lib/index.js",
2929
"module": "lib/index.mjs",
3030
"browser": "umd/graphql-http.js",
@@ -88,12 +88,15 @@
8888
"node-fetch": "^3.2.10",
8989
"prettier": "^2.7.1",
9090
"replacestream": "^4.0.3",
91-
"rollup": "^2.78.1",
91+
"rollup": "^2.79.0",
9292
"rollup-plugin-terser": "^7.0.2",
9393
"semantic-release": "^19.0.5",
9494
"tslib": "^2.4.0",
95-
"typedoc": "^0.23.11",
96-
"typedoc-plugin-markdown": "^3.13.4",
95+
"typedoc": "^0.23.13",
96+
"typedoc-plugin-markdown": "^3.13.5",
9797
"typescript": "^4.8.2"
98+
},
99+
"resolutions": {
100+
"npm/libnpmversion": "^3.0.6"
98101
}
99102
}

0 commit comments

Comments
 (0)