@pluralsight/react-utils
Advanced tools
Comparing version 0.0.0 to 0.1.0-alpha-19a4ec
{ | ||
"name": "@pluralsight/react-utils", | ||
"version": "0.0.0", | ||
"version": "0.1.0-alpha-19a4ec", | ||
"description": "A set of React custom hooks for Pluralsight.", | ||
@@ -10,6 +10,5 @@ "main": "build/index.js", | ||
".": { | ||
"import": "build/wrapper.js", | ||
"require": "build/index.js" | ||
}, | ||
"./types": "build/types.d.ts" | ||
"import": "./build/wrapper.js", | ||
"require": "./build/index.js" | ||
} | ||
}, | ||
@@ -25,3 +24,3 @@ "files": [ | ||
"build": "yarn build:common && yarn build:es", | ||
"build:common": "tsc --project tsconfig.cjs.json", | ||
"build:common": "tsc --project tsconfig.build.json", | ||
"build:es": "yarn build:wrapper && yarn rename:wrapper && yarn copy:es", | ||
@@ -31,15 +30,24 @@ "build:wrapper": "renamer --path-element name src/index.ts --find 'index' --replace 'wrapper'", | ||
"rename:wrapper": "renamer --path-element ext src/wrapper.ts --find '.ts' --replace '.js'", | ||
"lint:ts": "tsc --project tsconfig.json", | ||
"test": "echo \"'yarn test' should be run from root directory.\" && exit 1" | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.3.1" | ||
"tslib": "latest" | ||
}, | ||
"devDependencies": { | ||
"@testing-library/dom": "^8.17.1", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^13.3.0", | ||
"@testing-library/user-event": "^14.4.3", | ||
"@types/copyfiles": "^2", | ||
"@types/jest": "^27.4.1", | ||
"@types/jest": "^28.1.6", | ||
"@types/react": "^17.0.40", | ||
"@types/react-dom": "^18", | ||
"@types/testing-library__jest-dom": "^5", | ||
"copyfiles": "^2.4.1", | ||
"identity-obj-proxy": "^3.0.0", | ||
"react": "latest", | ||
"typescript": "4.4.4" | ||
"react-dom": "latest", | ||
"renamer": "^4.0.0", | ||
"typescript": "4.7.4" | ||
}, | ||
@@ -75,2 +83,2 @@ "peerDependencies": { | ||
"packageManager": "yarn@3.2.1" | ||
} | ||
} |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
6480
9
94
0
15
Updatedtslib@latest