Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3cfb010

Browse files
fix(deps): update all non-major dependencies (#1694)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fb3e95e commit 3cfb010

File tree

2 files changed

+79
-79
lines changed

2 files changed

+79
-79
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"dependencies": {
6161
"@floating-ui/react-dom": "2.0.0",
6262
"@formkit/auto-animate": "1.0.0-beta.6",
63-
"@mx-space/api-client": "1.4.0",
63+
"@mx-space/api-client": "1.4.1",
6464
"@sentry/nextjs": "7.53.1",
6565
"axios": "1.4.0",
6666
"clsx": "1.2.1",
@@ -74,15 +74,15 @@
7474
"markdown-to-jsx": "npm:@innei/[email protected]",
7575
"medium-zoom": "1.0.8",
7676
"mermaid": "10.2.3",
77-
"next": "13.4.4",
77+
"next": "13.4.5",
7878
"next-seo": "6.0.0",
7979
"next-suspense": "0.2.3",
8080
"randomcolor": "0.6.2",
8181
"react": "18.2.0",
8282
"react-countup": "6.4.2",
8383
"react-dom": "18.2.0",
8484
"react-intersection-observer": "9.4.4",
85-
"react-error-boundary": "4.0.9",
85+
"react-error-boundary": "4.0.10",
8686
"react-masonry-css": "1.0.16",
8787
"react-message-popup": "1.1.3",
8888
"react-shortcut-guide": "1.0.0",
@@ -98,16 +98,16 @@
9898
"devDependencies": {
9999
"@innei/eslint-config-react-ts": "0.10.1",
100100
"@innei/prettier": "0.10.1",
101-
"@next/bundle-analyzer": "13.4.4",
101+
"@next/bundle-analyzer": "13.4.5",
102102
"@sentry/webpack-plugin": "2.2.1",
103103
"@trivago/prettier-plugin-sort-imports": "4.1.1",
104104
"@types/inflection": "1.13.0",
105105
"@types/js-cookie": "3.0.3",
106106
"@types/lodash-es": "4.17.7",
107107
"@types/markdown-escape": "1.1.0",
108-
"@types/node": "18.16.16",
108+
"@types/node": "18.16.17",
109109
"@types/randomcolor": "0.5.7",
110-
"@types/react": "17.0.60",
110+
"@types/react": "17.0.61",
111111
"@types/react-color": "3.0.6",
112112
"@types/react-dom": "18.2.4",
113113
"@types/remove-markdown": "0.3.1",
@@ -135,7 +135,7 @@
135135
},
136136
"resolutions": {
137137
"react-use": "17.4.0",
138-
"@types/react": "17.0.60"
138+
"@types/react": "17.0.61"
139139
},
140140
"nextBundleAnalysis": {
141141
"budget": 358400,

0 commit comments

Comments
 (0)