@react-pakistan/util-functions 1.16.1 → 1.16.2

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.
@@ -19,7 +19,7 @@ export declare enum SOCIAL_MEDIA_COLORS {
19
19
  READDIT = "#FF5700",
20
20
  SKYPE = "#00AFF0",
21
21
  SLACK = "#3AAF85",
22
- SLIDESHARE = "#0077B5",
22
+ SLIDESHARE = "#0077B6",
23
23
  SNAP_CHAT = "#FFFC00",
24
24
  SOUND_CLOUD = "#FF3300",
25
25
  STUMBLE_UPON = "#EB4924",
@@ -23,7 +23,7 @@ var SOCIAL_MEDIA_COLORS;
23
23
  SOCIAL_MEDIA_COLORS["READDIT"] = "#FF5700";
24
24
  SOCIAL_MEDIA_COLORS["SKYPE"] = "#00AFF0";
25
25
  SOCIAL_MEDIA_COLORS["SLACK"] = "#3AAF85";
26
- SOCIAL_MEDIA_COLORS["SLIDESHARE"] = "#0077B5";
26
+ SOCIAL_MEDIA_COLORS["SLIDESHARE"] = "#0077B6";
27
27
  SOCIAL_MEDIA_COLORS["SNAP_CHAT"] = "#FFFC00";
28
28
  SOCIAL_MEDIA_COLORS["SOUND_CLOUD"] = "#FF3300";
29
29
  SOCIAL_MEDIA_COLORS["STUMBLE_UPON"] = "#EB4924";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-pakistan/util-functions",
3
- "version": "1.16.1",
3
+ "version": "1.16.2",
4
4
  "description": "A library of all util functions",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -40,31 +40,31 @@
40
40
  "homepage": "https://github.com/react-pakistan/util-functions#readme",
41
41
  "dependencies": {},
42
42
  "devDependencies": {
43
- "@babel/core": "^7.22.5",
44
- "@babel/eslint-parser": "^7.22.5",
43
+ "@babel/core": "^7.22.9",
44
+ "@babel/eslint-parser": "^7.22.9",
45
45
  "@babel/preset-typescript": "^7.22.5",
46
46
  "@microsoft/tsdoc": "^0.14.2",
47
- "@react-pakistan/eslint-config-shared": "^1.9.0",
48
- "@types/jest": "^29.5.2",
47
+ "@react-pakistan/eslint-config-shared": "^1.9.1",
48
+ "@types/jest": "^29.5.3",
49
49
  "@types/lodash.curry": "^4.1.7",
50
- "@types/node": "^20.3.2",
50
+ "@types/node": "^20.4.2",
51
51
  "@types/react-redux": "^7.1.25",
52
52
  "@types/styled-components": "^5.1.26",
53
- "@typescript-eslint/eslint-plugin": "^5.60.1",
54
- "@typescript-eslint/parser": "^5.60.1",
53
+ "@typescript-eslint/eslint-plugin": "^6.1.0",
54
+ "@typescript-eslint/parser": "^6.1.0",
55
55
  "date-fns": "^2.30.0",
56
56
  "date-fns-tz": "^2.0.0",
57
- "eslint": "^8.43.0",
57
+ "eslint": "^8.45.0",
58
58
  "eslint-plugin-import": "^2.27.5",
59
59
  "husky": "^8.0.3",
60
- "jest": "^29.5.0",
60
+ "jest": "^29.6.1",
61
61
  "lint-staged": "^13.2.3",
62
62
  "lodash.curry": "^4.1.1",
63
63
  "lodash.isequal": "^4.5.0",
64
64
  "react": "^18.2.0",
65
65
  "react-redux": "^8.1.1",
66
66
  "rimraf": "^5.0.1",
67
- "ts-jest": "^29.1.0",
67
+ "ts-jest": "^29.1.1",
68
68
  "ts-loader": "^9.4.4",
69
69
  "typescript": "^5.1.6"
70
70
  },