Skip to content

Commit

Permalink
chore(deps): update and packageManager in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Nov 11, 2021
1 parent ac8827c commit e10f15e
Show file tree
Hide file tree
Showing 5 changed files with 956 additions and 817 deletions.
631 changes: 0 additions & 631 deletions .yarn/releases/yarn-3.0.2.cjs

This file was deleted.

768 changes: 768 additions & 0 deletions .yarn/releases/yarn-3.1.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.0.2.cjs
yarnPath: .yarn/releases/yarn-3.1.0.cjs
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"engines": {
"node": ">=12"
},
"packageManager": "[email protected]",
"main": "lib/index.js",
"module": "lib/index.mjs",
"browser": "umd/graphql-sse.js",
Expand Down Expand Up @@ -80,15 +81,15 @@
"@types/express": "^4.17.13",
"@types/jest": "^26.0.24",
"@types/node-fetch": "^2.5.12",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"babel-jest": "^27.3.1",
"eslint": "^8.1.0",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eventsource": "^1.1.0",
"express": "^4.17.1",
"fastify": "^3.22.1",
"fastify": "^3.23.1",
"graphql": "^16.0.1",
"jest": "^27.3.1",
"node-fetch": "^2.6.6",
Expand All @@ -98,7 +99,7 @@
"rollup-plugin-terser": "^7.0.2",
"semantic-release": "^18.0.0",
"tslib": "^2.3.1",
"typedoc": "^0.22.7",
"typedoc": "^0.22.8",
"typedoc-plugin-markdown": "^3.11.3",
"typescript": "^4.4.4"
}
Expand Down
Loading

0 comments on commit e10f15e

Please sign in to comment.