@dword-design/base 11.0.11 → 11.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,7 @@ Object {
5
5
  "features": Object {
6
6
  "ghcr.io/devcontainers/features/docker-in-docker:2": Object {},
7
7
  },
8
- "image": "mcr.microsoft.com/devcontainers/javascript-node:0-18",
8
+ "image": "mcr.microsoft.com/devcontainers/javascript-node:1-18",
9
9
  "updateContentCommand": "yarn --frozen-lockfile",
10
10
  }
11
11
  `;
@@ -3,7 +3,7 @@ export default function () {
3
3
  features: {
4
4
  'ghcr.io/devcontainers/features/docker-in-docker:2': {}
5
5
  },
6
- image: `mcr.microsoft.com/devcontainers/javascript-node:0-${this.config.nodeVersion}`,
6
+ image: `mcr.microsoft.com/devcontainers/javascript-node:1-${this.config.nodeVersion}`,
7
7
  updateContentCommand: 'yarn --frozen-lockfile'
8
8
  };
9
9
  }
@@ -8,6 +8,7 @@ Object {
8
8
  "tasks": Array [
9
9
  Object {
10
10
  "before": "echo \\"export PUPPETEER_CACHE_DIR=/workspace/foo/node_modules/.cache/puppeteer\\" >> /home/gitpod/.bashrc
11
+ echo \\"export PLAYWRIGHT_BROWSERS_PATH=0\\" >> /home/gitpod/.bashrc
11
12
  gitpod-env-per-project >> /home/gitpod/.bashrc && source /home/gitpod/.bashrc",
12
13
  "init": "git config --global user.name \\"Sebastian Landwehr\\"
13
14
  git config diff.lfs.textconv cat
@@ -13,6 +13,7 @@ export default function () {
13
13
  // https://www.gitpod.io/docs/configure/workspaces/workspace-lifecycle#workspace-stopped
14
14
  before: endent`
15
15
  echo "export PUPPETEER_CACHE_DIR=/workspace/${packageName}/node_modules/.cache/puppeteer" >> /home/gitpod/.bashrc
16
+ echo "export PLAYWRIGHT_BROWSERS_PATH=0" >> /home/gitpod/.bashrc
16
17
  gitpod-env-per-project >> /home/gitpod/.bashrc && source /home/gitpod/.bashrc
17
18
  `,
18
19
  init: endent`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/base",
3
- "version": "11.0.11",
3
+ "version": "11.1.1",
4
4
  "description": "Base package for projects.",
5
5
  "repository": "dword-design/base",
6
6
  "funding": "https://github.com/sponsors/dword-design",
@@ -29,7 +29,7 @@
29
29
  "@commitlint/cli": "^18.4.4",
30
30
  "@commitlint/config-conventional": "^18.4.4",
31
31
  "@dword-design/babel-config": "^4.0.0",
32
- "@dword-design/base-config-node": "^2.0.0",
32
+ "@dword-design/base-config-node": "^3.0.0",
33
33
  "@dword-design/ci": "^4.0.0",
34
34
  "@dword-design/eslint-config": "^5.0.0",
35
35
  "@dword-design/functions": "^6.0.0",
@@ -71,7 +71,7 @@
71
71
  "mocha-ui-exports-auto-describe": "^3.0.0",
72
72
  "nyc": "^15.0.0",
73
73
  "output-files": "^2.0.0",
74
- "package-name-regex": "^3.0.0",
74
+ "package-name-regex": "^4.0.0",
75
75
  "parse-git-config": "^3.0.0",
76
76
  "parse-packagejson-name": "^1.0.1",
77
77
  "plugin-name-to-package-name": "npm:@dword-design/plugin-name-to-package-name",