Skip to content

Commit

Permalink
v0.82.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed May 1, 2023
1 parent 6850f63 commit 579fc01
Show file tree
Hide file tree
Showing 44 changed files with 36,152 additions and 27,562 deletions.
92 changes: 46 additions & 46 deletions api/package.json
@@ -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"
}
}
128 changes: 64 additions & 64 deletions cypress/package.json
@@ -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"
]
}
}
11 changes: 4 additions & 7 deletions lerna.json
@@ -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
}
90 changes: 45 additions & 45 deletions packages/annotations/package.json
@@ -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"
}
}

1 comment on commit 579fc01

@vercel
Copy link

@vercel vercel bot commented on 579fc01 May 1, 2023

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

Please sign in to comment.