From d82ecffd5ecc75ed9f78c750f9e0adda475a520f Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Mon, 9 Sep 2024 17:45:44 -0500 Subject: [PATCH] deps: core-styles v2.33.1 --- apps/tup-cms/Dockerfile | 3 ++- package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/apps/tup-cms/Dockerfile b/apps/tup-cms/Dockerfile index db30b36ad..9e8e52ace 100644 --- a/apps/tup-cms/Dockerfile +++ b/apps/tup-cms/Dockerfile @@ -7,7 +7,8 @@ COPY . /code/ RUN npx nx build tup-ui RUN npx nx build tup-cms-react -FROM taccwma/core-cms:v4.16.0 +# v4.16.1 candidate +FROM taccwma/core-cms:fix-core-styles-v2-33-1 WORKDIR /code diff --git a/package-lock.json b/package-lock.json index db9902e99..bf417163b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "@nx/vite": "17.2.8", "@nx/web": "17.2.8", "@nx/workspace": "17.2.8", - "@tacc/core-styles": "^2.33.0", + "@tacc/core-styles": "^2.33.1", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.4.3", @@ -6463,9 +6463,9 @@ "dev": true }, "node_modules/@tacc/core-styles": { - "version": "2.33.0", - "resolved": "https://registry.npmjs.org/@tacc/core-styles/-/core-styles-2.33.0.tgz", - "integrity": "sha512-4Zo3MOlFiubTxUV1u4YU4A+uXy0dRZ48m6I3EVu451vaxIxsw9oly/HorqXEONQGjQgBGZTnpEktPFyAAeijbQ==", + "version": "2.33.1", + "resolved": "https://registry.npmjs.org/@tacc/core-styles/-/core-styles-2.33.1.tgz", + "integrity": "sha512-1YRY9Tj13lqOOrVXVStXtUK7c6/QIfm3UuWfGMkuP96YN0lyBDDaeobMs8LV432p/4cpVydlQHEhPD+JHh3Ycw==", "dev": true, "bin": { "core-styles": "src/cli.js" diff --git a/package.json b/package.json index 66295d095..5fd48a6ed 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@nx/vite": "17.2.8", "@nx/web": "17.2.8", "@nx/workspace": "17.2.8", - "@tacc/core-styles": "^2.33.0", + "@tacc/core-styles": "^2.33.1", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.4.3",