Commit fe8eb853 authored by Joaquim Rocha's avatar Joaquim Rocha
Browse files

plugins/headlamp-plugin: Bump version to 0.4.5

parent 8ccd48be
No related merge requests found
Showing with 5 additions and 23 deletions
+5 -23
{
"name": "@kinvolk/headlamp-plugin",
"version": "0.4.4",
"version": "0.4.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@kinvolk/headlamp-plugin",
"version": "0.4.4",
"version": "0.4.5",
"license": "Apache 2.0",
"dependencies": {
"@babel/cli": "^7.14.5",
......@@ -147,19 +147,6 @@
"node": ">=8"
}
},
"node_modules/@babel/cli/node_modules/fsevents": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
"hasInstallScript": true,
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
}
},
"node_modules/@babel/cli/node_modules/glob-parent": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
......@@ -9164,12 +9151,6 @@
"to-regex-range": "^5.0.1"
}
},
"fsevents": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
"optional": true
},
"glob-parent": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
......
{
"name": "@kinvolk/headlamp-plugin",
"version": "0.4.4",
"version": "0.4.5",
"description": "The needed infrastructure for building Headlamp plugins.",
"bin": "bin/headlamp-plugin.js",
"scripts": {
......
{
"extends": "./node_modules/@kinvolk/headlamp-plugin/config/plugins-tsconfig.json"
"extends": "./node_modules/@kinvolk/headlamp-plugin/config/plugins-tsconfig.json",
"include": ["./src/**/*"]
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment