Skip to content

Commit

Permalink
chore: upgade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KatoakDR committed Oct 23, 2023
1 parent e37a029 commit 4a26d57
Show file tree
Hide file tree
Showing 2 changed files with 628 additions and 603 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,50 +54,50 @@
"sentry:sourcemaps": "./scripts/sentry-sourcemaps.sh"
},
"dependencies": {
"@elastic/eui": "^89.0.0",
"@elastic/eui": "^89.1.0",
"@emotion/cache": "^11.11.0",
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.1",
"@sentry/electron": "^4.13.0",
"@sentry/nextjs": "^7.74.0",
"@sentry/electron": "^4.14.0",
"@sentry/nextjs": "^7.74.1",
"dotenv": "^16.3.1",
"electron-is-dev": "^2.0.0",
"electron-log": "^5.0.0-rc",
"electron-next": "^3.1.5",
"electron-serve": "^1.1.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-grid-layout": "^1.4.2"
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@elastic/datemath": "^5.0.3",
"@next/eslint-plugin-next": "^13.5.4",
"@next/eslint-plugin-next": "^13.5.6",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.1",
"@semantic-release/npm": "^11.0.0",
"@semantic-release/release-notes-generator": "^12.0.0",
"@sentry/cli": "^2.21.2",
"@types/eslint": "^8.44.4",
"@types/eslint-config-prettier": "^6.11.1",
"@types/jest": "^29.5.5",
"@types/lint-staged": "^13.2.0",
"@types/node": "^18.18.5",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@types/eslint": "^8.44.6",
"@types/eslint-config-prettier": "^6.11.2",
"@types/jest": "^29.5.6",
"@types/lint-staged": "^13.2.1",
"@types/node": "^18.18.6",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@types/react-grid-layout": "^1.3.4",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"concurrently": "^8.2.1",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"concurrently": "^8.2.2",
"copy-webpack-plugin": "^11.0.0",
"electron": "^27.0.0",
"electron": "^27.0.2",
"electron-builder": "^24.6.4",
"eslint": "^8.51.0",
"eslint-config-next": "^13.5.4",
"electron-next": "^3.1.5",
"eslint": "^8.52.0",
"eslint-config-next": "^13.5.6",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.1",
Expand All @@ -108,7 +108,7 @@
"jest": "^29.7.0",
"lint-staged": "^14.0.1",
"moment": "^2.29.4",
"next": "^13.5.4",
"next": "^13.5.6",
"prettier": "^3.0.3",
"semantic-release": "^22.0.5",
"ts-jest": "^29.1.1",
Expand Down
Loading

0 comments on commit 4a26d57

Please sign in to comment.