@mimik/local 6.0.3 → 6.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +19 -20
  2. package/scripts.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mimik/local",
3
- "version": "6.0.3",
3
+ "version": "6.0.5",
4
4
  "description": "Local setup configuration for normal and test opreration",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -9,8 +9,7 @@
9
9
  "test": "echo \"Error: no test specified\" && exit 0",
10
10
  "test-ci": "echo \"Error: no test specified\" && exit 0",
11
11
  "prepublishOnly": "npm run docs && npm run lint && npm run test-ci",
12
- "commit-ready": "npm run docs && npm run lint && npm run test-ci",
13
- "prepare": "husky install"
12
+ "commit-ready": "npm run docs && npm run lint && npm run test-ci"
14
13
  },
15
14
  "husky": {
16
15
  "hooks": {
@@ -32,31 +31,31 @@
32
31
  "@mimik/eslint-plugin-dependencies": "^2.4.6",
33
32
  "@mimik/eslint-plugin-document-env": "^1.0.6",
34
33
  "@mimik/git-hooks": "^1.5.8",
35
- "axios": "1.6.2",
34
+ "axios": "1.7.2",
36
35
  "bluebird": "3.7.2",
37
36
  "chai": "4.3.10",
38
37
  "colors": "1.4.0",
39
38
  "comment-json": "4.2.3",
40
- "debug": "4.3.4",
41
- "eslint": "8.55.0",
39
+ "debug": "4.3.5",
40
+ "eslint": "8.57.0",
42
41
  "eslint-config-airbnb": "19.0.4",
43
- "eslint-plugin-import": "2.29.0",
44
- "eslint-plugin-jsx-a11y": "6.8.0",
45
- "eslint-plugin-react": "7.33.2",
46
- "eslint-plugin-react-hooks": "4.6.0",
47
- "husky": "8.0.3",
48
- "ip": "1.1.8",
49
- "js-base64": "3.7.5",
42
+ "eslint-plugin-import": "2.29.1",
43
+ "eslint-plugin-jsx-a11y": "6.9.0",
44
+ "eslint-plugin-react": "7.34.3",
45
+ "eslint-plugin-react-hooks": "4.6.2",
46
+ "husky": "9.0.11",
47
+ "ip": "2.0.1",
48
+ "js-base64": "3.7.7",
50
49
  "js-yaml": "4.1.0",
51
- "jsdoc-to-markdown": "8.0.0",
50
+ "jsdoc-to-markdown": "8.0.1",
52
51
  "lodash": "4.17.21",
53
- "mocha": "10.2.0",
52
+ "mocha": "10.6.0",
54
53
  "mochawesome": "7.1.3",
55
- "nyc": "15.1.0",
54
+ "nyc": "17.0.0",
56
55
  "rewire": "7.0.0",
57
- "sinon": "17.0.1",
58
- "supertest": "6.3.3",
59
- "swagger-client": "3.24.5",
60
- "uuid": "9.0.1"
56
+ "sinon": "18.0.0",
57
+ "supertest": "7.0.0",
58
+ "swagger-client": "3.28.2",
59
+ "uuid": "10.0.0"
61
60
  }
62
61
  }
package/scripts.json CHANGED
@@ -8,10 +8,10 @@
8
8
  "prestart": "node ./local/setup.js",
9
9
  "start": "sh server-start.sh",
10
10
  "pre-push": "npm run docs && npm run lint && npm run test",
11
- "pre-push-install": "npx husky set .husky/pre-push 'npm run pre-push'",
11
+ "pre-push-install": "npx husky init",
12
12
  "pre-commit": "npm run docs && npm run lint",
13
- "pre-commit-install": "npx husky set .husky/pre-commit 'npm run pre-commit'",
14
- "prepare": "if [ \"$NODE_ENV\" != \"production\" ]\nthen\nhusky install && npm run pre-push-install && npm run pre-commit-install\nfi"
13
+ "pre-commit-install": "npx husky init",
14
+ "prepare": "if [ \"$NODE_ENV\" != \"production\" ]\nthen\nhusky && npm run pre-push-install && npm run pre-commit-install\nfi"
15
15
  },
16
16
  "husky": {
17
17
  "hooks": {