From 8a8db309e6b4901f30da057fa40bafa5d3442198 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 18 Oct 2022 07:36:49 +0000 Subject: [PATCH] chore(deps): pin dependency @types/postcss-preset-env to 7.7.0 --- 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 -- 2.40.1