|
51 | 51 | }, |
52 | 52 | "homepage": "https://github.com/solid/solid-ui", |
53 | 53 | "dependencies": { |
54 | | - "@babel/runtime": "^7.10.3", |
55 | | - "@types/node": "^13.13.12", |
| 54 | + "@babel/runtime": "^7.10.5", |
56 | 55 | "escape-html": "^1.0.3", |
57 | 56 | "jss": "^10.3.0", |
58 | 57 | "jss-preset-default": "^10.3.0", |
59 | 58 | "mime-types": "^2.1.27", |
60 | 59 | "node-uuid": "^1.4.7", |
61 | | - "pane-registry": "^2.1.1", |
62 | | - "rdflib": "^1.2.3", |
63 | | - "solid-auth-client": "^2.4.1", |
64 | | - "solid-auth-tls": "^0.1.2", |
65 | | - "solid-namespace": "^0.3.0", |
66 | | - "ts-jest": "^25.5.1" |
| 60 | + "pane-registry": "^2.2.1", |
| 61 | + "rdflib": "^1.3.1", |
| 62 | + "solid-auth-client": "^2.5.0", |
| 63 | + "solid-namespace": "^0.4.0" |
67 | 64 | }, |
68 | 65 | "devDependencies": { |
69 | | - "@babel/cli": "^7.10.3", |
70 | | - "@babel/core": "^7.10.3", |
71 | | - "@babel/plugin-proposal-class-properties": "^7.10.1", |
72 | | - "@babel/plugin-proposal-optional-chaining": "^7.10.3", |
73 | | - "@babel/plugin-transform-async-to-generator": "^7.10.1", |
74 | | - "@babel/plugin-transform-runtime": "^7.10.3", |
75 | | - "@babel/preset-env": "^7.10.3", |
76 | | - "@babel/preset-typescript": "^7.10.1", |
77 | | - "@types/jest": "^25.2.3", |
78 | | - "@types/jsdom": "^12.2.4", |
79 | | - "@typescript-eslint/eslint-plugin": "^2.34.0", |
80 | | - "@typescript-eslint/parser": "^2.34.0", |
81 | | - "eslint": "^6.6.0", |
82 | | - "eslint-plugin-jest": "^23.17.0", |
83 | | - "husky": "^3.0.9", |
84 | | - "jest": "^25.5.4", |
85 | | - "jsdom": "^16.2.2", |
| 66 | + "@babel/cli": "^7.10.5", |
| 67 | + "@babel/core": "^7.10.5", |
| 68 | + "@babel/plugin-proposal-class-properties": "^7.10.4", |
| 69 | + "@babel/plugin-proposal-optional-chaining": "^7.10.4", |
| 70 | + "@babel/plugin-transform-async-to-generator": "^7.10.4", |
| 71 | + "@babel/plugin-transform-runtime": "^7.10.5", |
| 72 | + "@babel/preset-env": "^7.10.4", |
| 73 | + "@babel/preset-typescript": "^7.10.4", |
| 74 | + "@types/jest": "^26.0.7", |
| 75 | + "@types/jsdom": "^16.2.3", |
| 76 | + "@types/node": "^14.0.26", |
| 77 | + "@typescript-eslint/eslint-plugin": "^3.7.0", |
| 78 | + "@typescript-eslint/parser": "^3.7.0", |
| 79 | + "eslint": "^7.5.0", |
| 80 | + "eslint-plugin-jest": "^23.18.2", |
| 81 | + "husky": "^4.2.5", |
| 82 | + "jest": "^26.1.0", |
| 83 | + "jsdom": "^16.3.0", |
86 | 84 | "lint-staged": "^10.2.11", |
| 85 | + "solid-auth-cli": "^1.0.14", |
87 | 86 | "standard": "^14.3.4", |
88 | | - "typedoc": "^0.16.11", |
89 | | - "typescript": "^3.9.5", |
90 | | - "webpack": "^4.43.0", |
| 87 | + "ts-jest": "^26.1.3", |
| 88 | + "typedoc": "^0.17.8", |
| 89 | + "typescript": "^3.9.7", |
| 90 | + "webpack": "^4.44.0", |
91 | 91 | "webpack-cli": "^3.3.12" |
92 | 92 | }, |
93 | 93 | "husky": { |
|
0 commit comments