diff --git a/package-lock.json b/package-lock.json index e96452c9..8a42497b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@helsingborg-stad/api-event-manager-integration", - "version": "2.0.20", + "version": "2.0.21", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@helsingborg-stad/api-event-manager-integration", - "version": "2.0.20", + "version": "2.0.21", "license": "MIT", "devDependencies": { "@babel/core": "^7.17.2", @@ -15,7 +15,7 @@ "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.16.11", "@babel/preset-react": "^7.16.7", - "@helsingborg-stad/hbg-react": "^1.0.18", + "@helsingborg-stad/hbg-react": "^1.0.21", "babel-loader": "^8.2.3", "browser-sync": "^2.27.7", "browser-sync-webpack-plugin": "^2.3.0", @@ -26,7 +26,6 @@ "dotenv": "^16.0.0", "es6-promise": "^4.2.8", "file-loader": "^6.2.0", - "hbg-react": "^0.11.10", "immutability-helper": "^3.1.1", "import-glob-loader": "^1.1.0", "isomorphic-fetch": "^3.0.0", @@ -1655,9 +1654,9 @@ } }, "node_modules/@helsingborg-stad/hbg-react": { - "version": "1.0.18", - "resolved": "https://npm.pkg.github.com/download/@helsingborg-stad/hbg-react/1.0.18/0026bb35f2a63c71285b13232a3ea3816ba5e635", - "integrity": "sha512-6iWUoNQc1X766Q6z/H6gpk7eyaS8RFeOQdHHx+t+tMSyGhaQ1/CIzD0hbQExl/ESnc8aOQi6t8g06+k/123Sgg==", + "version": "1.0.21", + "resolved": "https://npm.pkg.github.com/download/@helsingborg-stad/hbg-react/1.0.21/938f9fbf11119a6e9d2b1f25fdaf88dcad98fe88", + "integrity": "sha512-olq79exO0rzW4rjtD3zAdDIKz5KU9hn1yBMvdS70lUPHczPbm1CYbSqo+uR2xapYmrOBawSvtLFqKz57SjduNA==", "dev": true, "license": "MIT", "dependencies": { @@ -4250,20 +4249,6 @@ "node": ">= 0.4" } }, - "node_modules/hbg-react": { - "version": "0.11.10", - "resolved": "https://registry.npmjs.org/hbg-react/-/hbg-react-0.11.10.tgz", - "integrity": "sha512-50eYbeoSnUNcdY2apavkW7EPJNVp8aApJuB3qSF6HZHNMrFtY/rfAaBkTPyXpVxNyjlcMOuf8ilixibTW7Hf4g==", - "dev": true, - "dependencies": { - "classnames": "^2.2.6", - "date-fns": "^1.30.1", - "react-onclickoutside": "^6.7.1" - }, - "peerDependencies": { - "react": "16.x" - } - }, "node_modules/http-errors": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", @@ -8689,9 +8674,9 @@ "dev": true }, "@helsingborg-stad/hbg-react": { - "version": "1.0.18", - "resolved": "https://npm.pkg.github.com/download/@helsingborg-stad/hbg-react/1.0.18/0026bb35f2a63c71285b13232a3ea3816ba5e635", - "integrity": "sha512-6iWUoNQc1X766Q6z/H6gpk7eyaS8RFeOQdHHx+t+tMSyGhaQ1/CIzD0hbQExl/ESnc8aOQi6t8g06+k/123Sgg==", + "version": "1.0.21", + "resolved": "https://npm.pkg.github.com/download/@helsingborg-stad/hbg-react/1.0.21/938f9fbf11119a6e9d2b1f25fdaf88dcad98fe88", + "integrity": "sha512-olq79exO0rzW4rjtD3zAdDIKz5KU9hn1yBMvdS70lUPHczPbm1CYbSqo+uR2xapYmrOBawSvtLFqKz57SjduNA==", "dev": true, "requires": { "classnames": "^2.3.1", @@ -10547,17 +10532,6 @@ "function-bind": "^1.1.2" } }, - "hbg-react": { - "version": "0.11.10", - "resolved": "https://registry.npmjs.org/hbg-react/-/hbg-react-0.11.10.tgz", - "integrity": "sha512-50eYbeoSnUNcdY2apavkW7EPJNVp8aApJuB3qSF6HZHNMrFtY/rfAaBkTPyXpVxNyjlcMOuf8ilixibTW7Hf4g==", - "dev": true, - "requires": { - "classnames": "^2.2.6", - "date-fns": "^1.30.1", - "react-onclickoutside": "^6.7.1" - } - }, "http-errors": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", diff --git a/package.json b/package.json index 6cf6af21..6ff6eae0 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,6 @@ "dotenv": "^16.0.0", "es6-promise": "^4.2.8", "file-loader": "^6.2.0", - "hbg-react": "^0.11.19", "immutability-helper": "^3.1.1", "import-glob-loader": "^1.1.0", "isomorphic-fetch": "^3.0.0",