-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
44 changed files
with
36,152 additions
and
27,562 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,49 @@ | ||
{ | ||
"name": "@nivo/api", | ||
"version": "0.81.0", | ||
"private": true, | ||
"description": "Rendering API for nivo dataviz React/d3 components", | ||
"main": "src/app.js", | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/plouc/nivo/blob/master/LICENSE.md" | ||
"name": "@nivo/api", | ||
"version": "0.82.0", | ||
"private": true, | ||
"description": "Rendering API for nivo dataviz React/d3 components", | ||
"main": "src/app.js", | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/plouc/nivo/blob/master/LICENSE.md" | ||
} | ||
], | ||
"author": { | ||
"name": "Raphaël Benitte", | ||
"url": "https://github.com/plouc" | ||
}, | ||
"engineStrict": true, | ||
"engines": { | ||
"node": ">=16" | ||
}, | ||
"devDependencies": { | ||
"nodemon": "^2.0.22" | ||
}, | ||
"dependencies": { | ||
"@nivo/express": "workspace:*", | ||
"@types/body-parser": "^1.19.2", | ||
"@types/cors": "^2.8.12", | ||
"@types/express": "^4.17.13", | ||
"@types/node": "^16.11.12", | ||
"body-parser": "^1.17.2", | ||
"compression": "^1.7.0", | ||
"cors": "2.8.5", | ||
"express": "4.17.3", | ||
"express-winston": "4.2.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"ts-node": "^10.4.0", | ||
"typescript": "^4.5.4", | ||
"winston": "3.3.3" | ||
}, | ||
"scripts": { | ||
"start": "yarn build && node app.js", | ||
"dev": "nodemon app.ts", | ||
"build": "tsc" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
], | ||
"author": { | ||
"name": "Raphaël Benitte", | ||
"url": "https://github.com/plouc" | ||
}, | ||
"engineStrict": true, | ||
"engines": { | ||
"node": ">=16" | ||
}, | ||
"devDependencies": { | ||
"nodemon": "^2.0.22" | ||
}, | ||
"dependencies": { | ||
"@nivo/express": "workspace:*", | ||
"@types/body-parser": "^1.19.2", | ||
"@types/cors": "^2.8.12", | ||
"@types/express": "^4.17.13", | ||
"@types/node": "^16.11.12", | ||
"body-parser": "^1.17.2", | ||
"compression": "^1.7.0", | ||
"cors": "2.8.5", | ||
"express": "4.17.3", | ||
"express-winston": "4.2.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"ts-node": "^10.4.0", | ||
"typescript": "^4.5.4", | ||
"winston": "3.3.3" | ||
}, | ||
"scripts": { | ||
"start": "yarn build && node app.js", | ||
"dev": "nodemon app.ts", | ||
"build": "tsc" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,66 +1,66 @@ | ||
{ | ||
"name": "nivo-e2e", | ||
"version": "0.81.0", | ||
"private": true, | ||
"description": "nivo end-to-end tests", | ||
"dependencies": { | ||
"@nivo/arcs": "workspace:*", | ||
"@nivo/axes": "workspace:*", | ||
"@nivo/bar": "workspace:*", | ||
"@nivo/boxplot": "workspace:*", | ||
"@nivo/bullet": "workspace:*", | ||
"@nivo/bump": "workspace:*", | ||
"@nivo/calendar": "workspace:*", | ||
"@nivo/chord": "workspace:*", | ||
"@nivo/circle-packing": "workspace:*", | ||
"@nivo/colors": "workspace:*", | ||
"@nivo/core": "workspace:*", | ||
"@nivo/funnel": "workspace:*", | ||
"@nivo/generators": "workspace:*", | ||
"@nivo/geo": "workspace:*", | ||
"@nivo/heatmap": "workspace:*", | ||
"@nivo/legends": "workspace:*", | ||
"@nivo/line": "workspace:*", | ||
"@nivo/marimekko": "workspace:*", | ||
"@nivo/network": "workspace:*", | ||
"@nivo/parallel-coordinates": "workspace:*", | ||
"@nivo/pie": "workspace:*", | ||
"@nivo/radar": "workspace:*", | ||
"@nivo/radial-bar": "workspace:*", | ||
"@nivo/sankey": "workspace:*", | ||
"@nivo/scales": "workspace:*", | ||
"@nivo/scatterplot": "workspace:*", | ||
"@nivo/stream": "workspace:*", | ||
"@nivo/sunburst": "workspace:*", | ||
"@nivo/swarmplot": "workspace:*", | ||
"@nivo/treemap": "workspace:*", | ||
"@nivo/voronoi": "workspace:*", | ||
"@nivo/waffle": "workspace:*" | ||
}, | ||
"scripts": { | ||
"open": "cypress open", | ||
"test": "cypress run --component" | ||
}, | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"devDependencies": { | ||
"cypress": "^12.11.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-scripts": "^5.0.1", | ||
"typescript": "^4.9.5" | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
} | ||
"name": "nivo-e2e", | ||
"version": "0.82.0", | ||
"private": true, | ||
"description": "nivo end-to-end tests", | ||
"dependencies": { | ||
"@nivo/arcs": "workspace:*", | ||
"@nivo/axes": "workspace:*", | ||
"@nivo/bar": "workspace:*", | ||
"@nivo/boxplot": "workspace:*", | ||
"@nivo/bullet": "workspace:*", | ||
"@nivo/bump": "workspace:*", | ||
"@nivo/calendar": "workspace:*", | ||
"@nivo/chord": "workspace:*", | ||
"@nivo/circle-packing": "workspace:*", | ||
"@nivo/colors": "workspace:*", | ||
"@nivo/core": "workspace:*", | ||
"@nivo/funnel": "workspace:*", | ||
"@nivo/generators": "workspace:*", | ||
"@nivo/geo": "workspace:*", | ||
"@nivo/heatmap": "workspace:*", | ||
"@nivo/legends": "workspace:*", | ||
"@nivo/line": "workspace:*", | ||
"@nivo/marimekko": "workspace:*", | ||
"@nivo/network": "workspace:*", | ||
"@nivo/parallel-coordinates": "workspace:*", | ||
"@nivo/pie": "workspace:*", | ||
"@nivo/radar": "workspace:*", | ||
"@nivo/radial-bar": "workspace:*", | ||
"@nivo/sankey": "workspace:*", | ||
"@nivo/scales": "workspace:*", | ||
"@nivo/scatterplot": "workspace:*", | ||
"@nivo/stream": "workspace:*", | ||
"@nivo/sunburst": "workspace:*", | ||
"@nivo/swarmplot": "workspace:*", | ||
"@nivo/treemap": "workspace:*", | ||
"@nivo/voronoi": "workspace:*", | ||
"@nivo/waffle": "workspace:*" | ||
}, | ||
"scripts": { | ||
"open": "cypress open", | ||
"test": "cypress run --component" | ||
}, | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"devDependencies": { | ||
"cypress": "^12.11.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-scripts": "^5.0.1", | ||
"typescript": "^4.9.5" | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
{ | ||
"packages": [ | ||
"packages/*", | ||
"api" | ||
], | ||
"version": "0.81.0", | ||
"npmClient": "pnpm", | ||
"useWorkspaces": true | ||
"packages": ["packages/*", "api"], | ||
"version": "0.82.0", | ||
"npmClient": "pnpm", | ||
"useWorkspaces": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,47 @@ | ||
{ | ||
"name": "@nivo/annotations", | ||
"version": "0.81.0", | ||
"license": "MIT", | ||
"author": { | ||
"name": "Raphaël Benitte", | ||
"url": "https://github.com/plouc" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/plouc/nivo.git", | ||
"directory": "packages/annotations" | ||
}, | ||
"keywords": [ | ||
"nivo", | ||
"dataviz", | ||
"react", | ||
"charts", | ||
"annotations" | ||
], | ||
"main": "./dist/nivo-annotations.cjs.js", | ||
"module": "./dist/nivo-annotations.es.js", | ||
"types": "./dist/types/index.d.ts", | ||
"files": [ | ||
"README.md", | ||
"LICENSE.md", | ||
"dist/", | ||
"!dist/tsconfig.tsbuildinfo" | ||
], | ||
"dependencies": { | ||
"@nivo/colors": "workspace:*", | ||
"@react-spring/web": "9.4.5 || ^9.7.2", | ||
"lodash": "^4.17.21", | ||
"@types/prop-types": "^15.7.2", | ||
"prop-types": "^15.7.2" | ||
}, | ||
"devDependencies": { | ||
"@nivo/core": "workspace:*" | ||
}, | ||
"peerDependencies": { | ||
"@nivo/core": "workspace:*", | ||
"react": ">= 16.14.0 < 19.0.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
"name": "@nivo/annotations", | ||
"version": "0.82.0", | ||
"license": "MIT", | ||
"author": { | ||
"name": "Raphaël Benitte", | ||
"url": "https://github.com/plouc" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/plouc/nivo.git", | ||
"directory": "packages/annotations" | ||
}, | ||
"keywords": [ | ||
"nivo", | ||
"dataviz", | ||
"react", | ||
"charts", | ||
"annotations" | ||
], | ||
"main": "./dist/nivo-annotations.cjs.js", | ||
"module": "./dist/nivo-annotations.es.js", | ||
"types": "./dist/types/index.d.ts", | ||
"files": [ | ||
"README.md", | ||
"LICENSE.md", | ||
"dist/", | ||
"!dist/tsconfig.tsbuildinfo" | ||
], | ||
"dependencies": { | ||
"@nivo/colors": "workspace:*", | ||
"@react-spring/web": "9.4.5 || ^9.7.2", | ||
"@types/prop-types": "^15.7.2", | ||
"lodash": "^4.17.21", | ||
"prop-types": "^15.7.2" | ||
}, | ||
"devDependencies": { | ||
"@nivo/core": "workspace:*" | ||
}, | ||
"peerDependencies": { | ||
"@nivo/core": "workspace:*", | ||
"react": ">= 16.14.0 < 19.0.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
Oops, something went wrong.
579fc01
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
nivo – ./
nivo-git-master-plouc.vercel.app
www.nivo.rocks
nivo.vercel.app
nivo-plouc.vercel.app
nivo.rocks