@pluralsight/react
Advanced tools
Comparing version 0.4.1-experimental-3150cb-20230501 to 0.4.1-experimental-66407f-20230502
{ | ||
"name": "@pluralsight/react", | ||
"version": "0.4.1-experimental-3150cb-20230501", | ||
"version": "0.4.1-experimental-66407f-20230502", | ||
"description": "A React component library for Pando.", | ||
@@ -41,2 +41,3 @@ "main": "npm/node/index.js", | ||
"compile:types": "tsc --project tsconfig.build.json", | ||
"lint:js": "eslint --max-warnings 0 \"./**/*.@(ts|tsx)\"", | ||
"lint:ts": "tsc --project tsconfig.json --noEmit", | ||
@@ -65,2 +66,3 @@ "test": "echo \"'yarn test' should be run from root directory.\" && exit 1" | ||
"@types/babel__preset-env": "latest", | ||
"@types/eslint": "^8", | ||
"@types/jest": "^29.2.5", | ||
@@ -71,2 +73,12 @@ "@types/node": "^18.11.18", | ||
"@types/testing-library__jest-dom": "^5", | ||
"@typescript-eslint/eslint-plugin": "^5.59.2", | ||
"@typescript-eslint/parser": "^5.59.2", | ||
"eslint": "^8.39.0", | ||
"eslint-plugin-jest": "^27.2.1", | ||
"eslint-plugin-jest-dom": "^4.0.3", | ||
"eslint-plugin-jsx-a11y": "^6.7.1", | ||
"eslint-plugin-react": "^7.32.2", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-sonarjs": "^0.19.0", | ||
"eslint-plugin-testing-library": "^5.10.3", | ||
"identity-obj-proxy": "^3.0.0", | ||
@@ -73,0 +85,0 @@ "react": "18.2.0", |
7309
38
14