diff --git a/opencost/package-lock.json b/opencost/package-lock.json index 6c0738f..5edb934 100644 --- a/opencost/package-lock.json +++ b/opencost/package-lock.json @@ -11,7 +11,7 @@ "use-between": "^1.3.5" }, "devDependencies": { - "@kinvolk/headlamp-plugin": "^0.9.1" + "@kinvolk/headlamp-plugin": "^0.9.2" } }, "node_modules/@adobe/css-tools": { @@ -4438,9 +4438,9 @@ } }, "node_modules/@kinvolk/headlamp-plugin": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/@kinvolk/headlamp-plugin/-/headlamp-plugin-0.9.1.tgz", - "integrity": "sha512-J/NDLlZ0arfwQAcvbILN8OWLLxHBcC8isQBc3KYu+Xbf22UVFrm153ZQIG6qvIVumNReEi9j5KTMws5v9FN7Jw==", + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/@kinvolk/headlamp-plugin/-/headlamp-plugin-0.9.2.tgz", + "integrity": "sha512-UosQU1u4QgajK1K3bHTxxOBS/pcmk8P50TrES5kseI3sYFojI6ox2Kr9tejgXcWT7C6iZVxZq9AIHbpa290hXA==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -4450,6 +4450,7 @@ "@babel/cli": "^7.17.10", "@babel/core": "^7.11.1", "@babel/plugin-proposal-class-properties": "^7.10.4", + "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@babel/plugin-transform-react-jsx": "^7.10.4", "@babel/preset-env": "^7.11.0", "@babel/preset-react": "^7.10.4", @@ -4543,7 +4544,7 @@ "patch-package": "^6.4.7", "postcss": "^8.4.5", "postcss-flexbugs-fixes": "^5.0.2", - "prettier": "^2.4.1", + "prettier": "^2.7.1", "process": "^0.11.10", "react": "^17.0.1", "react-dom": "^17.0.1", @@ -4586,6 +4587,25 @@ "headlamp-plugin": "bin/headlamp-plugin.js" } }, + "node_modules/@kinvolk/headlamp-plugin/node_modules/@babel/plugin-proposal-private-property-in-object": { + "version": "7.21.11", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.11.tgz", + "integrity": "sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead.", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-create-class-features-plugin": "^7.21.0", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, "node_modules/@leichtgewicht/ip-codec": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz", diff --git a/opencost/package.json b/opencost/package.json index 6172ef9..fa1156a 100644 --- a/opencost/package.json +++ b/opencost/package.json @@ -1,6 +1,6 @@ { "name": "@headlamp-k8s/opencost", - "version": "0.1.1", + "version": "0.1.2", "description": "OpenCost plugin for Headlamp", "scripts": { "start": "headlamp-plugin start", @@ -8,6 +8,7 @@ "format": "headlamp-plugin format", "lint": "headlamp-plugin lint", "lint-fix": "headlamp-plugin lint --fix", + "package": "headlamp-plugin package", "tsc": "headlamp-plugin tsc", "storybook": "headlamp-plugin storybook", "storybook-build": "headlamp-plugin storybook-build", @@ -30,7 +31,7 @@ ] }, "devDependencies": { - "@kinvolk/headlamp-plugin": "^0.9.1" + "@kinvolk/headlamp-plugin": "^0.9.2" }, "dependencies": { "use-between": "^1.3.5"