|
3 | 3 | "version": "0.1.0", |
4 | 4 | "private": true, |
5 | 5 | "dependencies": { |
6 | | - "@inrupt/solid-client": "^1.13.0", |
| 6 | + "@inrupt/solid-client": "^1.13.2", |
7 | 7 | "@inrupt/solid-client-authn-browser": "^1.11.2", |
8 | | - "@reduxjs/toolkit": "^1.6.1", |
| 8 | + "@reduxjs/toolkit": "^1.6.2", |
9 | 9 | "@testing-library/jest-dom": "^5.11.4", |
10 | | - "@testing-library/react": "^11.1.0", |
11 | | - "@testing-library/user-event": "^12.1.10", |
| 10 | + "@testing-library/react": "^12.1.2", |
| 11 | + "@testing-library/user-event": "^13.2.1", |
12 | 12 | "@types/d3-drag": "^3.0.1", |
13 | | - "@types/d3-force": "^3.0.2", |
14 | | - "@types/d3-selection": "^3.0.0", |
| 13 | + "@types/d3-force": "^3.0.3", |
| 14 | + "@types/d3-selection": "^3.0.1", |
15 | 15 | "@types/d3-zoom": "^3.0.1", |
| 16 | + "@types/elementary-circuits-directed-graph": "^1.2.0", |
16 | 17 | "@types/graphlib": "^2.1.8", |
17 | | - "@types/jest": "^26.0.15", |
18 | | - "@types/node": "^12.0.0", |
| 18 | + "@types/node": "^16.10.3", |
19 | 19 | "@types/numeric": "^1.2.2", |
20 | | - "@types/react": "^17.0.0", |
21 | | - "@types/react-dom": "^17.0.0", |
| 20 | + "@types/react": "^17.0.27", |
| 21 | + "@types/react-dom": "^17.0.9", |
22 | 22 | "@types/react-modal": "^3.12.1", |
23 | | - "@types/react-redux": "^7.1.18", |
| 23 | + "@types/react-redux": "^7.1.19", |
24 | 24 | "@types/react-tag-autocomplete": "^6.1.1", |
25 | | - "@types/styled-components": "^5.1.11", |
| 25 | + "@types/styled-components": "^5.1.15", |
26 | 26 | "bulma": "^0.9.3", |
27 | 27 | "classnames": "^2.3.1", |
28 | 28 | "d3-drag": "^3.0.0", |
29 | 29 | "d3-force": "^3.0.0", |
30 | 30 | "d3-selection": "^3.0.0", |
31 | 31 | "d3-zoom": "^3.0.0", |
| 32 | + "elementary-circuits-directed-graph": "^1.3.1", |
32 | 33 | "eslint-plugin-react-hooks": "^4.2.0", |
33 | 34 | "graphlib": "^2.1.8", |
34 | 35 | "node-sass": "^6.0.1", |
35 | 36 | "numeric": "^1.2.6", |
36 | 37 | "rdf-namespaces": "^1.9.2", |
37 | 38 | "react": "^17.0.2", |
38 | 39 | "react-dom": "^17.0.2", |
39 | | - "react-markdown": "^6.0.2", |
| 40 | + "react-markdown": "^7.0.1", |
40 | 41 | "react-modal": "^3.14.3", |
41 | 42 | "react-redux": "^7.2.5", |
42 | | - "react-scripts": "4.0.3", |
| 43 | + "react-scripts": "^4.0.3", |
43 | 44 | "react-tag-autocomplete": "^6.3.0", |
44 | | - "rehype-katex": "^5.0.0", |
45 | | - "remark-math": "^4.0.0", |
| 45 | + "rehype-katex": "^6.0.1", |
| 46 | + "remark-math": "^5.1.0", |
46 | 47 | "source-map-explorer": "^2.5.2", |
47 | | - "styled-components": "^5.3.0", |
48 | | - "swr": "^0.5.6", |
| 48 | + "styled-components": "^5.3.1", |
| 49 | + "swr": "^1.0.1", |
49 | 50 | "typescript": "^4.4.3", |
50 | | - "web-vitals": "^1.0.1" |
| 51 | + "web-vitals": "^2.1.1" |
51 | 52 | }, |
52 | 53 | "scripts": { |
53 | 54 | "preanalyze": "yarn build", |
|
78 | 79 | ] |
79 | 80 | }, |
80 | 81 | "devDependencies": { |
81 | | - "@typescript-eslint/eslint-plugin": "^4.28.2", |
82 | | - "@typescript-eslint/parser": "^4.28.2", |
83 | | - "eslint": "^7.30.0", |
| 82 | + "@typescript-eslint/eslint-plugin": "^4.33.0", |
| 83 | + "@typescript-eslint/parser": "^4.33.0", |
| 84 | + "eslint": "^7.32.0", |
84 | 85 | "eslint-config-prettier": "^8.3.0", |
85 | | - "eslint-plugin-prettier": "^3.4.0", |
86 | | - "eslint-plugin-react": "^7.24.0", |
87 | | - "prettier": "^2.3.2" |
| 86 | + "eslint-plugin-prettier": "^4.0.0", |
| 87 | + "eslint-plugin-react": "^7.26.1", |
| 88 | + "prettier": "^2.4.1" |
88 | 89 | } |
89 | 90 | } |
0 commit comments