bump version (#283)

This commit is contained in:
mattieserver
2023-04-28 16:07:36 +02:00
committed by GitHub
parent 2aa3317a9b
commit 8edea468e9
6 changed files with 23 additions and 36 deletions
@@ -1,15 +1,15 @@
{
"private": true,
"name": "netbox_topology_views",
"version": "3.3.0",
"version": "3.4.0",
"scripts": {
"bundle": "node bundle.js",
"bundle:styles": "node bundle.js --styles",
"bundle:scripts": "node bundle.js --scripts"
},
"dependencies": {
"vis-data": "^7.1.4",
"vis-network": "^9.1.2",
"vis-data": "^7.1.6",
"vis-network": "^9.1.6",
"vis-util": "^5.0.3"
},
"devDependencies": {