Skip to content

Commit

Permalink
Upgrade npm modules
Browse files Browse the repository at this point in the history
  • Loading branch information
vraravam committed Jul 20, 2023
1 parent 0a4a049 commit bf85d5e
Show file tree
Hide file tree
Showing 2 changed files with 426 additions and 329 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"macos-version": "5.2.1",
"markdown-to-jsx": "7.2.1",
"minimist": "1.2.8",
"mobx": "6.9.1",
"mobx": "6.10.0",
"mobx-localstorage": "1.2.0",
"mobx-react": "7.6.0",
"mobx-react-form": "3.2.0",
Expand All @@ -108,7 +108,7 @@
"react-jss": "10.10.0",
"react-loader": "2.4.7",
"react-modal": "3.16.1",
"react-router-dom": "6.14.1",
"react-router-dom": "6.14.2",
"react-sortable-hoc": "2.0.0",
"react-tooltip": "5.13.1",
"react-topbar-progress-indicator": "4.1.1",
Expand All @@ -118,15 +118,15 @@
"semver": "7.5.4",
"sqlite3": "5.1.6",
"tar": "6.1.15",
"tslib": "2.5.3",
"tslib": "2.6.0",
"useragent-generator": "1.1.1-amkt-22079-finish.0",
"uuid": "9.0.0",
"validator": "13.9.0",
"ws": "8.13.0"
},
"devDependencies": {
"@commitlint/cli": "17.6.6",
"@commitlint/config-conventional": "17.6.6",
"@commitlint/cli": "17.6.7",
"@commitlint/config-conventional": "17.6.7",
"@electron/notarize": "1.2.3",
"@formatjs/cli": "6.1.3",
"@types/color": "3.0.3",
Expand All @@ -136,8 +136,8 @@
"@types/lodash": "4.14.195",
"@types/ms": "0.7.31",
"@types/node": "18.15.3",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@types/react-transition-group": "4.4.6",
"@types/route-parser": "0.1.4",
"@types/tar": "6.1.5",
Expand All @@ -146,18 +146,18 @@
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"all-contributors-cli": "6.26.1",
"chalk": "5.2.0",
"chalk": "5.3.0",
"concurrently": "8.2.0",
"cross-env": "7.0.3",
"electron": "25.3.1",
"electron-builder": "24.4.0",
"esbuild": "0.16.17",
"esbuild-plugin-copy": "2.1.1",
"esbuild-runner": "2.2.2",
"esbuild-sass-plugin": "2.9.0",
"esbuild-sass-plugin": "2.10.0",
"eslint": "8.39.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.3",
Expand All @@ -169,7 +169,7 @@
"gulp-livereload": "4.0.2",
"husky": "8.0.3",
"is-ci": "3.0.1",
"jest": "29.5.0",
"jest": "29.6.1",
"prettier": "2.8.8",
"preval-build-info": "1.0.3",
"rimraf": "5.0.1",
Expand Down
Loading

0 comments on commit bf85d5e

Please sign in to comment.