Skip to content

Commit f71f284

Browse files
update package.json
1 parent 99fcd30 commit f71f284

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

package-lock.json

Lines changed: 8 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"email": "[email protected]"
2020
},
2121
"types": "./index.d.ts",
22-
"main": "lib/cjs/index.js",
23-
"module": "lib/esm/index.js",
22+
"main": "src/index.ts",
23+
"module": "src/index.ts",
2424
"repository": {
2525
"type": "git",
2626
"url": "git+https://github.com/dev-javascript/string-to-react-component.git"
@@ -61,7 +61,7 @@
6161
"@babel/preset-react": "^7.24.7",
6262
"@babel/preset-typescript": "^7.24.7",
6363
"@babel/runtime-corejs3": "^7.25.0",
64-
"@babel/standalone": "7.6.3",
64+
"@babel/standalone": "^7.25.2",
6565
"@rollup/plugin-commonjs": "^26.0.1",
6666
"@rollup/plugin-node-resolve": "^15.2.3",
6767
"@rollup/plugin-terser": "^0.4.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,10 +1051,10 @@
10511051
dependencies:
10521052
regenerator-runtime "^0.14.0"
10531053

1054-
"@babel/standalone@7.6.3":
1055-
version "7.6.3"
1056-
resolved "https://registry.npmjs.org/@babel/standalone/-/standalone-7.6.3.tgz"
1057-
integrity sha512-lc7H0lPT6rNUsKC0XFpZorEPzdG4myKVtc+ifkrlFOu8bXXd/3vF78Qxe5H3r/G8B65jUUzV0bFGpq7KkJcTmQ==
1054+
"@babel/standalone@^7.25.2":
1055+
version "7.25.2"
1056+
resolved "https://registry.npmjs.org/@babel/standalone/-/standalone-7.25.2.tgz"
1057+
integrity sha512-65oXc4uhRu/SKV2OIrAq/TrSaEW62itcrKwODgDVQH0AeDa8rNEKsm1Wp2SK4GcwoJiz/78fmxHfGVFtinENlg==
10581058

10591059
"@babel/template@^7.24.7", "@babel/template@^7.25.0", "@babel/template@^7.3.3":
10601060
version "7.25.0"

0 commit comments

Comments
 (0)