Skip to content

Commit

Permalink
chore: Update dependencies (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
timfish authored Feb 13, 2023
1 parent 5be18e5 commit f979333
Show file tree
Hide file tree
Showing 7 changed files with 350 additions and 402 deletions.
2 changes: 1 addition & 1 deletion examples/electron-forge-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@electron-forge/cli": "6.0.0-beta.63",
"@electron-forge/plugin-webpack": "6.0.0-beta.63",
"@vercel/webpack-asset-relocator-loader": "1.6.0",
"electron": "15.2.0",
"electron": "23.0.0",
"node-loader": "^2.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/electron-forge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
},
"devDependencies": {
"@electron-forge/cli": "6.0.0-beta.63",
"electron": "13.1.9"
"electron": "23.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/electron-react-boilerplate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.3.1",
"detect-port": "^1.3.0",
"electron": "^16.0.5",
"electron": "^23.0.0",
"electron-builder": "22.13.1",
"electron-devtools-installer": "^3.2.0",
"electron-notarize": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/electron-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"devDependencies": {
"@vitejs/plugin-vue": "^3.1.2",
"vite": "^3.1.8",
"electron": "13.1.9"
"electron": "23.0.0"
}
}
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"@sentry/node": "7.37.1",
"@sentry/types": "7.37.1",
"@sentry/utils": "7.37.1",
"deepmerge": "4.2.2",
"tslib": "^2.3.1"
"deepmerge": "4.3.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@sentry-internal/eslint-config-sdk": "7.37.1",
Expand All @@ -80,31 +80,31 @@
"@types/mocha": "^9.0.0",
"@types/tmp": "^0.2.2",
"busboy": "^0.3.1",
"chai": "^4.3.4",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"cross-env": "^7.0.3",
"electron": "19.1.8",
"electron": "23.0.0",
"electron-latest-versions": "^0.2.0",
"electron-mocha": "^11.0.0",
"electron-mocha": "^11.0.2",
"eslint": "7.32.0",
"extract-zip": "^2.0.1",
"koa": "^2.13.4",
"koa": "^2.14.1",
"koa-bodyparser": "^4.3.0",
"koa-tree-router": "^0.8.0",
"koa-tree-router": "^0.12.1",
"latest-version": "^7.0.0",
"mocha": "^9.1.3",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1",
"prettier": "^2.8.4",
"rimraf": "^3.0.2",
"tmp": "^0.2.1",
"ts-node": "^10.4.0",
"typescript": "^4.4.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"xvfb-maybe": "^0.2.1",
"yaml": "^1.10.2"
"yaml": "^2.2.1"
},
"volta": {
"node": "18.12.1",
"yarn": "1.22.17"
"yarn": "1.22.19"
}
}
}
2 changes: 1 addition & 1 deletion test/e2e/test-apps/other/error-entry-point/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"vite": "^2.7.10",
"electron": "13.1.9"
"electron": "23.0.0"
}
}
Loading

0 comments on commit f979333

Please sign in to comment.