Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Headlamp
Commits
fe8eb853
Commit
fe8eb853
authored
3 years ago
by
Joaquim Rocha
Browse files
Options
Download
Email Patches
Plain Diff
plugins/headlamp-plugin: Bump version to 0.4.5
parent
8ccd48be
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
plugins/headlamp-plugin/package-lock.json
+2
-21
plugins/headlamp-plugin/package-lock.json
plugins/headlamp-plugin/package.json
+1
-1
plugins/headlamp-plugin/package.json
plugins/headlamp-plugin/template/tsconfig.json
+2
-1
plugins/headlamp-plugin/template/tsconfig.json
with
5 additions
and
23 deletions
+5
-23
plugins/headlamp-plugin/package-lock.json
+
2
-
21
View file @
fe8eb853
{
"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",
...
...
This diff is collapsed.
Click to expand it.
plugins/headlamp-plugin/package.json
+
1
-
1
View file @
fe8eb853
{
"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"
:
{
...
...
This diff is collapsed.
Click to expand it.
plugins/headlamp-plugin/template/tsconfig.json
+
2
-
1
View file @
fe8eb853
{
"extends"
:
"./node_modules/@kinvolk/headlamp-plugin/config/plugins-tsconfig.json"
"extends"
:
"./node_modules/@kinvolk/headlamp-plugin/config/plugins-tsconfig.json"
,
"include"
:
[
"./src/**/*"
]
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help