Skip to content

Commit ea8e9f8

Browse files
authored
chore: bump cerebro deps and release v0.9.0 (#623)
1 parent 7c78a5a commit ea8e9f8

File tree

4 files changed

+403
-575
lines changed

4 files changed

+403
-575
lines changed

app/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cerebro",
33
"productName": "Cerebro",
44
"description": "Cerebro is an open-source launcher to improve your productivity and efficiency",
5-
"version": "0.8.0",
5+
"version": "0.9.0",
66
"main": "./main.js",
77
"license": "MIT",
88
"author": {
@@ -17,10 +17,10 @@
1717
],
1818
"dependencies": {
1919
"chokidar": "3.5.3",
20-
"electron-updater": "5.2.1",
20+
"electron-updater": "5.3.0",
2121
"move-file": "2.1.0",
2222
"rimraf": "3.0.2",
23-
"semver": "7.3.7"
23+
"semver": "7.3.8"
2424
},
2525
"optionalDependencies": {},
2626
"devDependencies": {}

app/yarn.lock

+13-13
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ braces@~3.0.2:
4545
dependencies:
4646
fill-range "^7.0.1"
4747

48-
builder-util-runtime@9.0.3:
49-
version "9.0.3"
50-
resolved "https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-9.0.3.tgz#6c62c493ba2b73c2af92432db4013b5a327f02b2"
51-
integrity sha512-SfG2wnyjpUbbdtpnqDpWwklujofC6GarGpvdWrEkg9p5AD/xJmTF2buTNaqs3qtsNBEVQDDjZz9xc2GGpVyMfA==
48+
builder-util-runtime@9.1.1:
49+
version "9.1.1"
50+
resolved "https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-9.1.1.tgz#2da7b34e78a64ad14ccd070d6eed4662d893bd60"
51+
integrity sha512-azRhYLEoDvRDR8Dhis4JatELC/jUvYjm4cVSj7n9dauGTOM2eeNn9KS0z6YA6oDsjI1xphjNbY6PZZeHPzzqaw==
5252
dependencies:
5353
debug "^4.3.4"
5454
sax "^1.2.4"
@@ -80,13 +80,13 @@ debug@^4.3.4:
8080
dependencies:
8181
ms "2.1.2"
8282

83-
electron-updater@5.2.1:
84-
version "5.2.1"
85-
resolved "https://registry.yarnpkg.com/electron-updater/-/electron-updater-5.2.1.tgz#297795e6e8ad9179c7ae2738a7b67cf0a5022be1"
86-
integrity sha512-OQZVIvqcK8j03HjT07uVPgvguP/r8RY2wZcwCM26+fcDOjtrm01Dfz3G8Eru+69znbrR+F9pDzr98ewMavBrWQ==
83+
electron-updater@5.3.0:
84+
version "5.3.0"
85+
resolved "https://registry.yarnpkg.com/electron-updater/-/electron-updater-5.3.0.tgz#3ba0d20407911a2edc5a68bee45c5aa2023e9ff8"
86+
integrity sha512-iKEr7yQBcvnQUPnSDYGSWC9t0eF2YbZWeYYYZzYxdl+HiRejXFENjYMnYjoOm2zxyD6Cr2JTHZhp9pqxiXuCOw==
8787
dependencies:
8888
"@types/semver" "^7.3.6"
89-
builder-util-runtime "9.0.3"
89+
builder-util-runtime "9.1.1"
9090
fs-extra "^10.0.0"
9191
js-yaml "^4.1.0"
9292
lazy-val "^1.0.5"
@@ -292,10 +292,10 @@ sax@^1.2.4:
292292
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
293293
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
294294

295-
296-
version "7.3.7"
297-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
298-
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
295+
296+
version "7.3.8"
297+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
298+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
299299
dependencies:
300300
lru-cache "^6.0.0"
301301

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cerebro",
33
"productName": "cerebro",
4-
"version": "0.8.0",
4+
"version": "0.9.0",
55
"description": "Cerebro is an open-source launcher to improve your productivity and efficiency",
66
"main": "main.js",
77
"scripts": {
@@ -48,36 +48,36 @@
4848
],
4949
"homepage": "https://cerebroapp.com",
5050
"devDependencies": {
51-
"@babel/core": "7.19.0",
52-
"@babel/eslint-parser": "7.18.9",
53-
"@babel/preset-env": "7.19.1",
51+
"@babel/core": "7.20.2",
52+
"@babel/eslint-parser": "7.19.1",
53+
"@babel/preset-env": "7.20.2",
5454
"@babel/preset-react": "7.18.6",
5555
"@babel/register": "7.18.9",
56-
"@commitlint/cli": "17.1.2",
57-
"@commitlint/config-conventional": "17.1.0",
58-
"autoprefixer": "10.4.12",
56+
"@commitlint/cli": "17.2.0",
57+
"@commitlint/config-conventional": "17.2.0",
58+
"autoprefixer": "10.4.13",
5959
"babel-loader": "8.2.5",
6060
"commitizen": "4.2.5",
6161
"copy-webpack-plugin": "11.0.0",
6262
"cross-env": "7.0.3",
6363
"css-loader": "6.7.1",
6464
"cz-conventional-changelog": "3.3.0",
6565
"electron": "20.2.0",
66-
"electron-builder": "23.3.3",
67-
"eslint": "8.23.1",
66+
"electron-builder": "23.6.0",
67+
"eslint": "8.27.0",
6868
"eslint-config-airbnb": "19.0.4",
6969
"eslint-plugin-import": "2.26.0",
7070
"eslint-plugin-jest": "26.9.0",
7171
"eslint-plugin-jsx-a11y": "6.6.1",
72-
"eslint-plugin-react": "7.31.8",
72+
"eslint-plugin-react": "7.31.10",
7373
"eslint-plugin-react-hooks": "4.6.0",
74-
"express": "4.18.1",
74+
"express": "4.18.2",
7575
"husky": "8.0.1",
7676
"jest": "27.5.1",
7777
"lodash-webpack-plugin": "0.11.6",
7878
"mini-css-extract-plugin": "2.6.1",
7979
"npm-run-all": "4.1.5",
80-
"postcss": "8.4.16",
80+
"postcss": "8.4.18",
8181
"postcss-loader": "7.0.1",
8282
"postcss-nested": "5.0.6",
8383
"style-loader": "3.3.1",
@@ -105,7 +105,7 @@
105105
"react-redux": "5.1.2",
106106
"react-virtualized": "9.22.3",
107107
"redux": "4.2.0",
108-
"redux-thunk": "2.4.1",
108+
"redux-thunk": "2.4.2",
109109
"tar-fs": "2.1.1"
110110
},
111111
"devEngines": {

0 commit comments

Comments
 (0)