Skip to content

Commit e10d01f

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

File tree

2 files changed

+385
-427
lines changed

2 files changed

+385
-427
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -56,55 +56,55 @@
5656
],
5757
"dependencies": {
5858
"@floating-ui/react-dom": "1.3.0",
59-
"@mx-space/api-client": "1.3.5",
59+
"@mx-space/api-client": "1.4.0",
6060
"axios": "1.4.0",
6161
"clsx": "1.2.1",
6262
"dayjs": "1.11.7",
63-
"framer-motion": "^10.3.4",
63+
"framer-motion": "^10.12.8",
6464
"immer": "^10.0.1",
6565
"js-cookie": "3.0.5",
6666
"lodash-es": "4.17.21",
6767
"markdown-escape": "2.0.0",
6868
"markdown-to-jsx": "npm:@innei/[email protected]",
69-
"next": "13.1.6",
69+
"next": "13.4.1",
7070
"react": "18.2.0",
7171
"react-dom": "18.2.0",
7272
"react-intersection-observer": "9.4.3",
7373
"react-masonry-css": "1.0.16",
74-
"react-message-popup": "1.0.0",
74+
"react-message-popup": "1.1.3",
7575
"react-toastify": "9.1.2",
7676
"react-use": "17.4.0",
7777
"remove-markdown": "0.5.0",
7878
"socket.io-client": "4.6.1",
79-
"swr": "2.0.4",
79+
"swr": "2.1.5",
8080
"validator": "13.9.0",
8181
"zustand": "^4.3.7"
8282
},
8383
"devDependencies": {
84-
"tailwindcss": "^3.2.7",
84+
"tailwindcss": "^3.3.2",
8585
"@innei/eslint-config-react-ts": "0.9.9",
8686
"@innei/prettier": "0.9.9",
87-
"@next/bundle-analyzer": "13.2.4",
87+
"@next/bundle-analyzer": "13.4.1",
8888
"@trivago/prettier-plugin-sort-imports": "4.1.1",
8989
"@types/js-cookie": "3.0.3",
9090
"@types/lodash-es": "4.17.7",
9191
"@types/markdown-escape": "1.1.0",
9292
"@types/node": "18.14.6",
9393
"@types/react": "18.2.6",
9494
"@types/react-collapse": "5.0.1",
95-
"@types/react-dom": "18.0.11",
95+
"@types/react-dom": "18.2.4",
9696
"@types/remove-markdown": "0.3.1",
9797
"@types/validator": "13.7.15",
9898
"cross-env": "7.0.3",
9999
"dotenv": "16.0.3",
100-
"eslint": "8.35.0",
100+
"eslint": "8.40.0",
101101
"husky": "8.0.3",
102102
"js-yaml": "4.1.0",
103-
"lint-staged": "13.1.4",
103+
"lint-staged": "13.2.2",
104104
"postcss": "8.4.23",
105105
"postcss-import": "15.1.0",
106106
"postcss-nested": "6.0.1",
107-
"postcss-preset-env": "8.0.1",
107+
"postcss-preset-env": "8.3.2",
108108
"prettier": "2.8.8",
109109
"rimraf": "3.0.2",
110110
"tilg": "0.1.1",

0 commit comments

Comments
 (0)