diff --git a/package.json b/package.json index bdd9c8d8..7f9e4639 100644 --- a/package.json +++ b/package.json @@ -1,54 +1,54 @@ -{ - "private": true, - "name": "beagle-web-react", - "version": "1.6.0", - "license": "Apache-2.0", - "licenses": [ - { - "type": "Apache-2.0", - "url": "http://www.apache.org/licenses/LICENSE-2.0" - } - ], - "workspaces": { - "packages": [ - "packages/beagle*" - ] - }, - "husky": { - "hooks": { - "pre-commit": "sh ./bin/check-license.sh", - "pre-push": "npm run lint" - } - }, - "scripts": { - "publish": "lerna publish from-package", - "lint": "eslint . --ext .js,.jsx,.ts,.tsx", - "clean": "lerna run clean", - "check-types": "lerna run check-types", - "build": "lerna run build", - "watch": "lerna run watch", - "check-test-types": "tsc ./packages/common/__tests__/** --noEmit", - "test": "jest ./packages/common/__tests__/" - }, - "dependencies": { - "@zup-it/beagle-web": "1.6.0" - }, - "devDependencies": { - "@types/enzyme": "3.10.5", - "@types/enzyme-adapter-react-16": "1.0.6", - "@types/jest": "25.1.4", - "@types/react": "16.9.23", - "@typescript-eslint/eslint-plugin": "^2.23.0", - "@typescript-eslint/parser": "^2.23.0", - "eslint": "^6.8.0", - "eslint-plugin-import": "^2.20.1", - "eslint-plugin-react": "^7.19.0", - "husky": "^4.2.5", - "jest": "^26.1.0", - "lerna": "^3.22.1", - "nodemon": "^2.0.4", - "ts-jest": "25.2.1", - "tscpaths": "https://github.com/Tiagoperes/tscpaths.git#498769882091cfe6fd8c4067bb50843dc4ca551e", - "typescript": "^3.8.3" - } -} +{ + "private": true, + "name": "beagle-web-react", + "version": "1.7.0", + "license": "Apache-2.0", + "licenses": [ + { + "type": "Apache-2.0", + "url": "http://www.apache.org/licenses/LICENSE-2.0" + } + ], + "workspaces": { + "packages": [ + "packages/beagle*" + ] + }, + "husky": { + "hooks": { + "pre-commit": "sh ./bin/check-license.sh", + "pre-push": "npm run lint" + } + }, + "scripts": { + "publish": "lerna publish from-package", + "lint": "eslint . --ext .js,.jsx,.ts,.tsx", + "clean": "lerna run clean", + "check-types": "lerna run check-types", + "build": "lerna run build", + "watch": "lerna run watch", + "check-test-types": "tsc ./packages/common/__tests__/** --noEmit", + "test": "jest ./packages/common/__tests__/" + }, + "dependencies": { + "@zup-it/beagle-web": "1.7.0" + }, + "devDependencies": { + "@types/enzyme": "3.10.5", + "@types/enzyme-adapter-react-16": "1.0.6", + "@types/jest": "25.1.4", + "@types/react": "16.9.23", + "@typescript-eslint/eslint-plugin": "^2.23.0", + "@typescript-eslint/parser": "^2.23.0", + "eslint": "^6.8.0", + "eslint-plugin-import": "^2.20.1", + "eslint-plugin-react": "^7.19.0", + "husky": "^4.2.5", + "jest": "^26.1.0", + "lerna": "^3.22.1", + "nodemon": "^2.0.4", + "ts-jest": "25.2.1", + "tscpaths": "https://github.com/Tiagoperes/tscpaths.git#498769882091cfe6fd8c4067bb50843dc4ca551e", + "typescript": "^3.8.3" + } +} diff --git a/packages/beagle-react-native/package.json b/packages/beagle-react-native/package.json index 67e7558b..8596440a 100644 --- a/packages/beagle-react-native/package.json +++ b/packages/beagle-react-native/package.json @@ -1,43 +1,43 @@ -{ - "name": "@zup-it/beagle-react-native", - "version": "1.6.0", - "main": "beagle-react-native/src/index.js", - "typings": "beagle-react-native/src/index.d.ts", - "license": "Apache-2.0", - "licenses": [ - { - "type": "Apache-2.0", - "url": "http://www.apache.org/licenses/LICENSE-2.0" - } - ], - "private": true, - "scripts": { - "fix-aliases": "node ../../node_modules/tscpaths/cjs -p tsconfig.json -s ../ -o ./dist", - "clean": "rm -fr dist", - "copy-files": "node ../../bin/copy-files", - "build": "yarn clean && tsc --declaration && yarn copy-files && yarn fix-aliases", - "watch": "yarn nodemon --watch src -e ts,tsx --exec yarn build", - "check-types": "tsc --noEmit", - "check-test-types": "tsc ./__tests__/** --noEmit", - "test": "jest" - }, - "dependencies": { - "@zup-it/beagle-web": "1.6.0", - "react-native": "^0.63.2", - "react-native-swiper": "^1.6.0", - "react-native-webview": "^10.8.3" - }, - "peerDependencies": { - "react": ">=16.8.0", - "react-native-webview": "^10.8.3" - }, - "devDependencies": { - "@types/react-native": "^0.63.48", - "react": "16.14.0" - }, - "publishConfig": { - "access": "public", - "registry": "https://registry.npmjs.org", - "directory": "dist" - } -} +{ + "name": "@zup-it/beagle-react-native", + "version": "1.7.0", + "main": "beagle-react-native/src/index.js", + "typings": "beagle-react-native/src/index.d.ts", + "license": "Apache-2.0", + "licenses": [ + { + "type": "Apache-2.0", + "url": "http://www.apache.org/licenses/LICENSE-2.0" + } + ], + "private": true, + "scripts": { + "fix-aliases": "node ../../node_modules/tscpaths/cjs -p tsconfig.json -s ../ -o ./dist", + "clean": "rm -fr dist", + "copy-files": "node ../../bin/copy-files", + "build": "yarn clean && tsc --declaration && yarn copy-files && yarn fix-aliases", + "watch": "yarn nodemon --watch src -e ts,tsx --exec yarn build", + "check-types": "tsc --noEmit", + "check-test-types": "tsc ./__tests__/** --noEmit", + "test": "jest" + }, + "dependencies": { + "@zup-it/beagle-web": "1.7.0", + "react-native": "^0.63.2", + "react-native-swiper": "^1.6.0", + "react-native-webview": "^10.8.3" + }, + "peerDependencies": { + "react": ">=16.8.0", + "react-native-webview": "^10.8.3" + }, + "devDependencies": { + "@types/react-native": "^0.63.48", + "react": "16.14.0" + }, + "publishConfig": { + "access": "public", + "registry": "https://registry.npmjs.org", + "directory": "dist" + } +} diff --git a/packages/beagle-react/package.json b/packages/beagle-react/package.json index 5880cc5b..c50b86fc 100644 --- a/packages/beagle-react/package.json +++ b/packages/beagle-react/package.json @@ -1,54 +1,54 @@ -{ - "name": "@zup-it/beagle-react", - "version": "1.6.0", - "main": "beagle-react/src/index.js", - "typings": "beagle-react/src/index.d.ts", - "license": "Apache-2.0", - "licenses": [ - { - "type": "Apache-2.0", - "url": "http://www.apache.org/licenses/LICENSE-2.0" - } - ], - "private": false, - "scripts": { - "fix-aliases": "node ../../node_modules/tscpaths/cjs -p tsconfig.json -s ../ -o ./dist", - "clean": "rm -fr dist", - "copy-files": "node ./bin/copy-files", - "build": "tsc --declaration && yarn copy-files && yarn fix-aliases", - "watch": "yarn nodemon --watch src -e ts,tsx --exec yarn build", - "check-types": "tsc --noEmit", - "check-test-types": "tsc ./__tests__/** --noEmit", - "test": "jest", - "link-beagle": "cd dist && yarn link && cd ../node_modules/react && yarn link && cd ../react-dom && yarn link && cd ../..", - "unlink-beagle": "cd dist && yarn unlink && cd ../node_modules/react && yarn unlink && cd ../react-dom && yarn unlink && cd ../.." - }, - "dependencies": { - "@zup-it/beagle-web": "1.6.0", - "styled-components": "^5.1.1" - }, - "peerDependencies": { - "react": ">=16.8.0", - "react-dom": ">=16.8.0" - }, - "devDependencies": { - "@types/react-dom": "^16.9.8", - "@types/styled-components": "^5.1.0", - "enzyme": "^3.11.0", - "enzyme-adapter-react-16": "^1.15.4", - "enzyme-to-json": "^3.5.0", - "jest-mock-extended": "^1.0.10", - "jest-styled-components": "^7.0.3", - "react": "16.14.0", - "react-dom": "16.14.0", - "tscpaths": "^0.0.9" - }, - "publishConfig": { - "access": "public", - "registry": "https://registry.npmjs.org", - "directory": "dist" - }, - "bin": { - "beagle": "./cli/init/index.js" - } -} +{ + "name": "@zup-it/beagle-react", + "version": "1.7.0", + "main": "beagle-react/src/index.js", + "typings": "beagle-react/src/index.d.ts", + "license": "Apache-2.0", + "licenses": [ + { + "type": "Apache-2.0", + "url": "http://www.apache.org/licenses/LICENSE-2.0" + } + ], + "private": false, + "scripts": { + "fix-aliases": "node ../../node_modules/tscpaths/cjs -p tsconfig.json -s ../ -o ./dist", + "clean": "rm -fr dist", + "copy-files": "node ./bin/copy-files", + "build": "tsc --declaration && yarn copy-files && yarn fix-aliases", + "watch": "yarn nodemon --watch src -e ts,tsx --exec yarn build", + "check-types": "tsc --noEmit", + "check-test-types": "tsc ./__tests__/** --noEmit", + "test": "jest", + "link-beagle": "cd dist && yarn link && cd ../node_modules/react && yarn link && cd ../react-dom && yarn link && cd ../..", + "unlink-beagle": "cd dist && yarn unlink && cd ../node_modules/react && yarn unlink && cd ../react-dom && yarn unlink && cd ../.." + }, + "dependencies": { + "@zup-it/beagle-web": "1.7.0", + "styled-components": "^5.1.1" + }, + "peerDependencies": { + "react": ">=16.8.0", + "react-dom": ">=16.8.0" + }, + "devDependencies": { + "@types/react-dom": "^16.9.8", + "@types/styled-components": "^5.1.0", + "enzyme": "^3.11.0", + "enzyme-adapter-react-16": "^1.15.4", + "enzyme-to-json": "^3.5.0", + "jest-mock-extended": "^1.0.10", + "jest-styled-components": "^7.0.3", + "react": "16.14.0", + "react-dom": "16.14.0", + "tscpaths": "^0.0.9" + }, + "publishConfig": { + "access": "public", + "registry": "https://registry.npmjs.org", + "directory": "dist" + }, + "bin": { + "beagle": "./cli/init/index.js" + } +}