@react-pakistan/util-functions 1.13.2 → 1.13.4

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/README.md +2 -2
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -97,7 +97,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
97
97
 
98
98
  <div>
99
99
  <a
100
- href="https://taimoormk.github.io/react-commons-collection"
100
+ href="https://react-commons-collection.surge.sh"
101
101
  target="_blank"
102
102
  >
103
103
  <img
@@ -120,7 +120,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
120
120
 
121
121
  <div>
122
122
  <a
123
- href="https://taimoormk.github.io/react-ui-collection"
123
+ href="https://react-ui-collection.surge.sh"
124
124
  target="_blank"
125
125
  >
126
126
  <img
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-pakistan/util-functions",
3
- "version": "1.13.2",
3
+ "version": "1.13.4",
4
4
  "description": "A library of all util functions",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -39,31 +39,31 @@
39
39
  "homepage": "https://github.com/react-pakistan/util-functions#readme",
40
40
  "dependencies": {},
41
41
  "devDependencies": {
42
- "@babel/core": "^7.20.7",
42
+ "@babel/core": "^7.20.12",
43
43
  "@babel/eslint-parser": "^7.19.1",
44
44
  "@babel/preset-typescript": "^7.18.6",
45
45
  "@microsoft/tsdoc": "^0.14.2",
46
- "@react-pakistan/eslint-config-shared": "^1.4.54",
46
+ "@react-pakistan/eslint-config-shared": "^1.4.56",
47
47
  "@types/jest": "^29.2.5",
48
48
  "@types/lodash.curry": "^4.1.7",
49
49
  "@types/node": "^18.11.18",
50
50
  "@types/react-redux": "^7.1.25",
51
51
  "@types/styled-components": "^5.1.26",
52
- "@typescript-eslint/eslint-plugin": "^5.47.1",
53
- "@typescript-eslint/parser": "^5.47.1",
52
+ "@typescript-eslint/eslint-plugin": "^5.48.1",
53
+ "@typescript-eslint/parser": "^5.48.1",
54
54
  "date-fns": "^2.29.3",
55
55
  "date-fns-tz": "^1.3.7",
56
56
  "eslint": "^8.31.0",
57
- "eslint-plugin-import": "^2.26.0",
58
- "husky": "^8.0.2",
57
+ "eslint-plugin-import": "^2.27.4",
58
+ "husky": "^8.0.3",
59
59
  "jest": "^29.3.1",
60
60
  "lint-staged": "^13.1.0",
61
61
  "lodash.curry": "^4.1.1",
62
62
  "lodash.isequal": "^4.5.0",
63
63
  "react": "^18.2.0",
64
64
  "react-redux": "^8.0.5",
65
- "rimraf": "^3.0.2",
66
- "ts-jest": "^29.0.3",
65
+ "rimraf": "^4.0.4",
66
+ "ts-jest": "^29.0.5",
67
67
  "ts-loader": "^9.4.2",
68
68
  "typescript": "^4.9.4"
69
69
  },