|
5 | 5 | "repository": "https://github.com/stscoundrel/old-danish-dictionary.git", |
6 | 6 | "author": "stscoundrel <silvennoinen.sampo@gmail.com>", |
7 | 7 | "license": "MIT", |
8 | | - "private": false, |
9 | 8 | "main": "dist/index.js", |
10 | 9 | "types": "dist/index.d.ts", |
11 | 10 | "files": [ |
|
15 | 14 | "engines": { |
16 | 15 | "node": ">=18.0.0" |
17 | 16 | }, |
18 | | - "dependencies": {}, |
19 | 17 | "devDependencies": { |
20 | | - "@babel/core": "^7.23.9", |
21 | | - "@babel/preset-env": "^7.23.9", |
22 | | - "@babel/preset-typescript": "^7.23.3", |
| 18 | + "@babel/core": "^7.24.6", |
| 19 | + "@babel/preset-env": "^7.24.6", |
| 20 | + "@babel/preset-typescript": "^7.24.6", |
23 | 21 | "@types/jest": "^29.5.12", |
24 | | - "@types/node": "^20.11.19", |
25 | | - "@typescript-eslint/eslint-plugin": "^7.0.2", |
26 | | - "@typescript-eslint/parser": "^7.0.2", |
| 22 | + "@types/node": "^20.12.12", |
| 23 | + "@typescript-eslint/eslint-plugin": "^7.10.0", |
| 24 | + "@typescript-eslint/parser": "^7.10.0", |
27 | 25 | "babel-jest": "^29.7.0", |
28 | 26 | "eslint": "^8.56.0", |
29 | 27 | "eslint-config-airbnb-base": "^15.0.0", |
30 | 28 | "eslint-plugin-import": "^2.29.1", |
31 | | - "eslint-plugin-jest": "^27.9.0", |
| 29 | + "eslint-plugin-jest": "^28.5.0", |
32 | 30 | "jest": "^29.7.0", |
33 | | - "ts-jest": "^29.1.2", |
| 31 | + "ts-jest": "^29.1.3", |
34 | 32 | "ts-node": "^10.9.2", |
35 | | - "typescript": "^5.3.3" |
| 33 | + "typescript": "^5.4.5" |
36 | 34 | }, |
37 | 35 | "scripts": { |
38 | 36 | "lint": "eslint .", |
|
0 commit comments