Skip to content

Commit 4be280b

Browse files
committedDec 29, 2021
feat(bump): migrate @nivo/bump to TypeScript
1 parent fe2652f commit 4be280b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+2272
-1790
lines changed
 
File renamed without changes.

‎packages/bump/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,18 @@
2222
],
2323
"main": "./dist/nivo-bump.cjs.js",
2424
"module": "./dist/nivo-bump.es.js",
25-
"typings": "./index.d.ts",
25+
"typings": "./dist/types/index.d.ts",
2626
"files": [
2727
"README.md",
2828
"LICENSE.md",
29-
"index.d.ts",
30-
"dist/"
29+
"dist/",
30+
"!dist/tsconfig.tsbuildinfo"
3131
],
3232
"dependencies": {
3333
"@nivo/axes": "0.75.0",
3434
"@nivo/colors": "0.75.0",
3535
"@nivo/legends": "0.75.0",
36+
"@nivo/scales": "0.75.0",
3637
"@nivo/tooltip": "0.75.0",
3738
"@react-spring/web": "9.3.1",
3839
"d3-shape": "^1.3.5"
@@ -42,7 +43,6 @@
4243
},
4344
"peerDependencies": {
4445
"@nivo/core": "0.75.0",
45-
"prop-types": ">= 15.5.10 < 16.0.0",
4646
"react": ">= 16.14.0 < 18.0.0"
4747
},
4848
"publishConfig": {

0 commit comments

Comments
 (0)
Please sign in to comment.