tests and version update

This commit is contained in:
Christopher Bisset 2022-12-23 18:31:22 +11:00
parent 8664048ffc
commit 055a810463
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View file

@ -1833,9 +1833,9 @@
}
},
"node_modules/rollup": {
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.8.0.tgz",
"integrity": "sha512-+UR6PnUslneJNiJfLSzy4XH6R50ZGF0MS7UCv20ftXrktF/TkvZDwiBtXX65esblLR5p8w6LmXgPwt2f2B8SoQ==",
"version": "3.8.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.8.1.tgz",
"integrity": "sha512-4yh9eMW7byOroYcN8DlF9P/2jCpu6txVIHjEqquQVSx7DI0RgyCCN3tjrcy4ra6yVtV336aLBB3v2AarYAxePQ==",
"dev": true,
"peer": true,
"bin": {
@ -3620,9 +3620,9 @@
}
},
"rollup": {
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.8.0.tgz",
"integrity": "sha512-+UR6PnUslneJNiJfLSzy4XH6R50ZGF0MS7UCv20ftXrktF/TkvZDwiBtXX65esblLR5p8w6LmXgPwt2f2B8SoQ==",
"version": "3.8.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.8.1.tgz",
"integrity": "sha512-4yh9eMW7byOroYcN8DlF9P/2jCpu6txVIHjEqquQVSx7DI0RgyCCN3tjrcy4ra6yVtV336aLBB3v2AarYAxePQ==",
"dev": true,
"peer": true,
"requires": {

View file

@ -1,6 +1,6 @@
{
"name": "headscale-ui",
"version": "2022.11.05-beta",
"version": "2022.12.23-beta",
"scripts": {
"dev": "vite dev --https --port 443 --host 0.0.0.0",
"build": "vite build",