|
1 | 1 | {
|
2 | 2 | "name": "react-github-calendar",
|
3 |
| - "version": "3.0.4", |
| 3 | + "version": "3.0.5", |
4 | 4 | "description": " A flexible React component to display a GitHub contributions graph",
|
5 | 5 | "author": "Jonathan Gruber <[email protected]>",
|
6 | 6 | "license": "MIT",
|
|
19 | 19 | "start": "rollup -c -w"
|
20 | 20 | },
|
21 | 21 | "dependencies": {
|
| 22 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5", |
22 | 23 | "date-fns": "^2.23.0",
|
23 | 24 | "react-activity-calendar": "^1.3.3",
|
24 | 25 | "tinycolor2": "^1.4.0"
|
25 | 26 | },
|
26 | 27 | "devDependencies": {
|
27 |
| - "@babel/core": "^7.14.8", |
28 |
| - "@babel/preset-env": "^7.14.8", |
| 28 | + "@babel/core": "^7.15.0", |
| 29 | + "@babel/preset-env": "^7.15.0", |
29 | 30 | "@babel/preset-react": "^7.10.1",
|
30 |
| - "@babel/preset-typescript": "^7.10.1", |
31 |
| - "@types/jest": "^26.0.24", |
32 |
| - "@types/react": "^17.0.15", |
| 31 | + "@babel/preset-typescript": "^7.15.0", |
| 32 | + "@types/react": "^17.0.19", |
33 | 33 | "@types/react-dom": "^17.0.9",
|
34 | 34 | "@types/react-tooltip": "^4.2.4",
|
35 | 35 | "@types/tinycolor2": "^1.4.3",
|
36 |
| - "@typescript-eslint/eslint-plugin": "^4.28.5", |
37 |
| - "@typescript-eslint/parser": "^4.28.5", |
| 36 | + "@typescript-eslint/eslint-plugin": "^4.29.3", |
| 37 | + "@typescript-eslint/parser": "^4.29.3", |
38 | 38 | "babel-eslint": "^10.1.0",
|
39 | 39 | "cross-env": "^7.0.2",
|
40 | 40 | "eslint": "^7.32.0",
|
|
45 | 45 | "react": "^17.0.2",
|
46 | 46 | "react-dom": "^17.0.2",
|
47 | 47 | "react-scripts": "^4.0.3",
|
48 |
| - "rollup": "^2.55.1", |
| 48 | + "rollup": "^2.56.3", |
49 | 49 | "rollup-plugin-babel": "^4.4.0",
|
50 | 50 | "rollup-plugin-commonjs": "^10.1.0",
|
51 | 51 | "rollup-plugin-copy": "^3.3.0",
|
52 | 52 | "rollup-plugin-filesize": "^9.0.1",
|
53 | 53 | "rollup-plugin-node-resolve": "^5.2.0",
|
54 | 54 | "rollup-plugin-peer-deps-external": "^2.2.2",
|
55 |
| - "rollup-plugin-postcss": "^4.0.0", |
| 55 | + "rollup-plugin-postcss": "^4.0.1", |
56 | 56 | "rollup-plugin-url": "^3.0.1",
|
57 | 57 | "typescript": "^4.3.5"
|
58 | 58 | },
|
|
0 commit comments