Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 9, 2023
1 parent d3bcb07 commit b29c8b3
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 126 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
],
"dependencies": {
"@floating-ui/react-dom": "2.0.1",
"@formkit/auto-animate": "1.0.0-beta.6",
"@formkit/auto-animate": "1.0.0-pre-alpha.3",
"@mx-space/api-client": "1.5.1",
"@sentry/nextjs": "7.61.1",
"axios": "1.4.0",
Expand All @@ -73,8 +73,8 @@
"markdown-escape": "2.0.0",
"markdown-to-jsx": "npm:@innei/[email protected]",
"medium-zoom": "1.0.8",
"mermaid": "10.2.3",
"next": "13.3.3",
"mermaid": "10.2.4",
"next": "13.3.4",
"next-seo": "6.1.0",
"next-suspense": "0.2.3",
"randomcolor": "0.6.2",
Expand All @@ -98,18 +98,18 @@
"devDependencies": {
"@innei/eslint-config-react-ts": "0.11.1",
"@innei/prettier": "0.11.1",
"@next/bundle-analyzer": "13.4.12",
"@next/bundle-analyzer": "13.4.13",
"@sentry/webpack-plugin": "2.5.0",
"@trivago/prettier-plugin-sort-imports": "4.2.0",
"@types/inflection": "1.13.0",
"@types/js-cookie": "3.0.3",
"@types/lodash-es": "4.17.8",
"@types/markdown-escape": "1.1.0",
"@types/node": "20.4.8",
"@types/node": "20.4.9",
"@types/randomcolor": "0.5.7",
"@types/react": "17.0.61",
"@types/react": "17.0.64",
"@types/react-color": "3.0.6",
"@types/react-dom": "18.2.4",
"@types/react-dom": "18.2.7",
"@types/remove-markdown": "0.3.1",
"@types/ua-parser-js": "0.7.36",
"@types/validator": "13.9.0",
Expand All @@ -118,7 +118,7 @@
"eslint": "8.46.0",
"husky": "8.0.3",
"js-yaml": "4.1.0",
"lint-staged": "13.2.2",
"lint-staged": "13.2.3",
"markdown-to-jsx": "npm:@innei/[email protected]",
"next-compose-plugins": "2.2.1",
"postcss": "8.4.27",
Expand All @@ -131,11 +131,11 @@
"typescript": "5.0.4",
"windicss": "3.5.6",
"windicss-webpack-plugin": "1.7.8",
"zx": "7.2.2"
"zx": "7.2.3"
},
"resolutions": {
"react-use": "17.4.0",
"@types/react": "17.0.61"
"@types/react": "17.0.64"
},
"nextBundleAnalysis": {
"budget": 358400,
Expand Down
Loading

0 comments on commit b29c8b3

Please sign in to comment.