From 756b58272ce6a2e1608ea8e629e46ecfd27885c7 Mon Sep 17 00:00:00 2001 From: jantoun-scottlogic <110816538+jantoun-scottlogic@users.noreply.github.com> Date: Fri, 2 Aug 2024 09:49:12 +0100 Subject: [PATCH] Update estimator version to 0.1.0 (#45) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index edd498d..502233e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "devDependencies": { - "@scottlogic/tech-carbon-estimator": "^0.0.5", + "@scottlogic/tech-carbon-estimator": "^0.1.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.0.5", - "resolved": "https://registry.npmjs.org/@scottlogic/tech-carbon-estimator/-/tech-carbon-estimator-0.0.5.tgz", - "integrity": "sha512-XVZinrtIFbISotfGO2l0ZMdA1Cs354s5reP5xpXvy/t3yKkZxP89PmO92j2rjYldsXX6Znfs0u281/L1VXSOig==", + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@scottlogic/tech-carbon-estimator/-/tech-carbon-estimator-0.1.0.tgz", + "integrity": "sha512-TUqT1FTfjRKus/7xWLgyJ/hv2yoHowTdKDGXUgWJIBJt1sHzJnPTWnoNGgy9m0Q6l0hYrsnk6bnhjN5q4sWpJA==", "dev": true, "dependencies": { "@angular/animations": "^17.2.0", diff --git a/package.json b/package.json index ced42a1..85bbb3d 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.0.5" + "@scottlogic/tech-carbon-estimator": "^0.1.0" } }