|
10 | 10 | "build-clean": "yarn run clean && yarn run build",
|
11 | 11 | "test-simple": "c8 mocha --import=./test/reg.js \"./test/**/*.spec.js\"",
|
12 | 12 | "test": "yarn run clean && yarn run gardener && yarn run test-simple",
|
13 |
| - "semantic-release": "yarn run build-clean && npx semantic-release", |
| 13 | + "semantic-release": "yarn run build-clean && yarn exec semantic-release", |
14 | 14 | "gardener": "node gardener.js",
|
15 | 15 | "docker": "docker run --net host -u`id -u`:`id -g` -v $(pwd):/user/project -v ~/.aws:/user/.aws -v ~/.npmrc:/user/.npmrc -w /user/project -it --entrypoint /bin/bash",
|
16 | 16 | "t": "yarn test",
|
|
36 | 36 | },
|
37 | 37 | "homepage": "https://github.com/blackflux/robo-config-plugin#readme",
|
38 | 38 | "devDependencies": {
|
39 |
| - "@babel/core": "7.24.0", |
40 |
| - "@babel/eslint-parser": "7.23.10", |
41 |
| - "@babel/register": "7.23.7", |
| 39 | + "@babel/core": "7.25.2", |
| 40 | + "@babel/eslint-parser": "7.25.1", |
| 41 | + "@babel/register": "7.24.6", |
42 | 42 | "@blackflux/eslint-plugin-rules": "3.0.1",
|
43 |
| - "@blackflux/robo-config-plugin": "9.3.5", |
44 |
| - "c8": "9.1.0", |
45 |
| - "chai": "5.1.0", |
| 43 | + "@blackflux/robo-config-plugin": "9.4.1", |
| 44 | + "c8": "10.1.2", |
| 45 | + "chai": "5.1.1", |
46 | 46 | "eslint": "8.57.0",
|
47 | 47 | "eslint-config-airbnb-base": "15.0.0",
|
48 |
| - "eslint-plugin-import": "2.29.1", |
49 |
| - "eslint-plugin-json": "3.1.0", |
50 |
| - "eslint-plugin-markdown": "4.0.1", |
51 |
| - "eslint-plugin-mocha": "10.4.1", |
| 48 | + "eslint-plugin-import": "2.30.0", |
| 49 | + "eslint-plugin-json": "4.0.1", |
| 50 | + "eslint-plugin-markdown": "5.1.0", |
| 51 | + "eslint-plugin-mocha": "10.5.0", |
52 | 52 | "js-gardener": "5.0.4",
|
53 | 53 | "robo-config": "6.0.1"
|
54 | 54 | },
|
|
0 commit comments