Skip to content
This repository was archived by the owner on Jul 26, 2025. It is now read-only.

Commit 142040f

Browse files
authored
chore: update dependencies (#404)
1 parent 09e739b commit 142040f

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -55,47 +55,47 @@
5555
"median-quickselect": "^1.0.1",
5656
"ml-affine-transform": "^1.0.3",
5757
"ml-convolution": "^2.0.0",
58-
"ml-matrix": "^6.10.4",
58+
"ml-matrix": "^6.10.8",
5959
"ml-ransac": "^1.0.0",
6060
"ml-regression-multivariate-linear": "^2.0.4",
61-
"ml-spectra-processing": "^12.5.0",
61+
"ml-spectra-processing": "^12.6.0",
6262
"robust-point-in-polygon": "^1.0.3",
6363
"ssim.js": "^3.5.0",
6464
"tiff": "^5.0.3"
6565
},
6666
"devDependencies": {
67-
"@microsoft/api-extractor": "^7.36.3",
68-
"@tailwindcss/forms": "^0.5.4",
69-
"@types/jest": "^29.5.3",
70-
"@types/js-priority-queue": "^0.0.6",
71-
"@types/jest-image-snapshot": "^6.2.0",
72-
"@types/node": "^20.4.8",
73-
"@types/picomatch": "^2.3.0",
74-
"@types/react": "^18.2.18",
75-
"@types/react-dom": "^18.2.7",
76-
"@types/robust-point-in-polygon": "^1.0.2",
77-
"@vitejs/plugin-react": "^4.0.4",
78-
"autoprefixer": "^10.4.14",
67+
"@microsoft/api-extractor": "^7.38.2",
68+
"@tailwindcss/forms": "^0.5.6",
69+
"@types/jest": "^29.5.7",
70+
"@types/js-priority-queue": "^0.0.8",
71+
"@types/jest-image-snapshot": "^6.2.2",
72+
"@types/node": "^20.8.10",
73+
"@types/picomatch": "^2.3.2",
74+
"@types/react": "^18.2.34",
75+
"@types/react-dom": "^18.2.14",
76+
"@types/robust-point-in-polygon": "^1.0.3",
77+
"@vitejs/plugin-react": "^4.1.1",
78+
"autoprefixer": "^10.4.16",
7979
"clsx": "^2.0.0",
8080
"cross-env": "^7.0.3",
81-
"eslint": "^8.46.0",
81+
"eslint": "^8.53.0",
8282
"eslint-config-cheminfo-react": "^10.0.0",
8383
"eslint-config-cheminfo-typescript": "^12.0.4",
84-
"eslint-plugin-import": "^2.28.0",
85-
"eslint-plugin-jest": "^27.2.3",
86-
"immer": "^10.0.2",
87-
"jest": "^29.6.2",
84+
"eslint-plugin-import": "^2.29.0",
85+
"eslint-plugin-jest": "^27.6.0",
86+
"immer": "^10.0.3",
87+
"jest": "^29.7.0",
8888
"jest-image-snapshot": "^6.2.0",
8989
"jest-matcher-deep-close-to": "^3.0.2",
90-
"postcss": "^8.4.27",
91-
"prettier": "^3.0.1",
90+
"postcss": "^8.4.31",
91+
"prettier": "^3.0.3",
9292
"react": "^18.2.0",
9393
"react-dom": "^18.2.0",
94-
"react-router-dom": "^6.14.2",
95-
"rimraf": "^5.0.1",
96-
"tailwindcss": "^3.3.3",
94+
"react-router-dom": "^6.18.0",
95+
"rimraf": "^5.0.5",
96+
"tailwindcss": "^3.3.5",
9797
"ts-jest": "^29.1.1",
98-
"typescript": "~5.1.6",
99-
"vite": "^4.4.9"
98+
"typescript": "~5.2.2",
99+
"vite": "^4.5.0"
100100
}
101101
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"noImplicitReturns": true,
44
"esModuleInterop": true,
5-
"moduleResolution": "node16",
5+
"moduleResolution": "node",
66
"outDir": "lib",
77
"sourceMap": true,
88
"strict": true,

0 commit comments

Comments
 (0)