From 809760aa908707f808b3d49a916e8c7260672cf6 Mon Sep 17 00:00:00 2001
From: mtyszczak <mateusz.tyszczak@gmail.com>
Date: Fri, 21 Feb 2025 14:56:09 +0100
Subject: [PATCH] Use absolute version specifiers in pnpm workspace

---
 pnpm-config/pnpm-workspace.yaml | 38 ++++++++++++++++-----------------
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/pnpm-config/pnpm-workspace.yaml b/pnpm-config/pnpm-workspace.yaml
index 1c0ec4a..c63c892 100644
--- a/pnpm-config/pnpm-workspace.yaml
+++ b/pnpm-config/pnpm-workspace.yaml
@@ -5,38 +5,38 @@ catalogs:
   # Can be referenced through "catalog:rollup-toolset"
   rollup-toolset:
     rollup: 4.24.0
-    rollup-plugin-copy: ^3.5.0
-    rollup-plugin-dts: ^6.1.1
-    "@rollup/plugin-commonjs": ^27.0.0
-    "@rollup/plugin-node-resolve": ^15.3.1
-    "@rollup/plugin-replace": ^6.0.2
+    rollup-plugin-copy: 3.5.0
+    rollup-plugin-dts: 6.1.1
+    "@rollup/plugin-commonjs": 27.0.0
+    "@rollup/plugin-node-resolve": 15.3.1
+    "@rollup/plugin-replace": 6.0.2
 
   typedoc-toolset:
-    "typedoc": "0.27.3"
-    "typedoc-gitlab-wiki-theme": "^2.1.0"
-    "typedoc-plugin-markdown": "4.3.1"
+    "typedoc": 0.27.3
+    "typedoc-gitlab-wiki-theme": 2.1.0
+    "typedoc-plugin-markdown": 4.3.1
 
   typescript-toolset:
     typescript: 5.7.3
-    tslib: ^2.8.1
-    tsx: ^4.19.2
+    tslib: 2.8.1
+    tsx: 4.19.2
 
   proto-toolset:
-    protobufjs: ^7.2.5
-    ts-proto: ^1.172.0
+    protobufjs: 7.2.5
+    ts-proto: 1.172.0
 
   playwright-toolset:
-    "@playwright/test": ^1.50.1
-    playwright: ^1.50.1
-    http-server: ^14.1.1
+    "@playwright/test": 1.50.1
+    playwright: 1.50.1
+    http-server: 14.1.1
 
   husky:
-    husky: 8.0.3
+    husky: 9.1.5
 
   terser:
-    terser: ^5.39.0
+    terser: 5.39.0
 
   size-limit-toolset:
-    size-limit: ^11.1.6
-    "@size-limit/file": ^11.1.6
+    size-limit: 11.1.6
+    "@size-limit/file": 11.1.6
 
-- 
GitLab