|
65 | 65 | "@rollup/plugin-commonjs": "^25.0.7",
|
66 | 66 | "@rollup/plugin-node-resolve": "^15.2.3",
|
67 | 67 | "@rollup/plugin-replace": "^5.0.5",
|
68 |
| - "@rollup/plugin-typescript": "^11.1.5", |
| 68 | + "@rollup/plugin-typescript": "^11.1.6", |
69 | 69 | "@types/jest": "^29.5.11",
|
70 |
| - "@types/jest-image-snapshot": "^6.3.0", |
71 |
| - "@types/node": "^20.10.4", |
| 70 | + "@types/jest-image-snapshot": "^6.4.0", |
| 71 | + "@types/node": "^20.11.5", |
72 | 72 | "@types/seedrandom": "^3.0.8",
|
73 |
| - "@typescript-eslint/eslint-plugin": "^6.13.2", |
74 |
| - "@typescript-eslint/parser": "^6.13.2", |
| 73 | + "@typescript-eslint/eslint-plugin": "^6.19.0", |
| 74 | + "@typescript-eslint/parser": "^6.19.0", |
75 | 75 | "@yarnpkg/pnpify": "^4.0.1",
|
76 | 76 | "@yarnpkg/sdks": "^3.1.0",
|
77 | 77 | "canvas": "^2.11.2",
|
78 | 78 | "canvas-5-polyfill": "^0.1.5",
|
79 | 79 | "chart.js": "^4.4.1",
|
80 | 80 | "chartjs-plugin-datalabels": "^2.2.0",
|
81 |
| - "eslint": "^8.55.0", |
| 81 | + "eslint": "^8.56.0", |
82 | 82 | "eslint-config-airbnb-typescript": "^17.1.0",
|
83 | 83 | "eslint-config-prettier": "^9.1.0",
|
84 | 84 | "eslint-config-react-app": "^7.0.1",
|
85 | 85 | "eslint-plugin-flowtype": "^8.0.3",
|
86 |
| - "eslint-plugin-import": "^2.29.0", |
| 86 | + "eslint-plugin-import": "^2.29.1", |
87 | 87 | "eslint-plugin-jsx-a11y": "^6.8.0",
|
88 |
| - "eslint-plugin-prettier": "^5.0.1", |
| 88 | + "eslint-plugin-prettier": "^5.1.3", |
89 | 89 | "eslint-plugin-react": "^7.33.2",
|
90 | 90 | "eslint-plugin-react-hooks": "^4.6.0",
|
91 | 91 | "jest": "^29.7.0",
|
92 | 92 | "jest-environment-jsdom": "^29.7.0",
|
93 |
| - "jest-image-snapshot": "^6.3.0", |
94 |
| - "prettier": "^3.1.0", |
| 93 | + "jest-image-snapshot": "^6.4.0", |
| 94 | + "prettier": "^3.2.4", |
95 | 95 | "rimraf": "^5.0.5",
|
96 |
| - "rollup": "^4.7.0", |
| 96 | + "rollup": "^4.9.6", |
97 | 97 | "rollup-plugin-cleanup": "^3.2.1",
|
98 | 98 | "rollup-plugin-dts": "^6.1.0",
|
99 | 99 | "seedrandom": "^3.0.5",
|
100 | 100 | "ts-jest": "^29.1.1",
|
101 | 101 | "tslib": "^2.6.2",
|
102 |
| - "typedoc": "^0.25.4", |
| 102 | + "typedoc": "^0.25.7", |
103 | 103 | "typedoc-plugin-markdown": "^4.0.0-next.16",
|
104 |
| - "typedoc-vitepress-theme": "^1.0.0-next.3", |
| 104 | + "typedoc-vitepress-theme": "^1.0.0-next.7", |
105 | 105 | "typescript": "^5.3.3",
|
106 | 106 | "us-atlas": "^3.0.1",
|
107 |
| - "vitepress": "^1.0.0-rc.31", |
108 |
| - "vue": "^3.3.11", |
109 |
| - "vue-chartjs": "^5.2.0", |
| 107 | + "vitepress": "^1.0.0-rc.39", |
| 108 | + "vue": "^3.4.15", |
| 109 | + "vue-chartjs": "^5.3.0", |
110 | 110 | "world-atlas": "^2.0.2"
|
111 | 111 | },
|
112 | 112 | "resolutions": {
|
113 | 113 | "@typescript-eslint/eslint-plugin": "^6.7.0",
|
114 |
| - "@typescript-eslint/parser": "^6.7.0" |
| 114 | + "@typescript-eslint/parser": "^6.19.0" |
115 | 115 | },
|
116 | 116 | "scripts": {
|
117 | 117 | "clean": "rimraf --glob build node_modules \"*.tgz\" \"*.tsbuildinfo\"",
|
|
0 commit comments