|
19 | 19 | "test": "atom --test spec"
|
20 | 20 | },
|
21 | 21 | "dependencies": {
|
22 |
| - "@babel/core": "^7.13.10", |
23 |
| - "@babel/node": "^7.13.12", |
24 |
| - "@babel/preset-env": "^7.13.12", |
25 |
| - "@babel/preset-react": "^7.12.13", |
| 22 | + "@babel/core": "^7.14.0", |
| 23 | + "@babel/node": "^7.13.13", |
| 24 | + "@babel/preset-env": "^7.14.1", |
| 25 | + "@babel/preset-react": "^7.13.13", |
26 | 26 | "ansi-to-html": "^0.6.14",
|
27 | 27 | "atom-message-panel": "1.3.1",
|
28 | 28 | "atom-space-pen-views-plus": "^3.0.4",
|
29 | 29 | "rimraf": "^3.0.2",
|
30 |
| - "strip-ansi": "^6.0.0", |
| 30 | + "strip-ansi": "<7.0.0", |
31 | 31 | "temp": "^0.9.4",
|
32 |
| - "underscore": "^1.12.1", |
| 32 | + "underscore": "^1.13.1", |
33 | 33 | "uuid": "^8.3.2"
|
34 | 34 | },
|
35 | 35 | "optionalDependencies": {
|
36 | 36 | "coffeescript": "^2"
|
37 | 37 | },
|
38 | 38 | "devDependencies": {
|
39 | 39 | "@types/atom": "^1.40.10",
|
40 |
| - "@types/jasmine": "^3.6.10", |
41 |
| - "@types/node": "^15.0.1", |
| 40 | + "@types/jasmine": "^3.7.2", |
| 41 | + "@types/node": "^15.0.2", |
42 | 42 | "@types/rimraf": "^3.0.0",
|
43 | 43 | "@types/temp": "^0.9.0",
|
44 | 44 | "@types/underscore": "^1.11.2",
|
45 | 45 | "@types/uuid": "^8.3.0",
|
46 |
| - "eslint": "^7.25.0", |
47 |
| - "eslint-config-atomic": "^1.14.3", |
48 |
| - "prettier": "^2.2.1", |
49 |
| - "prettier-config-atomic": "^2.0.3" |
| 46 | + "eslint-config-atomic": "^1.14.4", |
| 47 | + "prettier-config-atomic": "^2.0.4" |
50 | 48 | },
|
51 | 49 | "activationCommands": {
|
52 | 50 | "atom-text-editor": [
|
|
0 commit comments