Skip to content

Commit

Permalink
Merge pull request #34 from ulitol97/master
Browse files Browse the repository at this point in the history
Updated version and dependencies
  • Loading branch information
ulitol97 authored Feb 16, 2022
2 parents 6acf583 + eaca01f commit 6f2be16
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 52 deletions.
102 changes: 60 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"name": "wikishape",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"dependencies": {
"axios": "^0.21.4",
"bootstrap": "^4.5.3",
"codemirror": "^5.62.3",
"cytoscape": "^3.20.0",
"bootstrap": "^4.6.1",
"codemirror": "^5.65.1",
"cytoscape": "^3.21.0",
"cytoscape-dagre": "^2.3.2",
"cytoscape-node-html-label": "^1.2.1",
"cytoscape-panzoom": "^2.5.3",
"cytoscape-svg": "^0.3.1",
"form-data": "^2.5.1",
"gh-pages": "^2.2.0",
"jquery": "^3.5.1",
"npm": "^6.14.15",
"npm": "^6.14.16",
"perfectkb-yate": "^0.9.2",
"prop-types": "^15.7.2",
"qs": "^6.9.6",
"prop-types": "^15.8.1",
"qs": "^6.10.3",
"query-string": "^6.13.8",
"react": "^16.14.0",
"react-axios": "^2.0.4",
"react-bootstrap": "^1.6.1",
"react-bootstrap": "^1.6.4",
"react-bootstrap-table-next": "^3.3.5",
"react-bootstrap-table2-filter": "^1.3.3",
"react-bootstrap-table2-paginator": "^2.1.2",
Expand All @@ -39,9 +39,9 @@
"react-tooltip": "^4.2.21",
"shumlex": "^0.4.2",
"viz.js": "^2.1.2",
"xml-formatter": "^2.6.1",
"yasgui-yasqe": "^2.11.22",
"yashe": "^1.3.22",
"xml-formatter": "^2.6.0"
"yashe": "^1.3.22"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit 6f2be16

Please sign in to comment.