Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrkafuu committed Aug 11, 2022
1 parent 7c75951 commit 0d17f88
Show file tree
Hide file tree
Showing 2 changed files with 634 additions and 437 deletions.
55 changes: 25 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"type": "module",
"name": "skyline-overlay",
"version": "3.7.2",
"version": "3.7.3",
"description": "A modern customizable horizon FFXIV miniparse overlay.",
"license": "Apache-2.0",
"author": "DSRKafuU <dsrkafuu@outlook.com> (https://dsrkafuu.net)",
Expand All @@ -25,47 +25,42 @@
"start": "serve"
},
"dependencies": {
"@reduxjs/toolkit": "~1.8.2",
"@sentry/react": "~7.1.1",
"@sentry/tracing": "~7.1.1",
"clsx": "~1.1.1",
"@reduxjs/toolkit": "~1.8.4",
"@sentry/react": "~7.10.0",
"@sentry/tracing": "~7.10.0",
"clsx": "~1.2.1",
"ffxiv-overlay-api": "~4.4.0",
"normalize.css": "~8.0.1",
"react": "~18.1.0",
"react-colorful": "~5.5.1",
"react-dom": "~18.1.0",
"react": "~18.2.0",
"react-colorful": "~5.6.0",
"react-dom": "~18.2.0",
"react-redux": "~8.0.2"
},
"devDependencies": {
"@babel/core": "~7.18.2",
"@babel/preset-typescript": "~7.17.12",
"@types/node": "~17.0.42",
"@types/react": "~18.0.12",
"@types/react-dom": "~18.0.5",
"@typescript-eslint/eslint-plugin": "~5.27.1",
"@typescript-eslint/parser": "~5.27.1",
"@types/node": "~18.7.1",
"@types/react": "~18.0.17",
"@types/react-dom": "~18.0.6",
"@typescript-eslint/eslint-plugin": "~5.33.0",
"@typescript-eslint/parser": "~5.33.0",
"@vitejs/plugin-react": "~1.3.2",
"chalk": "~5.0.1",
"cross-env": "~7.0.3",
"eslint": "~8.17.0",
"eslint-plugin-react": "~7.30.0",
"eslint-plugin-react-hooks": "~4.5.0",
"eslint": "~8.21.0",
"eslint-plugin-react": "~7.30.1",
"eslint-plugin-react-hooks": "~4.6.0",
"glob": "~8.0.3",
"npm-run-all": "~4.1.5",
"prettier": "~2.6.2",
"rollup-plugin-visualizer": "~5.6.0",
"sass": "~1.52.3",
"typescript": "~4.7.3",
"vite": "~2.9.12",
"vite-plugin-html-env": "~1.1.2",
"vite-plugin-pwa": "~0.12.0",
"vite-plugin-svgr": "~2.1.0",
"workbox-window": "~6.5.3"
"prettier": "~2.7.1",
"rollup-plugin-visualizer": "~5.7.1",
"sass": "~1.54.4",
"typescript": "~4.7.4",
"vite": "~2.9.14",
"vite-plugin-html-env": "~1.2.4",
"vite-plugin-pwa": "~0.12.3",
"vite-plugin-svgr": "~2.2.1",
"workbox-window": "~6.5.4"
},
"pnpm": {
"overrides": {
"@babel/traverse": "7.17.9"
},
"peerDependencyRules": {
"ignoreMissing": [
"rollup"
Expand Down
Loading

0 comments on commit 0d17f88

Please sign in to comment.