Skip to content

Commit

Permalink
update: upgraded yarn and packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Volkov committed Jan 17, 2022
1 parent f17be6e commit 2cf722e
Show file tree
Hide file tree
Showing 4 changed files with 3,482 additions and 2,295 deletions.
7 changes: 2 additions & 5 deletions images/build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# syntax docker/dockerfile:latest
ARG nodejs_version=16.11.0
ARG nodejs_version=16.13.2
FROM node:${nodejs_version}-slim AS yarn
ENV YARN_GLOBAL_FOLDER=/usr/local/yarn
WORKDIR /usr/local/src
COPY app .
RUN yarn \
&& yarn rebuild

FROM summerwind/actions-runner-dind:v2.285.1-ubuntu-20.04 AS default
FROM summerwind/actions-runner-dind:v2.286.1-ubuntu-20.04 AS default
LABEL org.opencontainers.image.authors="BN Enginseers <[email protected]>" \
org.opencontainers.image.url="https://github.com/bn-digital/docker" \
org.opencontainers.image.source="https://github.com/bn-digital/docker" \
Expand Down Expand Up @@ -51,14 +51,11 @@ RUN apt-get update --fix-missing \
&& yarn global add \
@bn-digital/vault-env \
@sentry/cli \
concurrently \
eslint \
less \
npm \
prettier \
sharp-cli \
sass \
sharp-cli \
stylelint \
typescript
ENV YARN_GLOBAL_FOLDER=/usr/local/yarn
Expand Down
94 changes: 42 additions & 52 deletions images/build/app/package.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,45 @@
{
"name": "@docker/app",
"description": "Includes NodeJS libraries and packages used in BN Digital projects as part of CI Yarn caching layer",
"version": "1.2.1",
"version": "1.4.0",
"dependencies": {
"@ant-design/charts": "^1.3.3",
"@ant-design/charts": "^1.3.4",
"@ant-design/icons": "^4.7.0",
"@apollo/client": "^3.5.6",
"@apollo/client": "^3.5.7",
"@bn-digital/antd": "^1.0.2",
"@bn-digital/commitlint-config": "^1.2.2",
"@bn-digital/eslint-config": "^1.17.5",
"@bn-digital/graphql-config": "^1.0.2",
"@bn-digital/eslint-config": "^1.18.2",
"@bn-digital/graphql-client": "^1.0.25",
"@bn-digital/graphql-config": "^1.0.3",
"@bn-digital/postcss-config": "^1.0.4",
"@bn-digital/prettier-config": "^1.13.1",
"@bn-digital/stylelint-config": "^1.13.4",
"@bn-digital/react": "^1.0.8",
"@bn-digital/react-i18n": "^1.0.0",
"@bn-digital/sdk": "^1.1.6",
"@bn-digital/stylelint-config": "^1.13.5",
"@bn-digital/vault-env": "^1.4.0",
"@bn-digital/vite": "^1.1.14",
"@bn-digital/webpack": "^1.17.13",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@bn-digital/vite": "^1.4.5",
"@bn-digital/webpack": "^1.18.7",
"@gravitybv/strapi-plugin-permissions": "^1.0.2",
"@sentry/browser": "^6.16.1",
"@sentry/cli": "^1.71.0",
"@sentry/node": "^6.16.1",
"@sentry/react": "^6.16.1",
"@sentry/tracing": "^6.16.1",
"@strapi/plugin-content-manager": "^4.0.2",
"@strapi/plugin-content-type-builder": "^4.0.2",
"@strapi/plugin-email": "^4.0.2",
"@strapi/plugin-graphql": "^4.0.2",
"@strapi/plugin-i18n": "^4.0.2",
"@strapi/plugin-sentry": "^4.0.2",
"@strapi/plugin-upload": "^4.0.2",
"@strapi/plugin-users-permissions": "^4.0.2",
"@strapi/provider-email-nodemailer": "^4.0.2",
"@strapi/provider-upload-aws-s3": "^4.0.2",
"@strapi/strapi": "^4.0.2",
"antd": "^4.17.4",
"@strapi/plugin-content-manager": "^4.0.4",
"@strapi/plugin-content-type-builder": "^4.0.4",
"@strapi/plugin-email": "^4.0.4",
"@strapi/plugin-graphql": "^4.0.4",
"@strapi/plugin-i18n": "^4.0.4",
"@strapi/plugin-sentry": "^4.0.4",
"@strapi/plugin-upload": "^4.0.4",
"@strapi/plugin-users-permissions": "^4.0.4",
"@strapi/provider-email-nodemailer": "^4.0.4",
"@strapi/provider-upload-aws-s3": "^4.0.4",
"@strapi/strapi": "^4.0.4",
"antd": "^4.18.3",
"commander": "^8.3.0",
"core-js": "^3.20.1",
"esbuild": "^0.14.8",
"core-js": "^3.20.3",
"esbuild": "^0.14.11",
"graphql": "^16.2.0",
"gsap": "^3.9.1",
"history": "^5.2.0",
"knex": "^0.95.15",
"knex": "^1.0.1",
"less": "^4.1.2",
"moment": "^2.29.1",
"pg": "^8.7.1",
Expand All @@ -50,61 +49,52 @@
"react-gtm-module": "^2.0.11",
"react-helmet": "^6.1.0",
"react-helmet-async": "^1.2.2",
"react-intl": "^5.24.0",
"react-markdown": "^7.1.1",
"react-intl": "^5.24.3",
"react-markdown": "^7.1.2",
"react-responsive": "^9.0.0-beta.5",
"react-router": "^6.2.1",
"react-router-dom": "^6.2.1",
"react-router-hash-link": "^2.4.3",
"react-slick": "^0.28.1",
"react-use": "^17.3.1",
"sass": "^1.45.1",
"slugify": "^1.6.4",
"react-use": "^17.3.2",
"sass": "^1.48.0",
"slugify": "^1.6.5",
"sqlite3": "^5.0.2",
"strapi": "^3.6.8",
"strapi-admin": "^3.6.8",
"strapi-connector-bookshelf": "^3.6.8",
"strapi-middleware-cache": "^2.1.7",
"strapi-plugin-config-sync": "^1.0.0-beta.4",
"strapi-plugin-content-manager": "^3.6.8",
"strapi-plugin-content-type-builder": "^3.6.8",
"strapi-plugin-email": "^3.6.8",
"strapi-plugin-email-designer": "^1.1.7",
"strapi-plugin-graphql": "^3.6.8",
"strapi-plugin-graphs-builder": "^0.1.0",
"strapi-plugin-i18n": "^3.6.8",
"strapi-plugin-import-export-content": "^0.4.2",
"strapi-plugin-preview-content": "^1.3.1",
"strapi-plugin-responsive-image": "^0.5.0",
"strapi-plugin-sentry": "^3.6.8",
"strapi-plugin-sitemap": "^2.0.2",
"strapi-plugin-sitemap": "^2.0.5",
"strapi-plugin-upload": "^3.6.8",
"strapi-plugin-users-permissions": "^3.6.8",
"strapi-provider-email-mailgun": "^3.6.8",
"strapi-provider-email-nodemailer": "^3.6.8",
"strapi-provider-email-sendmail": "^3.6.8",
"strapi-provider-upload-aws-s3": "^3.6.8",
"strapi-utils": "^3.6.8",
"tailwindcss": "^3.0.7",
"webpack": "^5.65.0",
"workbox-background-sync": "^6.4.2",
"workbox-build": "^6.4.2",
"workbox-cacheable-response": "^6.4.2",
"workbox-cli": "^6.4.2",
"workbox-core": "^6.4.2",
"workbox-expiration": "^6.4.2",
"workbox-google-analytics": "^6.4.2",
"workbox-precaching": "^6.4.2",
"workbox-routing": "^6.4.2",
"workbox-streams": "^6.4.2",
"workbox-sw": "^6.4.2",
"workbox-window": "^6.4.2"
"tailwindcss": "^3.0.15",
"webpack": "^5.66.0"
},
"devDependencies": {
"@types/node": "16.11.15",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react-gtm-module": "^2.0.1",
"@types/react-helmet": "^6.1.5",
"@types/react-router-hash-link": "^2.4.4",
"cross-env": "^7.0.3",
"dotenv": "^10.0.0",
"dotenv": "^13.0.0",
"node-gyp": "^8.4.1",
"nodemon": "^2.0.15",
"ts-node": "^10.4.0",
Expand Down
Loading

0 comments on commit 2cf722e

Please sign in to comment.