Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Jul 3, 2024
1 parent 0ce9a88 commit 83ef5aa
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 156 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,45 +7,45 @@
"devDependencies": {
"@parcel/resolver-glob": "^2.12.0",
"@parcel/transformer-inline-string": "2.12.0",
"@types/node": "^20.13.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.14.1",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react": "^7.34.3",
"gh-pages": "^6.1.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"parcel": "^2.12.0",
"parcel-reporter-static-files-copy": "^1.5.3",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
"prettier": "^3.3.2",
"typescript": "^5.5.3"
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@reduxjs/toolkit": "^1.9.7",
"@tippyjs/react": "^4.2.6",
"@types/cytoscape": "^3.21.1",
"@types/cytoscape": "^3.21.4",
"@types/d3": "^7.4.3",
"@types/react": "^17.0.44",
"@types/semver": "^7.5.8",
"ajv": "^8.14.0",
"ajv": "^8.16.0",
"ajv-formats": "^3.0.1",
"cytoscape": "^3.29.2",
"cytoscape": "^3.30.0",
"cytoscape-popper": "^2.0.0",
"d3-array": "^3.2.4",
"d3-geo-projection": "^4.0.0",
"d3-scale": "^4.0.2",
"elkjs": "^0.9.3",
"history": "^5.3.0",
"json-stringify-pretty-compact": "^4.0.0",
"jsonc-parser": "^3.2.1",
"jsonc-parser": "^3.3.1",
"lz-string": "^1.5.0",
"monaco-editor": "^0.49.0",
"monaco-editor": "^0.50.0",
"prettier2": "npm:prettier@^2.0.0",
"prop-types": "^15.8.1",
"rc-resize-observer": "^1.4.0",
Expand All @@ -63,13 +63,13 @@
"redux-localstorage": "^0.4.1",
"redux-thunk": "^2.4.2",
"tippy.js": "^6.3.7",
"tslib": "^2.6.2",
"vega-cli": "5.29.0",
"tslib": "^2.6.3",
"vega-datasets": "^2.8.1",
"vega-embed": "^6.25.0",
"vega-lite": "5.18.1",
"vega-embed": "^6.26.0",
"vega-schema-url-parser": "^2.2.0",
"vega-themes": "^2.14.0",
"vega-themes": "^2.15.0",
"vega-tooltip": "^0.34.0",
"vega-typings": "^1.3.0",
"web-worker": "^1.3.0"
Expand Down
Loading

0 comments on commit 83ef5aa

Please sign in to comment.