From 0a4d12d6cf16eb130e5eaf85bc59a8140f4bb14d Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 18 Aug 2025 10:23:15 +1000 Subject: [PATCH] Move @types packages to devDependencies --- web/package-lock.json | 36 +++++++++++++++++++++++++++--------- web/package.json | 14 +++++++------- 2 files changed, 34 insertions(+), 16 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 196278153b7..855191939b3 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -35,13 +35,6 @@ "@sentry/tracing": "^7.120.3", "@stripe/stripe-js": "^4.6.0", "@tanstack/react-table": "^8.21.3", - "@types/js-cookie": "^3.0.3", - "@types/lodash": "^4.17.0", - "@types/node": "18.15.11", - "@types/prismjs": "^1.26.4", - "@types/react": "18.0.32", - "@types/react-dom": "18.0.11", - "@types/uuid": "^9.0.8", "autoprefixer": "^10.4.14", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", @@ -95,6 +88,13 @@ "@tailwindcss/typography": "^0.5.10", "@types/chrome": "^0.0.287", "@types/jest": "^29.5.14", + "@types/js-cookie": "^3.0.6", + "@types/lodash": "^4.17.20", + "@types/node": "18.15.11", + "@types/prismjs": "^1.26.4", + "@types/react": "18.0.32", + "@types/react-dom": "18.0.11", + "@types/uuid": "^9.0.8", "chromatic": "^11.25.2", "eslint": "^8.57.1", "eslint-config-next": "^14.1.0", @@ -4948,6 +4948,9 @@ }, "node_modules/@types/js-cookie": { "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@types/js-cookie/-/js-cookie-3.0.6.tgz", + "integrity": "sha512-wkw9yd1kEXOPnvEeEV1Go1MmxtBJL0RR79aOTAApecWFVu7w0NNXNqhcWgvw2YgZDYadliXkl14pa3WXw5jlCQ==", + "dev": true, "license": "MIT" }, "node_modules/@types/json-schema": { @@ -4964,7 +4967,10 @@ "license": "MIT" }, "node_modules/@types/lodash": { - "version": "4.17.16", + "version": "4.17.20", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.20.tgz", + "integrity": "sha512-H3MHACvFUEiujabxhaI/ImO6gUrd8oOurg7LQtS7mbwIXA/cUqWrvBsaeJ23aZEPk1TAYkurjfMbSELfoCXlGA==", + "dev": true, "license": "MIT" }, "node_modules/@types/mdast": { @@ -4992,6 +4998,8 @@ }, "node_modules/@types/node": { "version": "18.15.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.11.tgz", + "integrity": "sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==", "license": "MIT" }, "node_modules/@types/parse-json": { @@ -5015,7 +5023,9 @@ } }, "node_modules/@types/prismjs": { - "version": "1.26.5", + "version": "1.26.4", + "resolved": "https://registry.npmjs.org/@types/prismjs/-/prismjs-1.26.4.tgz", + "integrity": "sha512-rlAnzkW2sZOjbqZ743IHUhFcvzaGbqijwOu8QZnZCjfQzBqFE3s4lOTJEsxikImav9uzz/42I+O7YUs1mWgMlg==", "license": "MIT" }, "node_modules/@types/prop-types": { @@ -5024,6 +5034,8 @@ }, "node_modules/@types/react": { "version": "18.0.32", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.32.tgz", + "integrity": "sha512-gYGXdtPQ9Cj0w2Fwqg5/ak6BcK3Z15YgjSqtyDizWUfx7mQ8drs0NBUzRRsAdoFVTO8kJ8L2TL8Skm7OFPnLUw==", "license": "MIT", "dependencies": { "@types/prop-types": "*", @@ -5033,6 +5045,9 @@ }, "node_modules/@types/react-dom": { "version": "18.0.11", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.11.tgz", + "integrity": "sha512-O38bPbI2CWtgw/OoQoY+BRelw7uysmXbWvw3nLWO21H1HSh+GOlqPuXshJfjmpNlKiiSDG9cc1JZAaMmVdcTlw==", + "devOptional": true, "license": "MIT", "dependencies": { "@types/react": "*" @@ -5076,6 +5091,9 @@ }, "node_modules/@types/uuid": { "version": "9.0.8", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz", + "integrity": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==", + "dev": true, "license": "MIT" }, "node_modules/@types/yargs": { diff --git a/web/package.json b/web/package.json index 7fda098a821..2d8055223f8 100644 --- a/web/package.json +++ b/web/package.json @@ -41,13 +41,6 @@ "@sentry/tracing": "^7.120.3", "@stripe/stripe-js": "^4.6.0", "@tanstack/react-table": "^8.21.3", - "@types/js-cookie": "^3.0.3", - "@types/lodash": "^4.17.0", - "@types/node": "18.15.11", - "@types/prismjs": "^1.26.4", - "@types/react": "18.0.32", - "@types/react-dom": "18.0.11", - "@types/uuid": "^9.0.8", "autoprefixer": "^10.4.14", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", @@ -101,6 +94,13 @@ "@tailwindcss/typography": "^0.5.10", "@types/chrome": "^0.0.287", "@types/jest": "^29.5.14", + "@types/js-cookie": "^3.0.6", + "@types/lodash": "^4.17.20", + "@types/node": "18.15.11", + "@types/prismjs": "^1.26.4", + "@types/react": "18.0.32", + "@types/react-dom": "18.0.11", + "@types/uuid": "^9.0.8", "chromatic": "^11.25.2", "eslint": "^8.57.1", "eslint-config-next": "^14.1.0",