Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Aug 22, 2023
1 parent 256b590 commit b7c980f
Show file tree
Hide file tree
Showing 6 changed files with 1,127 additions and 995 deletions.
222 changes: 111 additions & 111 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

440 changes: 220 additions & 220 deletions .yarn/releases/yarn-3.6.0.cjs → .yarn/releases/yarn-3.6.2.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 @@ -6,4 +6,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'

yarnPath: .yarn/releases/yarn-3.6.0.cjs
yarnPath: .yarn/releases/yarn-3.6.2.cjs
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"engines": {
"node": ">=12"
},
"packageManager": "yarn@3.6.0",
"packageManager": "yarn@3.6.2",
"main": "lib/index.js",
"module": "lib/index.mjs",
"browser": "umd/graphql-sse.js",
Expand Down Expand Up @@ -99,38 +99,38 @@
"graphql": ">=0.11 <=16"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/core": "^7.22.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/preset-env": "^7.22.9",
"@babel/preset-env": "^7.22.10",
"@babel/preset-typescript": "^7.22.5",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/eslint": "^8.44.1",
"@types/eslint": "^8.44.2",
"@types/eventsource": "^1.1.11",
"@types/express": "^4.17.17",
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"babel-jest": "^29.6.2",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"babel-jest": "^29.6.3",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eventsource": "^2.0.2",
"express": "^4.18.2",
"fastify": "^4.21.0",
"glob": "^10.3.3",
"graphql": "^16.7.1",
"jest": "^29.6.2",
"prettier": "^3.0.0",
"rollup": "^3.27.0",
"graphql": "^16.8.0",
"jest": "^29.6.3",
"prettier": "^3.0.2",
"rollup": "^3.28.1",
"rollup-plugin-gzip": "^3.1.0",
"semantic-release": "^21.0.7",
"tslib": "^2.6.1",
"semantic-release": "^21.0.9",
"tslib": "^2.6.2",
"typedoc": "^0.24.8",
"typedoc-plugin-markdown": "^3.15.4",
"typescript": "^5.1.6"
Expand Down
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"dependencies": {
"@theguild/components": "^5.2.1",
"clsx": "^2.0.0",
"next": "^13.4.12",
"next-sitemap": "^4.1.8",
"next": "^13.4.19",
"next-sitemap": "^4.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1"
},
"devDependencies": {
"@theguild/algolia": "^1.1.9",
"@theguild/tailwind-config": "^0.3.0",
"@types/react": "^18.2.17",
"@types/react": "^18.2.20",
"typescript": "^5.1.6"
}
}
Loading

0 comments on commit b7c980f

Please sign in to comment.