|
65 | 65 | "@rollup/plugin-commonjs": "^22.0.0", |
66 | 66 | "@rollup/plugin-node-resolve": "^13.3.0", |
67 | 67 | "@rollup/plugin-replace": "^4.0.0", |
68 | | - "@rollup/plugin-typescript": "^8.3.2", |
69 | | - "@types/jest": "^27.5.1", |
| 68 | + "@rollup/plugin-typescript": "^8.3.3", |
| 69 | + "@types/jest": "^28.1.1", |
70 | 70 | "@types/jest-image-snapshot": "^4.3.1", |
71 | | - "@types/node": "^17.0.36", |
72 | | - "@typescript-eslint/eslint-plugin": "^5.26.0", |
73 | | - "@typescript-eslint/parser": "^5.26.0", |
| 71 | + "@types/node": "^17.0.42", |
| 72 | + "@typescript-eslint/eslint-plugin": "^5.27.1", |
| 73 | + "@typescript-eslint/parser": "^5.27.1", |
74 | 74 | "@yarnpkg/sdks": "^2.6.2", |
75 | 75 | "canvas": "^2.9.1", |
76 | 76 | "canvas-5-polyfill": "^0.1.5", |
77 | 77 | "chart.js": "^3.8.0", |
78 | | - "eslint": "^8.16.0", |
| 78 | + "eslint": "^8.17.0", |
79 | 79 | "eslint-config-airbnb-typescript": "^17.0.0", |
80 | 80 | "eslint-config-prettier": "^8.5.0", |
81 | 81 | "eslint-config-react-app": "^7.0.1", |
|
85 | 85 | "eslint-plugin-prettier": "^4.0.0", |
86 | 86 | "eslint-plugin-react": "^7.30.0", |
87 | 87 | "eslint-plugin-react-hooks": "^4.5.0", |
88 | | - "jest": "^28.1.0", |
89 | | - "jest-environment-jsdom": "^28.1.0", |
90 | | - "jest-image-snapshot": "^4.5.1", |
| 88 | + "jest": "^28.1.1", |
| 89 | + "jest-environment-jsdom": "^28.1.1", |
| 90 | + "jest-image-snapshot": "^5.1.0", |
91 | 91 | "prettier": "^2.6.2", |
92 | 92 | "rimraf": "^3.0.2", |
93 | | - "rollup": "~2.74.1", |
| 93 | + "rollup": "~2.75.6", |
94 | 94 | "rollup-plugin-cleanup": "^3.2.1", |
95 | 95 | "rollup-plugin-dts": "^4.2.2", |
96 | | - "ts-jest": "^28.0.3", |
| 96 | + "ts-jest": "^28.0.4", |
97 | 97 | "tslib": "^2.4.0", |
98 | | - "typedoc": "^0.22.15", |
99 | | - "typescript": "^4.7.2" |
| 98 | + "typedoc": "^0.22.17", |
| 99 | + "typescript": "^4.7.3" |
100 | 100 | }, |
101 | 101 | "scripts": { |
102 | 102 | "clean": "rimraf build docs node_modules \"*.tgz\" \"*.tsbuildinfo\"", |
|
0 commit comments