react-lg2 1.0.2 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -6
package/package.json
CHANGED
@@ -1,12 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "react-lg2",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.4",
|
4
4
|
"main": "dist/main.js",
|
5
|
-
"peerDependencies": {
|
6
|
-
"react": ">=18.0.0 <20.0.0",
|
7
|
-
"react-dom": ">=18.0.0 <20.0.0"
|
8
|
-
},
|
9
5
|
"devDependencies": {
|
6
|
+
"react": "^18.3.1",
|
7
|
+
"react-dom": "^18.3.1",
|
10
8
|
"@babel/core": "^7.24.7",
|
11
9
|
"@babel/preset-react": "^7.24.7",
|
12
10
|
"babel-loader": "^9.1.3",
|
@@ -16,7 +14,7 @@
|
|
16
14
|
"webpack-dev-server": "^5.0.4"
|
17
15
|
},
|
18
16
|
"scripts": {
|
19
|
-
"start": "webpack
|
17
|
+
"start": "webpack",
|
20
18
|
"build": "webpack --mode production"
|
21
19
|
},
|
22
20
|
"eslintConfig": {
|