Skip to content

Commit 3eff93e

Browse files
committed
Upgrade packages
Also install elementary-circuits-directed-graph and its types
1 parent 9429e40 commit 3eff93e

File tree

2 files changed

+1836
-1243
lines changed

2 files changed

+1836
-1243
lines changed

package.json

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,51 +3,52 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@inrupt/solid-client": "^1.13.0",
6+
"@inrupt/solid-client": "^1.13.2",
77
"@inrupt/solid-client-authn-browser": "^1.11.2",
8-
"@reduxjs/toolkit": "^1.6.1",
8+
"@reduxjs/toolkit": "^1.6.2",
99
"@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",
1212
"@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",
1515
"@types/d3-zoom": "^3.0.1",
16+
"@types/elementary-circuits-directed-graph": "^1.2.0",
1617
"@types/graphlib": "^2.1.8",
17-
"@types/jest": "^26.0.15",
18-
"@types/node": "^12.0.0",
18+
"@types/node": "^16.10.3",
1919
"@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",
2222
"@types/react-modal": "^3.12.1",
23-
"@types/react-redux": "^7.1.18",
23+
"@types/react-redux": "^7.1.19",
2424
"@types/react-tag-autocomplete": "^6.1.1",
25-
"@types/styled-components": "^5.1.11",
25+
"@types/styled-components": "^5.1.15",
2626
"bulma": "^0.9.3",
2727
"classnames": "^2.3.1",
2828
"d3-drag": "^3.0.0",
2929
"d3-force": "^3.0.0",
3030
"d3-selection": "^3.0.0",
3131
"d3-zoom": "^3.0.0",
32+
"elementary-circuits-directed-graph": "^1.3.1",
3233
"eslint-plugin-react-hooks": "^4.2.0",
3334
"graphlib": "^2.1.8",
3435
"node-sass": "^6.0.1",
3536
"numeric": "^1.2.6",
3637
"rdf-namespaces": "^1.9.2",
3738
"react": "^17.0.2",
3839
"react-dom": "^17.0.2",
39-
"react-markdown": "^6.0.2",
40+
"react-markdown": "^7.0.1",
4041
"react-modal": "^3.14.3",
4142
"react-redux": "^7.2.5",
42-
"react-scripts": "4.0.3",
43+
"react-scripts": "^4.0.3",
4344
"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",
4647
"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",
4950
"typescript": "^4.4.3",
50-
"web-vitals": "^1.0.1"
51+
"web-vitals": "^2.1.1"
5152
},
5253
"scripts": {
5354
"preanalyze": "yarn build",
@@ -78,12 +79,12 @@
7879
]
7980
},
8081
"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",
8485
"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"
8889
}
8990
}

0 commit comments

Comments
 (0)