Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Jul 31, 2023
1 parent 4643c9a commit 58b32aa
Show file tree
Hide file tree
Showing 4 changed files with 1,478 additions and 1,025 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,40 +99,40 @@
"graphql": ">=0.11 <=16"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/core": "^7.22.9",
"@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.5",
"@babel/preset-env": "^7.22.9",
"@babel/preset-typescript": "^7.22.5",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.1",
"@rollup/plugin-typescript": "^11.1.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/eslint": "^8.40.2",
"@types/eslint": "^8.44.1",
"@types/eventsource": "^1.1.11",
"@types/express": "^4.17.17",
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.2",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"babel-jest": "^29.5.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.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",
"eventsource": "^2.0.2",
"express": "^4.18.2",
"fastify": "^4.18.0",
"glob": "^10.2.7",
"graphql": "^16.7.0",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"rollup": "^3.25.1",
"fastify": "^4.21.0",
"glob": "^10.3.3",
"graphql": "^16.7.1",
"jest": "^29.6.2",
"prettier": "^3.0.0",
"rollup": "^3.27.0",
"rollup-plugin-gzip": "^3.1.0",
"semantic-release": "^21.0.5",
"tslib": "^2.5.3",
"semantic-release": "^21.0.7",
"tslib": "^2.6.1",
"typedoc": "^0.24.8",
"typedoc-plugin-markdown": "^3.15.3",
"typescript": "^5.1.3"
"typedoc-plugin-markdown": "^3.15.4",
"typescript": "^5.1.6"
}
}
18 changes: 9 additions & 9 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
"build": "next build && next-sitemap --config next-sitemap.config.cjs && next export -o dist"
},
"dependencies": {
"@theguild/components": "^5.0.0",
"clsx": "^1.2.1",
"next": "^13.4.6",
"next-sitemap": "^4.1.3",
"@theguild/components": "^5.1.1",
"clsx": "^2.0.0",
"next": "^13.4.12",
"next-sitemap": "^4.1.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.9.0"
"react-icons": "^4.10.1"
},
"devDependencies": {
"@theguild/algolia": "^1.1.8",
"@theguild/tailwind-config": "^0.2.2",
"@types/react": "^18.2.13",
"typescript": "^5.1.3"
"@theguild/algolia": "^1.1.9",
"@theguild/tailwind-config": "^0.3.0",
"@types/react": "^18.2.17",
"typescript": "^5.1.6"
}
}
2 changes: 1 addition & 1 deletion website/src/pages/recipes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ export const client = createClient({
### In Browser

```html
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
Expand Down
Loading

0 comments on commit 58b32aa

Please sign in to comment.