Skip to content

Commit

Permalink
chore: update minor deps and release v0.10.0 (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
dubisdev committed Nov 28, 2022
1 parent 82ba404 commit fd779f2
Show file tree
Hide file tree
Showing 3 changed files with 184 additions and 78 deletions.
2 changes: 1 addition & 1 deletion 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.9.0",
"version": "0.10.0",
"main": "./main.js",
"license": "MIT",
"author": {
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cerebro",
"productName": "cerebro",
"version": "0.9.0",
"version": "0.10.0",
"description": "Cerebro is an open-source launcher to improve your productivity and efficiency",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -60,7 +60,7 @@
"commitizen": "4.2.5",
"copy-webpack-plugin": "11.0.0",
"cross-env": "7.0.3",
"css-loader": "6.7.1",
"css-loader": "6.7.2",
"cz-conventional-changelog": "3.3.0",
"electron": "20.2.0",
"electron-builder": "23.6.0",
Expand All @@ -69,23 +69,23 @@
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "26.9.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"express": "4.18.2",
"husky": "8.0.1",
"husky": "8.0.2",
"jest": "27.5.1",
"lodash-webpack-plugin": "0.11.6",
"mini-css-extract-plugin": "2.6.1",
"mini-css-extract-plugin": "2.7.0",
"npm-run-all": "4.1.5",
"postcss": "8.4.18",
"postcss": "8.4.19",
"postcss-loader": "7.0.1",
"postcss-nested": "5.0.6",
"style-loader": "3.3.1",
"url-loader": "4.1.1",
"webpack": "5.74.0",
"webpack": "5.75.0",
"webpack-cli": "4.10.0",
"webpack-dev-middleware": "5.3.3",
"webpack-hot-middleware": "2.25.2",
"webpack-hot-middleware": "2.25.3",
"webpack-visualizer-plugin": "0.1.11"
},
"dependencies": {
Expand Down
Loading

0 comments on commit fd779f2

Please sign in to comment.