@pluralsight/react
Advanced tools
Comparing version 0.4.1-experimental-e3c31c-20230428 to 0.4.1-next-19aa37
@@ -1,2 +0,2 @@ | ||
export { itWorks as unsafe_itWorks } from './src/index.js'; | ||
export { Admonition as unsafe_Admonition, AdmonitionHeading as unsafe_AdmonitionHeading, AdmonitionText as unsafe_AdmonitionText } from './src/components/Admonition.js'; | ||
//# sourceMappingURL=index.js.map |
@@ -5,7 +5,9 @@ 'use strict'; | ||
const index = require('./src/index.js'); | ||
const Admonition = require('./src/components/Admonition.js'); | ||
exports.unsafe_itWorks = index.itWorks; | ||
exports.unsafe_Admonition = Admonition.Admonition; | ||
exports.unsafe_AdmonitionHeading = Admonition.AdmonitionHeading; | ||
exports.unsafe_AdmonitionText = Admonition.AdmonitionText; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@pluralsight/react", | ||
"version": "0.4.1-experimental-e3c31c-20230428", | ||
"version": "0.4.1-next-19aa37", | ||
"description": "A React component library for Pando.", | ||
"main": "npm/node/index.js", | ||
"module": "npm/browser/index.js", | ||
"types": "npm/types/index.d.ts", | ||
"types": "npm/types/src/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./npm/browser/index.js", | ||
"require": "./npm/node/index.js" | ||
"require": "./npm/node/index.js", | ||
"types": "./npm/types/src/index.d.ts" | ||
}, | ||
"./types": { | ||
"types": "./npm/types/types.d.ts" | ||
"types": "./npm/types/src/types.d.ts" | ||
}, | ||
"./dev": { | ||
"import": "./src/index.ts", | ||
"types": "./src/types/src/index.d.ts" | ||
} | ||
@@ -20,3 +25,3 @@ }, | ||
"types": [ | ||
"npm/types/types.d.ts" | ||
"npm/types/src/types.d.ts" | ||
] | ||
@@ -29,5 +34,3 @@ } | ||
"sideEffects": false, | ||
"workspaces": [ | ||
"sandbox" | ||
], | ||
"browserslist": "> 0.25%, not dead", | ||
"scripts": { | ||
@@ -45,2 +48,3 @@ "build": "yarn clean && yarn compile:types && yarn bundle && yarn clean:allUnused", | ||
"compile:types": "tsc --project tsconfig.build.json", | ||
"lint:js": "eslint --max-warnings 0 \"./**/*.@(ts|tsx)\"", | ||
"lint:ts": "tsc --project tsconfig.json --noEmit", | ||
@@ -50,13 +54,14 @@ "test": "echo \"'yarn test' should be run from root directory.\" && exit 1" | ||
"dependencies": { | ||
"@pluralsight/headless-styles": "0.4.1-next-ca5e08", | ||
"@pluralsight/icons": "0.4.1-next-ca5e08", | ||
"tslib": "latest" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "latest", | ||
"@babel/plugin-transform-runtime": "^7.19.6", | ||
"@babel/preset-env": "latest", | ||
"@babel/preset-react": "latest", | ||
"@babel/preset-typescript": "latest", | ||
"@babel/core": "^7.21.5", | ||
"@babel/preset-env": "^7.21.5", | ||
"@babel/preset-react": "^7.18.6", | ||
"@babel/preset-typescript": "^7.21.5", | ||
"@babel/runtime": "^7.20.13", | ||
"@rollup/plugin-alias": "^4.0.0", | ||
"@rollup/plugin-babel": "^6.0.0", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"@rollup/plugin-commonjs": "^23.0.0", | ||
@@ -70,4 +75,4 @@ "@rollup/plugin-node-resolve": "^15.0.0", | ||
"@types/babel__core": "latest", | ||
"@types/babel__plugin-transform-runtime": "^7", | ||
"@types/babel__preset-env": "latest", | ||
"@types/eslint": "^8", | ||
"@types/jest": "^29.2.5", | ||
@@ -78,2 +83,14 @@ "@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-import-resolver-typescript": "^3.5.5", | ||
"eslint-plugin-import": "^2.27.5", | ||
"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", | ||
@@ -80,0 +97,0 @@ "react": "18.2.0", |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
152635
18
344
5
40
1
+ Added@pluralsight/headless-styles@0.4.1-next-ca5e08(transitive)
+ Added@pluralsight/icons@0.4.1-next-ca5e08(transitive)