diff --git a/package-lock.json b/package-lock.json index 6e3ac34..8b2dcf5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "devDependencies": { - "@scottlogic/tech-carbon-estimator": "^0.2.0", + "@scottlogic/tech-carbon-estimator": "^0.3.0", "@tailwindcss/typography": "^0.5.10", "autoprefixer": "^10.4.17", "cssnano": "^6.0.3", @@ -313,9 +313,9 @@ } }, "node_modules/@scottlogic/tech-carbon-estimator": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@scottlogic/tech-carbon-estimator/-/tech-carbon-estimator-0.2.0.tgz", - "integrity": "sha512-oa1U5efoSXeeGGkdCfeZsW4GB8pyj9r9hm1+JTPpxaGNmiIJf5vVLzEb//G3Uv2JWJ/Ok1zBI8XzbfmfvEGqQA==", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@scottlogic/tech-carbon-estimator/-/tech-carbon-estimator-0.3.0.tgz", + "integrity": "sha512-wmlKDt900b6J6gQAePlyw3lJX9homT9wowWf72jPIONqpMceQ1e0SeW/2Kx596jiyqnW4Us+myaQSxZ53xSzag==", "dev": true, "dependencies": { "@angular/animations": "^17.2.0", diff --git a/package.json b/package.json index 198695f..062f0be 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "postcss": "^8.4.33", "postcss-cli": "^11.0.0", "tailwindcss": "^3.4.1", - "@scottlogic/tech-carbon-estimator": "^0.2.0" + "@scottlogic/tech-carbon-estimator": "^0.3.0" } }