From bd26b813186a6bf7ebb720e6ae7ea7b6555e09b8 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 18 Oct 2022 08:07:53 +0000 Subject: [PATCH] chore(deps): pin dependency @types/postcss-preset-env to 7.7.0 (#2555) Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2555 Reviewed-by: Dominik Pschenitschni Co-authored-by: renovate Co-committed-by: renovate --- package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0a797d5a1..fca315b89 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@types/lodash.debounce": "4.0.7", "@types/marked": "4.0.7", "@types/node": "16.11.66", - "@types/postcss-preset-env": "^7.7.0", + "@types/postcss-preset-env": "7.7.0", "@typescript-eslint/eslint-plugin": "5.40.0", "@typescript-eslint/parser": "5.40.0", "@vitejs/plugin-legacy": "2.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e873aed90..4934a6a19 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,7 +21,7 @@ specifiers: '@types/lodash.debounce': 4.0.7 '@types/marked': 4.0.7 '@types/node': 16.11.66 - '@types/postcss-preset-env': ^7.7.0 + '@types/postcss-preset-env': 7.7.0 '@types/sortablejs': 1.15.0 '@typescript-eslint/eslint-plugin': 5.40.0 '@typescript-eslint/parser': 5.40.0