@mimik/local 5.1.1 → 5.1.3

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 +17 -17
  2. package/scripts.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mimik/local",
3
- "version": "5.1.1",
3
+ "version": "5.1.3",
4
4
  "description": "Local setup configuration for normal and test opreration",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -29,31 +29,31 @@
29
29
  "url": "https://bitbucket.org/mimiktech/local"
30
30
  },
31
31
  "dependencies": {
32
- "@mimik/git-hooks": "^1.5.5",
33
- "axios": "0.27.2",
32
+ "@mimik/git-hooks": "^1.5.6",
33
+ "axios": "1.2.0",
34
34
  "bluebird": "3.7.2",
35
35
  "colors": "1.4.0",
36
- "comment-json": "4.2.2",
36
+ "comment-json": "4.2.3",
37
37
  "debug": "4.3.4",
38
38
  "ip": "1.1.8",
39
39
  "lodash": "4.17.21",
40
- "uuid": "8.3.2",
41
- "@mimik/eslint-plugin-dependencies": "^2.4.3",
42
- "@mimik/eslint-plugin-document-env": "^1.0.3",
43
- "chai": "4.3.6",
44
- "eslint": "8.16.0",
40
+ "uuid": "9.0.0",
41
+ "@mimik/eslint-plugin-dependencies": "^2.4.4",
42
+ "@mimik/eslint-plugin-document-env": "^1.0.4",
43
+ "chai": "4.3.7",
44
+ "eslint": "8.28.0",
45
45
  "eslint-config-airbnb": "19.0.4",
46
46
  "eslint-plugin-import": "2.26.0",
47
- "eslint-plugin-jsx-a11y": "6.5.1",
48
- "eslint-plugin-react": "7.30.0",
49
- "eslint-plugin-react-hooks": "4.5.0",
50
- "husky": "8.0.1",
51
- "jsdoc-to-markdown": "7.1.1",
52
- "mocha": "10.0.0",
47
+ "eslint-plugin-jsx-a11y": "6.6.1",
48
+ "eslint-plugin-react": "7.31.11",
49
+ "eslint-plugin-react-hooks": "4.6.0",
50
+ "husky": "8.0.2",
51
+ "jsdoc-to-markdown": "8.0.0",
52
+ "mocha": "10.1.0",
53
53
  "mochawesome": "7.1.3",
54
54
  "nyc": "15.1.0",
55
55
  "rewire": "6.0.0",
56
- "sinon": "14.0.0",
57
- "supertest": "6.2.3"
56
+ "sinon": "15.0.0",
57
+ "supertest": "6.3.1"
58
58
  }
59
59
  }
package/scripts.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "pre-push-install": "npx husky set .husky/pre-push 'npm run pre-push'",
12
12
  "pre-commit": "npm run docs && npm run lint",
13
13
  "pre-commit-install": "npx husky set .husky/pre-commit 'npm run pre-commit'",
14
- "prepare": "husky install && npm run pre-push-install && npm run pre-commit-install"
14
+ "prepare": "if [ \"$NODE_ENV\" != \"production\" ]\nthen\nhusky install && npm run pre-push-install && npm run pre-commit-install\nfi"
15
15
  },
16
16
  "husky": {
17
17
  "hooks": {