Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed May 27, 2024
1 parent ff10831 commit ed5b9ce
Show file tree
Hide file tree
Showing 2 changed files with 1,312 additions and 1,304 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,45 +5,45 @@
"license": "BSD-3-Clause",
"type": "module",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@vitejs/plugin-react": "^4.3.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.33.2",
"eslint-plugin-react": "^7.34.1",
"gh-pages": "^6.1.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.0",
"lint-staged": "^15.2.5",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"vite": "^5.0.13",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-html": "^3.2.2"
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@reduxjs/toolkit": "^1.9.7",
"@tippyjs/react": "^4.2.6",
"@types/cytoscape": "^3.19.16",
"@types/cytoscape": "^3.21.1",
"@types/d3": "^7.4.3",
"@types/react": "^17.0.44",
"@types/semver": "^7.5.6",
"ajv": "^8.13.0",
"@types/semver": "^7.5.8",
"ajv": "^8.14.0",
"ajv-formats": "^3.0.1",
"cytoscape": "^3.28.1",
"cytoscape": "^3.29.2",
"cytoscape-popper": "^2.0.0",
"d3-array": "^3.2.4",
"d3-geo-projection": "^4.0.0",
"d3-scale": "^4.0.2",
"elkjs": "^0.9.2",
"elkjs": "^0.9.3",
"history": "^5.3.0",
"json-stringify-pretty-compact": "^4.0.0",
"jsonc-parser": "^3.2.1",
"lz-string": "^1.5.0",
"monaco-editor": "^0.45.0",
"monaco-editor": "^0.49.0",
"prettier2": "npm:prettier@^2.0.0",
"prop-types": "^15.8.1",
"rc-resize-observer": "^1.4.0",
Expand All @@ -63,13 +63,13 @@
"tippy.js": "^6.3.7",
"tslib": "^2.6.2",
"vega-cli": "5.29.0",
"vega-datasets": "^2.8.0",
"vega-embed": "^6.24.0",
"vega-datasets": "^2.8.1",
"vega-embed": "^6.25.0",
"vega-lite": "5.18.1",
"vega-schema-url-parser": "^2.2.0",
"vega-themes": "^2.14.0",
"vega-tooltip": "^0.34.0",
"vega-typings": "^1.2.0"
"vega-typings": "^1.3.0"
},
"lint-staged": {
"*.{ts,tsx}": [
Expand Down
Loading

0 comments on commit ed5b9ce

Please sign in to comment.