|
25 | 25 | },
|
26 | 26 | "homepage": "https://github.com/solidos/solid-logic#readme",
|
27 | 27 | "devDependencies": {
|
28 |
| - "@babel/plugin-proposal-class-properties": "~7.18.6", |
29 |
| - "@babel/plugin-proposal-optional-chaining": "~7.21.0", |
30 |
| - "@babel/plugin-transform-async-to-generator": "~7.25.9", |
31 |
| - "@babel/plugin-transform-runtime": "^7.25.9", |
32 |
| - "@babel/preset-env": "~7.26.7", |
33 |
| - "@babel/preset-typescript": "~7.26.0", |
34 |
| - "@types/jest": "^29.5.14", |
35 |
| - "@typescript-eslint/eslint-plugin": "^5.62.0", |
36 |
| - "@typescript-eslint/parser": "^5.62.0", |
37 |
| - "eslint": "^8.57.1", |
38 |
| - "jest": "^29.7.0", |
39 |
| - "jest-environment-jsdom": "^29.7.0", |
| 28 | + "@babel/plugin-transform-class-properties": "^7.27.1", |
| 29 | + "@babel/plugin-transform-optional-chaining": "^7.27.1", |
| 30 | + "@babel/plugin-transform-async-to-generator": "^7.27.1", |
| 31 | + "@babel/plugin-transform-runtime": "^7.28.0", |
| 32 | + "@babel/preset-env": "^7.28.0", |
| 33 | + "@babel/preset-typescript": "^7.27.1", |
| 34 | + "@types/jest": "^30.0.0", |
| 35 | + "@typescript-eslint/eslint-plugin": "^8.34.0", |
| 36 | + "@typescript-eslint/parser": "^8.34.0", |
| 37 | + "eslint": "^9.28.0", |
| 38 | + "jest": "^30.0.2", |
| 39 | + "jest-environment-jsdom": "^30.0.2", |
40 | 40 | "jest-environment-node-debug": "^2.0.0",
|
41 | 41 | "jest-fetch-mock": "^3.0.3",
|
42 | 42 | "typescript": "^5.7.3"
|
43 | 43 | },
|
44 | 44 | "dependencies": {
|
45 | 45 | "@inrupt/solid-client-authn-browser": "1.17",
|
46 | 46 | "lint-staged": "^15.4.3",
|
47 |
| - "rdflib": "^2.2.36", |
| 47 | + "rdflib": "^2.2.37", |
48 | 48 | "solid-namespace": "^0.5.4"
|
49 | 49 | }
|
50 | 50 | }
|
0 commit comments