|
1 | 1 | {
|
2 | 2 | "name": "cerebro",
|
3 | 3 | "productName": "cerebro",
|
4 |
| - "version": "0.8.0", |
| 4 | + "version": "0.9.0", |
5 | 5 | "description": "Cerebro is an open-source launcher to improve your productivity and efficiency",
|
6 | 6 | "main": "main.js",
|
7 | 7 | "scripts": {
|
|
48 | 48 | ],
|
49 | 49 | "homepage": "https://cerebroapp.com",
|
50 | 50 | "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", |
54 | 54 | "@babel/preset-react": "7.18.6",
|
55 | 55 | "@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", |
59 | 59 | "babel-loader": "8.2.5",
|
60 | 60 | "commitizen": "4.2.5",
|
61 | 61 | "copy-webpack-plugin": "11.0.0",
|
62 | 62 | "cross-env": "7.0.3",
|
63 | 63 | "css-loader": "6.7.1",
|
64 | 64 | "cz-conventional-changelog": "3.3.0",
|
65 | 65 | "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", |
68 | 68 | "eslint-config-airbnb": "19.0.4",
|
69 | 69 | "eslint-plugin-import": "2.26.0",
|
70 | 70 | "eslint-plugin-jest": "26.9.0",
|
71 | 71 | "eslint-plugin-jsx-a11y": "6.6.1",
|
72 |
| - "eslint-plugin-react": "7.31.8", |
| 72 | + "eslint-plugin-react": "7.31.10", |
73 | 73 | "eslint-plugin-react-hooks": "4.6.0",
|
74 |
| - "express": "4.18.1", |
| 74 | + "express": "4.18.2", |
75 | 75 | "husky": "8.0.1",
|
76 | 76 | "jest": "27.5.1",
|
77 | 77 | "lodash-webpack-plugin": "0.11.6",
|
78 | 78 | "mini-css-extract-plugin": "2.6.1",
|
79 | 79 | "npm-run-all": "4.1.5",
|
80 |
| - "postcss": "8.4.16", |
| 80 | + "postcss": "8.4.18", |
81 | 81 | "postcss-loader": "7.0.1",
|
82 | 82 | "postcss-nested": "5.0.6",
|
83 | 83 | "style-loader": "3.3.1",
|
|
105 | 105 | "react-redux": "5.1.2",
|
106 | 106 | "react-virtualized": "9.22.3",
|
107 | 107 | "redux": "4.2.0",
|
108 |
| - "redux-thunk": "2.4.1", |
| 108 | + "redux-thunk": "2.4.2", |
109 | 109 | "tar-fs": "2.1.1"
|
110 | 110 | },
|
111 | 111 | "devEngines": {
|
|
0 commit comments