Skip to content

Commit

Permalink
Merge pull request #1950 from Kajabi/develop
Browse files Browse the repository at this point in the history
chore: dependency updates
  • Loading branch information
ju-Skinner authored Aug 16, 2024
2 parents 2c5105b + 1ce0d70 commit 0e7f4e4
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 18.17.1
nodejs 18.20.4
ruby 2.7.7
2 changes: 1 addition & 1 deletion docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG RAILS_ENV="production"
ARG NONROOT_UID="1000"
ARG NONROOT_GID="1000"
ARG BUNDLER_VERSION="2.3.14"
ARG NODE_VERSION="16.20.2"
ARG NODE_VERSION="18.20.4"
ARG YARN_VERSION="1.22.18"
ARG ARCH="x64"
ARG GITHUB_TOKEN
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "test"
},
"engines": {
"node": "16.x || 18.x || 20.x",
"node": "18.x || 20.x || 22.x",
"npm": "8.x",
"yarn": "1.x"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"watch:system": "cd packages/sage-system && yarn build:watch"
},
"dependencies": {
"@pine-ds/icons": "^7.4.3"
"@pine-ds/icons": "^8.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/sage-assets/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ruby:3.1.2-alpine
ARG RAILS_ENV="production"
ARG NONROOT_UID="1000"
ARG NONROOT_GID="1000"
ARG NODE_VERSION="16.20.2"
ARG NODE_VERSION="18.20.4"
ARG YARN_VERSION="1.22.18"
ARG ARCH="x64"

Expand Down
2 changes: 1 addition & 1 deletion packages/sage-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"sassdoc/*"
],
"engines": {
"node": "16.x || 18.x || 20.x",
"node": "18.x || 20.x || 22.x",
"npm": "8.x",
"yarn": "1.x"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sage-packs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"packs"
],
"engines": {
"node": "16.x || 18.x || 20.x",
"node": "18.x || 20.x || 22.x",
"npm": "8.x",
"yarn": "1.x"
},
Expand Down
10 changes: 4 additions & 6 deletions packages/sage-react/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.17.0

ARG NONROOT_UID="1000"
ARG NONROOT_GID="1000"
ARG NODE_VERSION="16.20.2"
ARG NODE_VERSION="18.20.4"
ARG YARN_VERSION="1.22.18"
ARG ARCH="x64"
ARG GITHUB_TOKEN
Expand Down Expand Up @@ -32,12 +32,10 @@ ENV HOME="/app"

ENV PORT ${PORT:-4100}
ENV NODE_PATH=lib
ENV GITHUB_TOKEN='${GITHUB_TOKEN}'

COPY <<'EOF' ./.npmrc
//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}
@kajabi:registry=https://npm.pkg.github.com/
EOF
RUN echo "-----> Using .npmrc from config"
RUN npm config set @kajabi:registry https://npm.pkg.github.com
RUN npm config set '//npm.pkg.github.com/:_authToken' '${GITHUB_TOKEN}'

COPY --chown={$NONROOT_UID}:${NONROOT_GID} package.json /app/package.json
RUN yarn install --check-files
Expand Down
2 changes: 1 addition & 1 deletion packages/sage-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"url": "https://github.com/Kajabi/sage-lib/issues"
},
"engines": {
"node": "16.x || 18.x || 20.x",
"node": "18.x || 20.x || 22.x",
"npm": "8.x",
"yarn": "1.x"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sage-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dist/*"
],
"engines": {
"node": "16.x || 18.x || 20.x",
"node": "18.x || 20.x || 22.x",
"npm": "8.x",
"yarn": "1.x"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2848,10 +2848,10 @@
dependencies:
"@octokit/openapi-types" "^12.11.0"

"@pine-ds/icons@^7.4.3":
version "7.5.0"
resolved "https://registry.yarnpkg.com/@pine-ds/icons/-/icons-7.5.0.tgz#b0e0c2c93cdb34584b1dc790f8361d466a0090f7"
integrity sha512-KMad/tqJ+6eerNs/MXojxdjGQ7ePzD4n95qkL1uNIDBpBUbOF+lmqEJEolfuZpiMMVGMhmw1HNtEXzpGQDoj9Q==
"@pine-ds/icons@^8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@pine-ds/icons/-/icons-8.0.0.tgz#d1372984908f8e25eff0f52e9e1fb291b9bcdbdc"
integrity sha512-HTOOQj9O5O8xonbvEBTXEzlXIbUC322pu+kuD3Qae8K1RX2QFhNekuV/Ni2KVlhxhfziXV8drhagCk2lCfXB8Q==
dependencies:
"@stencil/core" "^4.20.0"

Expand Down

0 comments on commit 0e7f4e4

Please sign in to comment.