react-lg2 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -9
package/package.json
CHANGED
@@ -1,15 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "react-lg2",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.2",
|
4
4
|
"main": "dist/main.js",
|
5
|
-
"
|
6
|
-
"
|
7
|
-
"
|
8
|
-
"@testing-library/user-event": "^13.5.0",
|
9
|
-
"react": "^18.3.1",
|
10
|
-
"react-dom": "^18.3.1",
|
11
|
-
"react-scripts": "5.0.1",
|
12
|
-
"web-vitals": "^2.1.4"
|
5
|
+
"peerDependencies": {
|
6
|
+
"react": ">=18.0.0 <20.0.0",
|
7
|
+
"react-dom": ">=18.0.0 <20.0.0"
|
13
8
|
},
|
14
9
|
"devDependencies": {
|
15
10
|
"@babel/core": "^7.24.7",
|