Skip to content

Commit 2a3dc61

Browse files
committed
chore(deps): update
1 parent d85e323 commit 2a3dc61

File tree

3 files changed

+334
-311
lines changed

3 files changed

+334
-311
lines changed

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
},
100100
"devDependencies": {
101101
"@rollup/plugin-terser": "^0.4.3",
102-
"@rollup/plugin-typescript": "^11.1.2",
102+
"@rollup/plugin-typescript": "^11.1.3",
103103
"@semantic-release/changelog": "^6.0.3",
104104
"@semantic-release/git": "^10.0.1",
105105
"@types/eslint": "^8.44.2",
@@ -108,25 +108,25 @@
108108
"@types/glob": "^8.1.0",
109109
"@types/koa": "^2.13.8",
110110
"@types/koa-mount": "^4.0.2",
111-
"@typescript-eslint/eslint-plugin": "^6.4.1",
112-
"@typescript-eslint/parser": "^6.4.1",
113-
"eslint": "^8.47.0",
111+
"@typescript-eslint/eslint-plugin": "^6.6.0",
112+
"@typescript-eslint/parser": "^6.6.0",
113+
"eslint": "^8.48.0",
114114
"eslint-config-prettier": "^9.0.0",
115115
"eventsource": "^2.0.2",
116116
"express": "^4.18.2",
117-
"fastify": "^4.21.0",
118-
"glob": "^10.3.3",
117+
"fastify": "^4.22.2",
118+
"glob": "^10.3.4",
119119
"graphql": "^16.8.0",
120120
"koa": "^2.14.2",
121121
"koa-mount": "^4.0.0",
122-
"prettier": "^3.0.2",
123-
"rollup": "^3.28.1",
122+
"prettier": "^3.0.3",
123+
"rollup": "^3.29.0",
124124
"rollup-plugin-gzip": "^3.1.0",
125-
"semantic-release": "^21.0.9",
125+
"semantic-release": "^21.1.1",
126126
"tslib": "^2.6.2",
127-
"typedoc": "^0.24.8",
128-
"typedoc-plugin-markdown": "^3.15.4",
129-
"typescript": "^5.1.6",
127+
"typedoc": "^0.25.1",
128+
"typedoc-plugin-markdown": "^3.16.0",
129+
"typescript": "^5.2.2",
130130
"vitest": "^0.34.3"
131131
}
132132
}

website/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
"build": "next build && next-sitemap --config next-sitemap.config.cjs && next export -o dist"
1010
},
1111
"dependencies": {
12-
"@theguild/components": "^5.2.1",
12+
"@theguild/components": "^5.2.2",
1313
"clsx": "^2.0.0",
1414
"next": "^13.4.19",
15-
"next-sitemap": "^4.2.2",
15+
"next-sitemap": "^4.2.3",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0",
18-
"react-icons": "^4.10.1"
18+
"react-icons": "^4.11.0"
1919
},
2020
"devDependencies": {
2121
"@theguild/algolia": "^1.1.9",
2222
"@theguild/tailwind-config": "^0.3.0",
23-
"@types/react": "^18.2.20",
24-
"typescript": "^5.1.6"
23+
"@types/react": "^18.2.21",
24+
"typescript": "^5.2.2"
2525
}
2626
}

0 commit comments

Comments
 (0)