diff --git a/package.json b/package.json index 6b2441e..ce05de3 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "README.md" ], "scripts": { - "build:lib": "NODE_ENV=production BROWSERSLIST_ENV='2018' babel src --out-dir lib --source-maps inline --extensions '.ts,.tsx,.js' --ignore '**/__tests__/**' --ignore '**/*.d.ts'", + "build:lib": "NODE_ENV=production BROWSERSLIST_ENV='2019' babel src --out-dir lib --source-maps inline --extensions '.ts,.tsx,.js' --ignore '**/__tests__/**' --ignore '**/*.d.ts'", "build:types": "tsc --emitDeclarationOnly -p ./src", "build:bundle": "run build:js:node && run build:js:browser", "build:js:node": "BROWSERSLIST_ENV=node12 rollup -c", @@ -106,7 +106,6 @@ } }, "dependencies": { - "@babel/runtime": "^7.23.9", "@types/hoist-non-react-statics": "^3.3.5", "hoist-non-react-statics": "^3.3.2" }, diff --git a/yarn.lock b/yarn.lock index 724f8eb..2449af8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1684,7 +1684,7 @@ __metadata: languageName: node linkType: hard -"@babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.13.8, @babel/runtime@npm:^7.23.2, @babel/runtime@npm:^7.23.9, @babel/runtime@npm:^7.8.4": +"@babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.13.8, @babel/runtime@npm:^7.23.2, @babel/runtime@npm:^7.8.4": version: 7.23.9 resolution: "@babel/runtime@npm:7.23.9" dependencies: @@ -5595,7 +5595,6 @@ __metadata: "@anansi/eslint-plugin": "npm:0.16.48" "@babel/cli": "npm:7.23.9" "@babel/core": "npm:7.23.9" - "@babel/runtime": "npm:^7.23.9" "@testing-library/react": "npm:14.2.1" "@types/hoist-non-react-statics": "npm:^3.3.5" "@types/jest": "npm:29.5.12"