Skip to content

Commit

Permalink
Merge pull request #71 from upsetjs/release/v4.0.0
Browse files Browse the repository at this point in the history
Release v4.0.0
  • Loading branch information
sgratzl authored Nov 17, 2024
2 parents 6e93892 + 355edcc commit 33fadea
Show file tree
Hide file tree
Showing 2 changed files with 622 additions and 762 deletions.
33 changes: 17 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cytoscape-bubblesets",
"description": "Cytoscape.js plugin for rendering bubblesets",
"version": "3.2.3",
"version": "4.0.0",
"author": {
"name": "Samuel Gratzl",
"email": "[email protected]",
Expand All @@ -24,20 +24,21 @@
"dependencies": {
"@types/cytoscape": "^3.21.8",
"@types/lodash.throttle": "^4.1.9",
"bubblesets-js": "^2.3.4",
"bubblesets-js": "^3.0.0",
"lodash.throttle": "^4.1.1"
},
"peerDependencies": {
"cytoscape": "^3.23.0",
"cytoscape-layers": "^2.3.0"
"cytoscape-layers": "^3.0.0"
},
"browserslist": [
"Firefox ESR",
"last 2 Chrome versions",
"last 2 Firefox versions"
],
"type": "module",
"main": "build/index.js",
"module": "build/index.js",
"main": "build/index.cjs",
"require": "build/index.cjs",
"umd": "build/index.umd.js",
"unpkg": "build/index.umd.min.js",
Expand All @@ -58,32 +59,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",
"cytoscape-layers": "^3.0.0",
"eslint": "~9.14.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 33fadea

Please sign in to comment.