Skip to content

Commit

Permalink
chore: bump cerebro deps and release v0.9.0 (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
dubisdev authored Nov 9, 2022
1 parent 7c78a5a commit ea8e9f8
Show file tree
Hide file tree
Showing 4 changed files with 403 additions and 575 deletions.
6 changes: 3 additions & 3 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cerebro",
"productName": "Cerebro",
"description": "Cerebro is an open-source launcher to improve your productivity and efficiency",
"version": "0.8.0",
"version": "0.9.0",
"main": "./main.js",
"license": "MIT",
"author": {
Expand All @@ -17,10 +17,10 @@
],
"dependencies": {
"chokidar": "3.5.3",
"electron-updater": "5.2.1",
"electron-updater": "5.3.0",
"move-file": "2.1.0",
"rimraf": "3.0.2",
"semver": "7.3.7"
"semver": "7.3.8"
},
"optionalDependencies": {},
"devDependencies": {}
Expand Down
26 changes: 13 additions & 13 deletions app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ braces@~3.0.2:
dependencies:
fill-range "^7.0.1"

builder-util-runtime@9.0.3:
version "9.0.3"
resolved "https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-9.0.3.tgz#6c62c493ba2b73c2af92432db4013b5a327f02b2"
integrity sha512-SfG2wnyjpUbbdtpnqDpWwklujofC6GarGpvdWrEkg9p5AD/xJmTF2buTNaqs3qtsNBEVQDDjZz9xc2GGpVyMfA==
builder-util-runtime@9.1.1:
version "9.1.1"
resolved "https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-9.1.1.tgz#2da7b34e78a64ad14ccd070d6eed4662d893bd60"
integrity sha512-azRhYLEoDvRDR8Dhis4JatELC/jUvYjm4cVSj7n9dauGTOM2eeNn9KS0z6YA6oDsjI1xphjNbY6PZZeHPzzqaw==
dependencies:
debug "^4.3.4"
sax "^1.2.4"
Expand Down Expand Up @@ -80,13 +80,13 @@ debug@^4.3.4:
dependencies:
ms "2.1.2"

electron-updater@5.2.1:
version "5.2.1"
resolved "https://registry.yarnpkg.com/electron-updater/-/electron-updater-5.2.1.tgz#297795e6e8ad9179c7ae2738a7b67cf0a5022be1"
integrity sha512-OQZVIvqcK8j03HjT07uVPgvguP/r8RY2wZcwCM26+fcDOjtrm01Dfz3G8Eru+69znbrR+F9pDzr98ewMavBrWQ==
electron-updater@5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/electron-updater/-/electron-updater-5.3.0.tgz#3ba0d20407911a2edc5a68bee45c5aa2023e9ff8"
integrity sha512-iKEr7yQBcvnQUPnSDYGSWC9t0eF2YbZWeYYYZzYxdl+HiRejXFENjYMnYjoOm2zxyD6Cr2JTHZhp9pqxiXuCOw==
dependencies:
"@types/semver" "^7.3.6"
builder-util-runtime "9.0.3"
builder-util-runtime "9.1.1"
fs-extra "^10.0.0"
js-yaml "^4.1.0"
lazy-val "^1.0.5"
Expand Down Expand Up @@ -292,10 +292,10 @@ sax@^1.2.4:
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==

[email protected].7:
version "7.3.7"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
[email protected].8:
version "7.3.8"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
dependencies:
lru-cache "^6.0.0"

Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cerebro",
"productName": "cerebro",
"version": "0.8.0",
"version": "0.9.0",
"description": "Cerebro is an open-source launcher to improve your productivity and efficiency",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -48,36 +48,36 @@
],
"homepage": "https://cerebroapp.com",
"devDependencies": {
"@babel/core": "7.19.0",
"@babel/eslint-parser": "7.18.9",
"@babel/preset-env": "7.19.1",
"@babel/core": "7.20.2",
"@babel/eslint-parser": "7.19.1",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@babel/register": "7.18.9",
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"autoprefixer": "10.4.12",
"@commitlint/cli": "17.2.0",
"@commitlint/config-conventional": "17.2.0",
"autoprefixer": "10.4.13",
"babel-loader": "8.2.5",
"commitizen": "4.2.5",
"copy-webpack-plugin": "11.0.0",
"cross-env": "7.0.3",
"css-loader": "6.7.1",
"cz-conventional-changelog": "3.3.0",
"electron": "20.2.0",
"electron-builder": "23.3.3",
"eslint": "8.23.1",
"electron-builder": "23.6.0",
"eslint": "8.27.0",
"eslint-config-airbnb": "19.0.4",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "26.9.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.8",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react-hooks": "4.6.0",
"express": "4.18.1",
"express": "4.18.2",
"husky": "8.0.1",
"jest": "27.5.1",
"lodash-webpack-plugin": "0.11.6",
"mini-css-extract-plugin": "2.6.1",
"npm-run-all": "4.1.5",
"postcss": "8.4.16",
"postcss": "8.4.18",
"postcss-loader": "7.0.1",
"postcss-nested": "5.0.6",
"style-loader": "3.3.1",
Expand Down Expand Up @@ -105,7 +105,7 @@
"react-redux": "5.1.2",
"react-virtualized": "9.22.3",
"redux": "4.2.0",
"redux-thunk": "2.4.1",
"redux-thunk": "2.4.2",
"tar-fs": "2.1.1"
},
"devEngines": {
Expand Down
Loading

0 comments on commit ea8e9f8

Please sign in to comment.