Skip to content

Commit

Permalink
update: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vladyslavvolkov committed Aug 15, 2022
1 parent e2def41 commit 63f1f20
Show file tree
Hide file tree
Showing 11 changed files with 4,451 additions and 4,043 deletions.
6 changes: 4 additions & 2 deletions .idea/aws.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file added CHANGELOG.md
Empty file.
7 changes: 4 additions & 3 deletions images/build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# syntax docker/dockerfile:latest
ARG nodejs_version="18.6.0"
ARG nodejs_version="18.7.0"
ARG os_version="alpine3.16"
FROM node:${nodejs_version}-${os_version} AS yarn
WORKDIR /usr/local/src
ENV YARN_CACHE_FOLDER=/var/cache/yarn
VOLUME ["/usr/local/src"]
VOLUME ["/var/cache/yarn"]
COPY app .
RUN apk add --update --no-cache \
alpine-sdk \
build-base \
sqlite-libs \
python3 \
openssl \
Expand All @@ -20,3 +19,5 @@ RUN apk add --update --no-cache \
&& yarn config set preferAggregateCacheInfo true \
&& yarn \
&& yarn rebuild
VOLUME ["/var/cache/yarn"]
VOLUME ["/root/.cache"]

This file was deleted.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion images/build/app/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ nodeLinker: node-modules

preferAggregateCacheInfo: true

yarnPath: .yarn/releases/yarn-4.0.0-rc.14.git.20220721.hash-4a097fa.cjs
yarnPath: .yarn/releases/yarn-4.0.0-rc.14.git.20220813.hash-cf67f3a.cjs
78 changes: 42 additions & 36 deletions images/build/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,78 +9,84 @@
"@apollo/client": "^3.6.9",
"@bn-digital/antd": "^1.1.2",
"@bn-digital/commitlint-config": "^1.3.1",
"@bn-digital/eslint-config": "^1.20.3",
"@bn-digital/eslint-config": "^1.20.7",
"@bn-digital/graphql-client": "^1.4.0",
"@bn-digital/graphql-config": "^1.2.0",
"@bn-digital/postcss-config": "^1.1.3",
"@bn-digital/prettier-config": "^1.15.1",
"@bn-digital/graphql-config": "^1.2.2",
"@bn-digital/postcss-config": "^1.1.5",
"@bn-digital/prettier-config": "^1.15.2",
"@bn-digital/react": "^1.4.0",
"@bn-digital/react-i18n": "^1.0.2",
"@bn-digital/sdk": "^1.3.0",
"@bn-digital/stylelint-config": "^1.14.5",
"@bn-digital/stylelint-config": "^1.14.6",
"@bn-digital/vault-env": "^1.4.0",
"@bn-digital/vite": "^1.12.1",
"@bn-digital/webpack": "^1.21.0",
"@bn-digital/vite": "^1.12.10",
"@bn-digital/webpack": "^1.22.2",
"@fullcalendar/core": "^5.11.2",
"@fullcalendar/react": "^5.11.2",
"@googlemaps/react-wrapper": "^1.1.35",
"@gravitybv/strapi-plugin-permissions": "^1.0.5",
"@strapi/plugin-content-manager": "^4.3.0-beta.2",
"@strapi/plugin-content-type-builder": "^4.3.0-beta.2",
"@strapi/plugin-email": "^4.3.0-beta.2",
"@strapi/plugin-graphql": "^4.3.0-beta.2",
"@strapi/plugin-i18n": "^4.3.0-beta.2",
"@strapi/plugin-sentry": "^4.3.0-beta.2",
"@sentry/cli": "^2.5.0",
"@sentry/react": "^7.10.0",
"@strapi/database": "^4.3.4",
"@strapi/plugin-content-manager": "^4.3.4",
"@strapi/plugin-content-type-builder": "^4.3.4",
"@strapi/plugin-email": "^4.3.4",
"@strapi/plugin-graphql": "^4.3.4",
"@strapi/plugin-i18n": "^4.3.4",
"@strapi/plugin-sentry": "^4.3.4",
"@strapi/plugin-seo": "^1.7.4",
"@strapi/plugin-upload": "^4.3.0-beta.2",
"@strapi/plugin-users-permissions": "^4.3.0-beta.2",
"@strapi/provider-email-nodemailer": "^4.3.0-beta.2",
"@strapi/provider-upload-aws-s3": "^4.3.0-beta.2",
"@strapi/strapi": "^4.3.0-beta.2",
"antd": "^4.22.0",
"@strapi/plugin-upload": "^4.3.4",
"@strapi/plugin-users-permissions": "^4.3.4",
"@strapi/provider-email-nodemailer": "^4.3.4",
"@strapi/provider-upload-aws-s3": "^4.3.4",
"@strapi/strapi": "^4.3.4",
"antd": "^4.22.5",
"better-sqlite3": "^7.6.2",
"commander": "^9.4.0",
"core-js": "^3.24.0",
"core-js": "^3.24.1",
"cross-env": "^7.0.3",
"cypress": "^10.4.0",
"date-fns": "^2.29.1",
"dotenv": "^16.0.1",
"esbuild": "^0.14.50",
"esbuild": "^0.15.3",
"graphql": "^16.5.0",
"gsap": "^3.10.4",
"history": "^5.3.0",
"knex": "^2.2.0",
"less": "^4.1.3",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"pg": "^8.7.3",
"prom-client": "^14.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga": "^3.3.1",
"react-gtm-module": "^2.0.11",
"react-helmet": "^6.1.0",
"react-facebook-login": "^4.1.1",
"react-google-login": "^5.2.2",
"react-helmet-async": "^1.3.0",
"react-intl": "^6.0.5",
"react-markdown": "^8.0.3",
"react-responsive": "^9.0.0-beta.10",
"react-router": "^6.4.0-pre.10",
"react-router-dom": "^6.4.0-pre.10",
"react-router": "^6.4.0-pre.12",
"react-router-dom": "^6.4.0-pre.12",
"react-use": "^17.4.0",
"sass": "^1.54.0",
"sass": "^1.54.4",
"sharp": "^0.30.7",
"sqlite3": "^5.0.10",
"strapi-plugin-config-sync": "^1.0.2",
"sqlite3": "^5.0.11",
"strapi-plugin-config-sync": "^1.0.3",
"strapi-plugin-email-designer": "^2.1.1",
"strapi-plugin-graphs-builder": "^1.0.0",
"strapi-plugin-import-export-entries": "^1.6.9",
"strapi-plugin-import-export-entries": "^1.11.0",
"strapi-plugin-menus": "^1.0.0",
"strapi-plugin-sitemap": "^2.0.8",
"strapi-prometheus": "^0.6.2",
"vite": "^3.0.3",
"vite": "^3.0.7",
"webpack": "^5.74.0"
},
"devDependencies": {
"@mapbox/node-pre-gyp": "^1.0.9",
"@types/node": "^18.6.1",
"@types/react": "^18.0.15",
"@types/google.maps": "^3.49.2",
"@types/node": "^18.7.4",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/react-gtm-module": "^2.0.1",
"@types/react-helmet": "^6.1.5",
"@types/react-router-hash-link": "^2.4.5",
"@vscode/sqlite3": "^5.0.8",
"nodemon": "^2.0.19",
Expand Down
Loading

0 comments on commit 63f1f20

Please sign in to comment.