Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Nov 16, 2024
1 parent 6e93892 commit 8d0b540
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6,244 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,32 +58,32 @@
"src/**/*.tsx"
],
"devDependencies": {
"@babel/core": "^7.25.9",
"@babel/preset-env": "^7.25.9",
"@eslint/js": "^9.13.0",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@eslint/js": "^9.15.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-typescript": "^12.1.1",
"@vitest/coverage-v8": "^2.1.3",
"@vitest/coverage-v8": "^2.1.5",
"@yarnpkg/sdks": "^3.2.0",
"cytoscape": "^3.30.3",
"cytoscape-layers": "^2.4.6",
"eslint": "^9.13.0",
"eslint": "^9.15.0",
"eslint-plugin-prettier": "^5.2.1",
"jsdom": "^25.0.1",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"rollup": "^4.24.0",
"rollup": "^4.27.2",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.8.0",
"typedoc": "^0.26.10",
"tslib": "^2.8.1",
"typedoc": "^0.26.11",
"typescript": "^5.6.3",
"typescript-eslint": "^8.10.0",
"vite": "^5.4.9",
"vitest": "^2.1.3"
"typescript-eslint": "^8.14.0",
"vite": "^5.4.11",
"vitest": "^2.1.5"
},
"scripts": {
"clean": "rimraf --glob build node_modules \"*.tgz\" \"*.tsbuildinfo\"",
Expand Down
Loading

0 comments on commit 8d0b540

Please sign in to comment.