@etsoo/notificationbase 1.1.19 → 1.1.21

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.
@@ -114,7 +114,7 @@ export type NotificationCallProps = {
114
114
  /**
115
115
  * Notification render props
116
116
  */
117
- export type NotificationRenderProps = object;
117
+ export type NotificationRenderProps = DataTypes.StringRecord;
118
118
  /**
119
119
  * Notification base interface
120
120
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/notificationbase",
3
- "version": "1.1.19",
3
+ "version": "1.1.21",
4
4
  "description": "TypeScript notification component for extending with all features described and partially implemented",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -45,20 +45,15 @@
45
45
  },
46
46
  "homepage": "https://github.com/ETSOO/NotificationBase#readme",
47
47
  "dependencies": {
48
- "@etsoo/shared": "^1.1.84"
48
+ "@etsoo/shared": "^1.1.85"
49
49
  },
50
50
  "devDependencies": {
51
- "@babel/core": "^7.20.5",
51
+ "@babel/core": "^7.20.7",
52
52
  "@babel/plugin-transform-runtime": "^7.19.6",
53
53
  "@babel/preset-env": "^7.20.2",
54
- "@babel/runtime-corejs3": "^7.20.6",
55
- "@types/jest": "^29.2.4",
56
- "@typescript-eslint/eslint-plugin": "^5.47.0",
57
- "@typescript-eslint/parser": "^5.47.0",
54
+ "@babel/runtime-corejs3": "^7.20.7",
55
+ "@types/jest": "^29.2.5",
58
56
  "babel-jest": "^29.3.1",
59
- "eslint": "^8.30.0",
60
- "eslint-config-airbnb-base": "^15.0.0",
61
- "eslint-plugin-import": "^2.26.0",
62
57
  "jest": "^29.3.1",
63
58
  "jest-environment-jsdom": "^29.3.1",
64
59
  "ts-jest": "^29.0.3",
@@ -126,7 +126,7 @@ export type NotificationCallProps = {
126
126
  /**
127
127
  * Notification render props
128
128
  */
129
- export type NotificationRenderProps = object;
129
+ export type NotificationRenderProps = DataTypes.StringRecord;
130
130
 
131
131
  /**
132
132
  * Notification base interface