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