Skip to content

Commit 6e30e0d

Browse files
committed
fix(deps): update all non-major dependencies
1 parent 399221f commit 6e30e0d

File tree

3 files changed

+183
-188
lines changed

3 files changed

+183
-188
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@types/benchmark": "2.1.2",
3939
"@types/express": "4.17.17",
4040
"@types/jest": "27.5.2",
41-
"@types/node": "18.17.9",
41+
"@types/node": "18.17.11",
4242
"@types/ramda": "0.29.3",
4343
"@typescript-eslint/eslint-plugin": "6.4.1",
4444
"@typescript-eslint/parser": "6.4.1",
@@ -68,7 +68,7 @@
6868
"reflect-metadata": "0.1.13",
6969
"ts-jest": "27.1.5",
7070
"ts-node": "10.9.1",
71-
"typescript": "5.1.6",
71+
"typescript": "5.2.2",
7272
"ws": "8.13.0"
7373
},
7474
"prettier": {

website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"analyze": "cross-env ANALYZE=true next build"
1212
},
1313
"dependencies": {
14-
"@theguild/components": "5.2.1",
14+
"@theguild/components": "5.2.2",
1515
"next": "13.4.19",
1616
"next-sitemap": "4.2.2",
1717
"react": "18.2.0",
@@ -33,9 +33,9 @@
3333
"devDependencies": {
3434
"@theguild/algolia": "1.1.9",
3535
"@theguild/tailwind-config": "0.3.0",
36-
"@types/node": "18.17.9",
36+
"@types/node": "18.17.11",
3737
"@types/react": "18.2.21",
3838
"cross-env": "7.0.3",
39-
"typescript": "5.1.6"
39+
"typescript": "5.2.2"
4040
}
4141
}

0 commit comments

Comments
 (0)