@teambit/ui-foundation.ui.is-browser
Advanced tools
Comparing version 0.0.486 to 0.0.487
{ | ||
"name": "@teambit/ui-foundation.ui.is-browser", | ||
"version": "0.0.486", | ||
"version": "0.0.487", | ||
"homepage": "https://bit.dev/teambit/ui-foundation/ui/is-browser", | ||
@@ -9,3 +9,3 @@ "main": "dist/index.js", | ||
"name": "ui/is-browser", | ||
"version": "0.0.486" | ||
"version": "0.0.487" | ||
}, | ||
@@ -29,30 +29,2 @@ "dependencies": { | ||
"license": "Apache-2.0", | ||
"bit": { | ||
"bindingPrefix": "@teambit", | ||
"env": {}, | ||
"overrides": { | ||
"dependencies": { | ||
"@teambit/legacy": "-", | ||
"core-js": "^3.0.0", | ||
"react-dom": "-", | ||
"react": "-" | ||
}, | ||
"devDependencies": { | ||
"@teambit/legacy": "-", | ||
"@types/mocha": "9.1.0", | ||
"@types/testing-library__jest-dom": "5.9.5", | ||
"@babel/runtime": "7.12.18", | ||
"@types/jest": "^26.0.0", | ||
"@types/react-dom": "^17.0.5", | ||
"@types/react": "^17.0.8", | ||
"@types/node": "12.20.4", | ||
"react-dom": "-", | ||
"react": "-" | ||
}, | ||
"peerDependencies": { | ||
"react-dom": "^16.8.0 || ^17.0.0", | ||
"react": "^16.8.0 || ^17.0.0" | ||
} | ||
} | ||
}, | ||
"private": false, | ||
@@ -74,6 +46,4 @@ "engines": { | ||
"angular", | ||
"angular-components", | ||
"vue", | ||
"vue-components" | ||
"angular-components" | ||
] | ||
} |
@@ -10,3 +10,3 @@ { | ||
"target": "es2015", | ||
"module": "commonjs", | ||
"module": "CommonJS", | ||
"jsx": "react", | ||
@@ -18,2 +18,3 @@ "allowJs": true, | ||
"skipLibCheck": true, | ||
"experimentalDecorators": true, | ||
"outDir": "dist", | ||
@@ -26,4 +27,9 @@ "moduleResolution": "node", | ||
"exclude": [ | ||
"dist" | ||
"dist", | ||
"package.json" | ||
], | ||
"include": [ | ||
"**/*", | ||
"**/*.json" | ||
] | ||
} |
6746
15
146