Skip to content

Commit

Permalink
update: package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vladyslavvolkov committed Oct 16, 2022
1 parent a464c56 commit daeb1eb
Show file tree
Hide file tree
Showing 6 changed files with 712 additions and 229 deletions.
4 changes: 4 additions & 0 deletions build-container-structure-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ schemaVersion: 2.0.0
globalEnvVars:
- key: NODE_ENV
value: development
fileExistenceTests:
- name: Yarn cache
path: /var/cache/yarn
shouldExist: true
metadataTest:
volumes:
- /usr/local/src
Expand Down
2 changes: 1 addition & 1 deletion packages/yarn/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax docker/dockerfile:latest
ARG nodejs_version="18"
ARG nodejs_version="18.11.0"
ARG os_version="bullseye-slim"
FROM node:${nodejs_version}-${os_version}
RUN apt-get update --fix-missing \
Expand Down

Large diffs are not rendered by default.

8 changes: 3 additions & 5 deletions packages/yarn/app/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
compressionLevel: 0

enableGlobalCache: true

enableTelemetry: false
Expand All @@ -22,12 +24,8 @@ nmHoistingLimits: workspaces

nmSelfReferences: false

nmMode: hardlinks-global

nodeLinker: node-modules

preferAggregateCacheInfo: true

compressionLevel: 0

yarnPath: .yarn/releases/yarn-4.0.0-rc.24.cjs
yarnPath: .yarn/releases/yarn-4.0.0-rc.25.cjs
30 changes: 15 additions & 15 deletions packages/yarn/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"@ant-design/icons-svg": "^4.2.1",
"@apollo/client": "^3.7.0",
"@bn-digital/commitlint-config": "^2.0.0",
"@bn-digital/eslint-config": "^2.0.6",
"@bn-digital/graphql-config": "^2.0.6",
"@bn-digital/postcss-config": "^2.0.4",
"@bn-digital/prettier-config": "^2.0.3",
"@bn-digital/eslint-config": "^2.0.7",
"@bn-digital/graphql-config": "^2.0.8",
"@bn-digital/postcss-config": "^2.0.5",
"@bn-digital/prettier-config": "^2.0.5",
"@bn-digital/sdk": "^1.3.0",
"@bn-digital/strapi-plugin-email-emitter": "^1.0.16",
"@bn-digital/strapi-plugin-field-uuid": "^1.1.7",
"@bn-digital/strapi-types": "^1.0.41",
"@bn-digital/strapi-types": "^1.0.45",
"@bn-digital/stylelint-config": "^2.0.8",
"@bn-digital/vault-env": "^1.4.0",
"@bn-digital/vite": "^2.0.13",
Expand All @@ -25,7 +25,7 @@
"@googlemaps/react-wrapper": "^1.1.35",
"@material-ui/core": "^5.0.0-beta.5",
"@sentry/cli": "^2.7.0",
"@sentry/react": "^7.14.2",
"@sentry/react": "^7.15.0",
"@strapi/database": "^4.4.3",
"@strapi/plugin-content-manager": "^4.4.3",
"@strapi/plugin-content-type-builder": "^4.4.3",
Expand All @@ -40,15 +40,15 @@
"@strapi/provider-upload-aws-s3": "^4.4.3",
"@strapi/strapi": "^4.4.3",
"@strapi/typescript-utils": "^4.4.3",
"antd": "^4.23.4",
"axios": "^1.1.2",
"antd": "^4.23.5",
"axios": "^1.1.3",
"better-sqlite3": "^7.6.2",
"commander": "^9.4.1",
"core-js": "^3.25.5",
"cross-env": "^7.0.3",
"date-fns": "^2.29.3",
"dotenv": "^16.0.3",
"esbuild": "^0.15.10",
"esbuild": "^0.15.11",
"graphql": "^16.6.0",
"gsap": "^3.11.3",
"history": "^5.3.0",
Expand All @@ -67,7 +67,7 @@
"react-facebook-login": "^4.1.1",
"react-google-login": "^5.2.2",
"react-helmet-async": "^1.3.0",
"react-intl": "^6.1.2",
"react-intl": "^6.2.0",
"react-markdown": "^8.0.3",
"react-responsive": "^9.0.0",
"react-router": "^6.4.2",
Expand All @@ -79,29 +79,29 @@
"strapi-plugin-config-sync": "^1.0.4",
"strapi-plugin-email-designer": "^2.1.1",
"strapi-plugin-graphs-builder": "^1.0.0",
"strapi-plugin-import-export-entries": "^1.16.1",
"strapi-plugin-import-export-entries": "^1.16.2",
"strapi-plugin-menus": "^1.1.0",
"strapi-plugin-sitemap": "^2.0.8",
"strapi-plugin-wysiwyg-tui-editor": "^4.0.1",
"strapi-prometheus": "^0.7.0",
"uuid": "^9.0.0",
"vite": "^3.1.6",
"vite": "^3.1.8",
"webpack": "^5.74.0"
},
"devDependencies": {
"@mapbox/node-pre-gyp": "^1.0.10",
"@types/google.maps": "^3.50.4",
"@types/node": "^18.8.3",
"@types/node": "^18.11.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/uuid": "^8.3.4",
"@vscode/sqlite3": "^5.0.8",
"cypress": "^10.9.0",
"cypress": "^10.10.0",
"nodemon": "^2.0.20",
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"typescript": "^4.8.4"
},
"engineStrict": false,
"packageManager": "[email protected].24"
"packageManager": "[email protected].25"
}
Loading

0 comments on commit daeb1eb

Please sign in to comment.