diff --git a/lerna.json b/lerna.json index b96fab9f..e6d60408 100755 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.8.0", + "version": "1.8.1-alpha.0", "npmClient": "npm", "command": { "publish": { diff --git a/package-lock.json b/package-lock.json index 29fe96ff..969b0fc8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54088,7 +54088,7 @@ }, "packages/core": { "name": "@wwnds/core", - "version": "1.8.0", + "version": "1.8.1-alpha.0", "license": "MIT", "dependencies": { "@material/circular-progress": "^14.0.0", @@ -54106,7 +54106,7 @@ }, "packages/react": { "name": "@wwnds/react", - "version": "1.8.0", + "version": "1.8.1-alpha.0", "license": "MIT", "dependencies": { "@material/linear-progress": "^14.0.0", @@ -55019,6 +55019,44 @@ "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz", "integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==" }, + "website/node_modules/@wwnds/core": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@wwnds/core/-/core-1.8.0.tgz", + "integrity": "sha512-dh0y3C2/jJflQWY9K+PXIZD8bUH1XawJuiaTXQJJdvUZyDXFLgOJfdEGMjZ3tbc7A152SnCRgLe7XC6u7MZx9w==", + "dependencies": { + "@material/circular-progress": "^14.0.0", + "@material/linear-progress": "^14.0.0", + "lodash": "^4.17.21" + }, + "peerDependencies": { + "sass": ">=1.33.0" + }, + "peerDependenciesMeta": { + "sass": { + "optional": true + } + } + }, + "website/node_modules/@wwnds/react": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@wwnds/react/-/react-1.8.0.tgz", + "integrity": "sha512-RlrBEJ400PvCJ7I5R1idl/D3uvij98aTrFEdF17n81U75Bz0s/YQbhPRbx++MjWrIlySY74wRWWqSdrdjiwAKQ==", + "dependencies": { + "@material/linear-progress": "^14.0.0", + "@popperjs/core": "^2.11.6", + "@types/react-transition-group": "^4.4.5", + "classnames": "^2.3.2", + "lodash": "^4.17.21", + "react-fast-compare": "^3.2.0", + "react-is": "^17.0.2", + "react-popper": "^2.3.0", + "react-transition-group": "^4.4.5" + }, + "peerDependencies": { + "react": "^16.0.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0" + } + }, "website/node_modules/acorn": { "version": "8.11.3", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", diff --git a/packages/core/package.json b/packages/core/package.json index 4e46e437..2aee1059 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@wwnds/core", - "version": "1.8.0", + "version": "1.8.1-alpha.0", "description": "Vanilla CSS, HTML, and JavaScript implementations of the Norton Design System.", "keywords": [ "component", diff --git a/packages/react/package.json b/packages/react/package.json index e5d6a340..16b3b792 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,65 +1,65 @@ { - "name": "@wwnds/react", - "version": "1.8.0", - "description": "React components for the Norton Design System.", - "keywords": [ - "component", - "components", - "design system", - "react", - "typescript" - ], - "homepage": "https://github.com/wwnorton/design-system", - "bugs": "https://github.com/wwnorton/design-system/issues", - "repository": { - "type": "git", - "url": "https://github.com/wwnorton/design-system", - "directory": "packages/react" - }, - "license": "MIT", - "author": "Evan Yamanishi ", - "contributors": [ - "Gabriel Rumbaut", - "HonChih Chen", - "Darian Trama", - "Anand Patil ", - "Jonathan Chan", - "Wilmer Guevara", - "Juan Rebella", - "Carlos Frias ", - "Ariel Ferro ", - "Lucas Contreras " - ], - "main": "dist/index.js", - "unpkg": "dist/index.umd.js", - "module": "dist/index.module.js", - "source": "src/index.ts", - "types": "dist/index.d.ts", - "files": [ - "dist" - ], - "scripts": { - "build": "npm run build:main & npm run build:umd", - "build:main": "microbundle --jsx React.createElement --jsxFragment React.Fragment --format modern,es,cjs --globals @popperjs/core=Popper,react=React,react-dom=ReactDOM", - "build:umd": "microbundle --jsx React.createElement --jsxFragment React.Fragment --format umd --name NDSReact --external @popperjs/core,react,react-dom --globals @popperjs/core=Popper,react=React,react-dom=ReactDOM" - }, - "dependencies": { - "@material/linear-progress": "^14.0.0", - "@popperjs/core": "^2.11.6", - "@types/react-transition-group": "^4.4.5", - "classnames": "^2.3.2", - "lodash": "^4.17.21", - "react-fast-compare": "^3.2.0", - "react-is": "^17.0.2", - "react-popper": "^2.3.0", - "react-transition-group": "^4.4.5" - }, - "devDependencies": { - "@types/react-is": "^17.0.3", - "react-router-dom": "^6.2.1" - }, - "peerDependencies": { - "react": "^16.0.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0" - } + "name": "@wwnds/react", + "version": "1.8.1-alpha.0", + "description": "React components for the Norton Design System.", + "keywords": [ + "component", + "components", + "design system", + "react", + "typescript" + ], + "homepage": "https://github.com/wwnorton/design-system", + "bugs": "https://github.com/wwnorton/design-system/issues", + "repository": { + "type": "git", + "url": "https://github.com/wwnorton/design-system", + "directory": "packages/react" + }, + "license": "MIT", + "author": "Evan Yamanishi ", + "contributors": [ + "Gabriel Rumbaut", + "HonChih Chen", + "Darian Trama", + "Anand Patil ", + "Jonathan Chan", + "Wilmer Guevara", + "Juan Rebella", + "Carlos Frias ", + "Ariel Ferro ", + "Lucas Contreras " + ], + "main": "dist/index.js", + "unpkg": "dist/index.umd.js", + "module": "dist/index.module.js", + "source": "src/index.ts", + "types": "dist/index.d.ts", + "files": [ + "dist" + ], + "scripts": { + "build": "npm run build:main & npm run build:umd", + "build:main": "microbundle --jsx React.createElement --jsxFragment React.Fragment --format modern,es,cjs --globals @popperjs/core=Popper,react=React,react-dom=ReactDOM", + "build:umd": "microbundle --jsx React.createElement --jsxFragment React.Fragment --format umd --name NDSReact --external @popperjs/core,react,react-dom --globals @popperjs/core=Popper,react=React,react-dom=ReactDOM" + }, + "dependencies": { + "@material/linear-progress": "^14.0.0", + "@popperjs/core": "^2.11.6", + "@types/react-transition-group": "^4.4.5", + "classnames": "^2.3.2", + "lodash": "^4.17.21", + "react-fast-compare": "^3.2.0", + "react-is": "^17.0.2", + "react-popper": "^2.3.0", + "react-transition-group": "^4.4.5" + }, + "devDependencies": { + "@types/react-is": "^17.0.3", + "react-router-dom": "^6.2.1" + }, + "peerDependencies": { + "react": "^16.0.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0" + } }