Skip to content

Commit

Permalink
v1.8.1-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cafrias committed Jun 18, 2024
1 parent 6b5b5ec commit 3a6f491
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 67 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.8.0",
"version": "1.8.1-alpha.0",
"npmClient": "npm",
"command": {
"publish": {
Expand Down
42 changes: 40 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
126 changes: 63 additions & 63 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"contributors": [
"Gabriel Rumbaut",
"HonChih Chen",
"Darian Trama",
"Anand Patil <[email protected]>",
"Jonathan Chan",
"Wilmer Guevara",
"Juan Rebella",
"Carlos Frias <[email protected]>",
"Ariel Ferro <[email protected]>",
"Lucas Contreras <[email protected]>"
],
"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 <[email protected]>",
"contributors": [
"Gabriel Rumbaut",
"HonChih Chen",
"Darian Trama",
"Anand Patil <[email protected]>",
"Jonathan Chan",
"Wilmer Guevara",
"Juan Rebella",
"Carlos Frias <[email protected]>",
"Ariel Ferro <[email protected]>",
"Lucas Contreras <[email protected]>"
],
"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"
}
}

0 comments on commit 3a6f491

Please sign in to comment.