@natoora-libs/core 0.0.35 → 0.0.36
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.
- package/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@natoora-libs/core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.36",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -84,41 +84,41 @@
|
|
|
84
84
|
"@types/jest": "^29.5.14",
|
|
85
85
|
"@types/moment": "^2.13.0",
|
|
86
86
|
"@types/node": "^20.12.5",
|
|
87
|
+
"@types/react": "18.3.1",
|
|
87
88
|
"@types/react-dom": "18.3.1",
|
|
88
89
|
"@types/react-router-dom": "^5.3.3",
|
|
89
90
|
"@types/react-test-renderer": "^18.3.1",
|
|
90
|
-
"@types/react": "18.3.1",
|
|
91
91
|
"@types/redux": "^3.6.0",
|
|
92
92
|
"@types/uuid": "^9.0.8",
|
|
93
93
|
"@typescript-eslint/parser": "^7.6.0",
|
|
94
94
|
"babel-jest": "^29.7.0",
|
|
95
95
|
"babel-plugin-named-exports-order": "^0.0.2",
|
|
96
|
+
"eslint": "^7.32.0 || ^8.2.0",
|
|
96
97
|
"eslint-config-airbnb": "^19.0.4",
|
|
97
98
|
"eslint-config-prettier": "^8.8.0",
|
|
98
99
|
"eslint-import-resolver-typescript": "^4.4.3",
|
|
99
|
-
"eslint-plugin-import-helpers": "^1.3.1",
|
|
100
100
|
"eslint-plugin-import": "^2.27.5",
|
|
101
|
+
"eslint-plugin-import-helpers": "^1.3.1",
|
|
101
102
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
102
103
|
"eslint-plugin-prettier": "^4.2.1",
|
|
103
|
-
"eslint-plugin-react-hooks": "^4.3.0",
|
|
104
104
|
"eslint-plugin-react": "^7.28.0",
|
|
105
|
+
"eslint-plugin-react-hooks": "^4.3.0",
|
|
105
106
|
"eslint-plugin-storybook": "^0.6.13",
|
|
106
|
-
"eslint": "^7.32.0 || ^8.2.0",
|
|
107
107
|
"husky": "^8.0.3",
|
|
108
|
-
"jest-environment-jsdom": "^29.7.0",
|
|
109
108
|
"jest": "^29.7.0",
|
|
109
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
110
110
|
"lint-staged": "^11.1.2",
|
|
111
111
|
"prettier": "^2.8.8",
|
|
112
|
+
"react": "18.3.1",
|
|
113
|
+
"react-dom": "18.3.1",
|
|
112
114
|
"react-test-renderer": "18.3.1",
|
|
113
115
|
"storybook": "^7.3.1",
|
|
114
116
|
"ts-jest": "^29.2.6",
|
|
115
117
|
"tsup": "^8.5.0",
|
|
116
|
-
"typescript": "^5.8.3"
|
|
117
|
-
"react": "18.3.1",
|
|
118
|
-
"react-dom": "18.3.1"
|
|
118
|
+
"typescript": "^5.8.3"
|
|
119
119
|
},
|
|
120
120
|
"peerDependencies": {
|
|
121
121
|
"react": "18.3.1",
|
|
122
122
|
"react-dom": "18.3.1"
|
|
123
123
|
}
|
|
124
|
-
}
|
|
124
|
+
}
|