Skip to content

Commit 2aa4b63

Browse files
authored
chore: update dependencies and use YAML ncurc (#432)
1 parent 6feb2c1 commit 2aa4b63

File tree

5 files changed

+29
-34
lines changed

5 files changed

+29
-34
lines changed

.eslintrc.yml

-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,5 @@ extends:
33
- cheminfo-typescript
44
- cheminfo-typescript/jsdoc
55
- cheminfo-typescript/unicorn
6-
plugins:
7-
- jest
86
rules:
97
'@typescript-eslint/restrict-template-expressions': off
10-
'jest/no-focused-tests': 'error'

.ncurc.json

-3
This file was deleted.

.ncurc.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
reject:
2+
# Package is now ESM-only
3+
- 'image-type'

package.json

+26-28
Original file line numberDiff line numberDiff line change
@@ -55,47 +55,45 @@
5555
"median-quickselect": "^1.0.1",
5656
"ml-affine-transform": "^1.0.3",
5757
"ml-convolution": "^2.0.0",
58-
"ml-matrix": "^6.10.8",
58+
"ml-matrix": "^6.11.0",
5959
"ml-ransac": "^1.0.0",
6060
"ml-regression-multivariate-linear": "^2.0.4",
61-
"ml-spectra-processing": "^12.6.0",
61+
"ml-spectra-processing": "^12.10.2",
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.38.2",
68-
"@tailwindcss/forms": "^0.5.6",
69-
"@types/jest": "^29.5.7",
70-
"@types/jest-image-snapshot": "^6.2.2",
71-
"@types/js-priority-queue": "^0.0.8",
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",
79-
"clsx": "^2.0.0",
67+
"@microsoft/api-extractor": "^7.40.1",
68+
"@tailwindcss/forms": "^0.5.7",
69+
"@types/jest": "^29.5.12",
70+
"@types/jest-image-snapshot": "^6.4.0",
71+
"@types/js-priority-queue": "^0.0.9",
72+
"@types/node": "^20.11.17",
73+
"@types/picomatch": "^2.3.3",
74+
"@types/react": "^18.2.55",
75+
"@types/react-dom": "^18.2.19",
76+
"@types/robust-point-in-polygon": "^1.0.4",
77+
"@vitejs/plugin-react": "^4.2.1",
78+
"autoprefixer": "^10.4.17",
79+
"clsx": "^2.1.0",
8080
"cross-env": "^7.0.3",
81-
"eslint": "^8.55.0",
82-
"eslint-config-cheminfo-react": "^10.0.0",
83-
"eslint-config-cheminfo-typescript": "^12.0.4",
84-
"eslint-plugin-import": "^2.29.0",
85-
"eslint-plugin-jest": "^27.6.0",
81+
"eslint": "^8.56.0",
82+
"eslint-config-cheminfo-react": "^10.1.0",
83+
"eslint-config-cheminfo-typescript": "^12.2.0",
8684
"immer": "^10.0.3",
8785
"jest": "^29.7.0",
88-
"jest-image-snapshot": "^6.2.0",
86+
"jest-image-snapshot": "^6.4.0",
8987
"jest-matcher-deep-close-to": "^3.0.2",
90-
"postcss": "^8.4.31",
91-
"prettier": "^3.1.0",
88+
"postcss": "^8.4.35",
89+
"prettier": "^3.2.5",
9290
"react": "^18.2.0",
9391
"react-dom": "^18.2.0",
94-
"react-router-dom": "^6.18.0",
92+
"react-router-dom": "^6.22.0",
9593
"rimraf": "^5.0.5",
96-
"tailwindcss": "^3.3.5",
97-
"ts-jest": "^29.1.1",
98-
"typescript": "~5.2.2",
99-
"vite": "^4.5.0"
94+
"tailwindcss": "^3.4.1",
95+
"ts-jest": "^29.1.2",
96+
"typescript": "~5.3.3",
97+
"vite": "^5.1.1"
10098
}
10199
}
File renamed without changes.

0 commit comments

Comments
 (0)