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 Sep 27, 2023
1 parent 3bb283d commit 71b5d90
Show file tree
Hide file tree
Showing 2 changed files with 497 additions and 512 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@
"last 2 Firefox versions"
],
"dependencies": {
"@floating-ui/react-dom": "2.0.1",
"@formkit/auto-animate": "1.0.0-beta.6",
"@floating-ui/react-dom": "2.0.2",
"@formkit/auto-animate": "1.0.0-pre-alpha.3",
"@mx-space/api-client": "1.5.1",
"@sentry/nextjs": "7.70.0",
"axios": "1.5.0",
"axios": "1.5.1",
"clsx": "2.0.0",
"dayjs": "1.11.9",
"dayjs": "1.11.10",
"devtools-detector": "2.0.14",
"framer-motion": "10.16.1",
"immer": "^10.0.2",
Expand All @@ -74,7 +74,7 @@
"markdown-to-jsx": "npm:@innei/markdown-to-jsx@7.1.3-beta.2",
"medium-zoom": "1.0.8",
"mermaid": "10.4.0",
"next": "13.5.2",
"next": "13.5.3",
"next-seo": "6.1.0",
"next-suspense": "0.2.3",
"randomcolor": "0.6.2",
Expand All @@ -91,29 +91,29 @@
"react-use": "17.4.0",
"remove-markdown": "0.5.0",
"socket.io-client": "4.7.2",
"swr": "2.2.1",
"swr": "2.2.4",
"validator": "13.11.0",
"xss": "1.0.14",
"zustand": "^4.4.1"
},
"devDependencies": {
"@innei/eslint-config-react-ts": "0.11.1",
"@innei/prettier": "0.11.1",
"@next/bundle-analyzer": "13.5.2",
"@sentry/webpack-plugin": "2.7.0",
"@next/bundle-analyzer": "13.5.3",
"@sentry/webpack-plugin": "2.7.1",
"@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/js-cookie": "3.0.4",
"@types/lodash-es": "4.17.9",
"@types/markdown-escape": "1.1.0",
"@types/node": "20.6.0",
"@types/node": "20.6.5",
"@types/randomcolor": "0.5.7",
"@types/react": "17.0.61",
"@types/react": "17.0.66",
"@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.11.1",
"@types/ua-parser-js": "0.7.37",
"@types/validator": "13.11.2",
"cross-env": "7.0.3",
"dotenv": "16.3.1",
"eslint": "8.49.0",
Expand All @@ -122,12 +122,12 @@
"lint-staged": "14.0.1",
"markdown-to-jsx": "npm:@innei/markdown-to-jsx@7.1.3-beta.2",
"next-compose-plugins": "2.2.1",
"postcss": "8.4.28",
"postcss": "8.4.30",
"postcss-import": "15.1.0",
"postcss-nested": "6.0.1",
"postcss-preset-env": "9.1.1",
"prettier": "3.0.2",
"rimraf": "5.0.1",
"postcss-preset-env": "9.1.4",
"prettier": "3.0.3",
"rimraf": "5.0.5",
"tilg": "0.1.1",
"typescript": "5.2.2",
"windicss": "3.5.6",
Expand All @@ -136,7 +136,7 @@
},
"resolutions": {
"react-use": "17.4.0",
"@types/react": "17.0.61"
"@types/react": "17.0.66"
},
"nextBundleAnalysis": {
"budget": 358400,
Expand Down
Loading

0 comments on commit 71b5d90

Please sign in to comment.