Skip to content

Commit

Permalink
Merge pull request #79 from sgratzl/release/v3.0.0
Browse files Browse the repository at this point in the history
Release v3.0.0
  • Loading branch information
sgratzl authored Nov 16, 2024
2 parents bf6a34c + 442ff4d commit d68985a
Show file tree
Hide file tree
Showing 2 changed files with 605 additions and 745 deletions.
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cytoscape-layers",
"description": "Cytoscape.js plugin for rendering layers in SVG, DOM, or Canvas",
"version": "2.4.6",
"version": "3.0.0",
"author": {
"name": "Samuel Gratzl",
"email": "[email protected]",
Expand Down Expand Up @@ -31,8 +31,9 @@
"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 @@ -52,31 +53,31 @@
"src/**/*.ts"
],
"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",
"eslint": "^9.13.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 d68985a

Please sign in to comment.