From f22443dce82fdb7d1b77d7148444a4884ae533b6 Mon Sep 17 00:00:00 2001 From: Rene Haas Date: Fri, 25 Nov 2022 10:31:14 +0000 Subject: [PATCH 1/2] changes --- examples/react/package-lock.json | 2 -- local/full-coverage/bin/generateFullCoverage.js | 0 local/playwright-tooling/bin/mergeCoverage.js | 0 3 files changed, 2 deletions(-) mode change 100644 => 100755 local/full-coverage/bin/generateFullCoverage.js mode change 100644 => 100755 local/playwright-tooling/bin/mergeCoverage.js diff --git a/examples/react/package-lock.json b/examples/react/package-lock.json index 2f36c10..a5f3516 100644 --- a/examples/react/package-lock.json +++ b/examples/react/package-lock.json @@ -5,8 +5,6 @@ "requires": true, "packages": { "": { - "name": "react", - "version": "0.0.0", "dependencies": { "overlayscrollbars": "file:../../packages/overlayscrollbars/dist", "overlayscrollbars-react": "file:../../packages/overlayscrollbars-react/dist", diff --git a/local/full-coverage/bin/generateFullCoverage.js b/local/full-coverage/bin/generateFullCoverage.js old mode 100644 new mode 100755 diff --git a/local/playwright-tooling/bin/mergeCoverage.js b/local/playwright-tooling/bin/mergeCoverage.js old mode 100644 new mode 100755 From 526ab3c135dd5835f065751ea84b55edd3031a81 Mon Sep 17 00:00:00 2001 From: Rene Haas Date: Fri, 25 Nov 2022 10:37:46 +0000 Subject: [PATCH 2/2] update examples and codespace --- .devcontainer/devcontainer.json | 6 ++---- examples/angular/angular.json | 3 +++ examples/angular/package-lock.json | 2 +- examples/svelte/package-lock.json | 2 +- examples/vue/package-lock.json | 2 +- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 482a3f8..fda36f5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,8 @@ // README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node { "name": "Node.js & TypeScript", - "image": "mcr.microsoft.com/devcontainers/typescript-node:16-bullseye" + "image": "mcr.microsoft.com/devcontainers/typescript-node:16-bullseye", + "postCreateCommand": "npm i && npm run build:os" // Features to add to the dev container. More info: https://containers.dev/features. // "features": {}, @@ -10,9 +11,6 @@ // Use 'forwardPorts' to make a list of ports inside the container available locally. // "forwardPorts": [], - // Use 'postCreateCommand' to run commands after the container is created. - // "postCreateCommand": "yarn install", - // Configure tool-specific properties. // "customizations": {}, diff --git a/examples/angular/angular.json b/examples/angular/angular.json index 02518d4..7a2ce39 100644 --- a/examples/angular/angular.json +++ b/examples/angular/angular.json @@ -110,5 +110,8 @@ } } } + }, + "cli": { + "analytics": false } } diff --git a/examples/angular/package-lock.json b/examples/angular/package-lock.json index 4b682f9..eadf466 100644 --- a/examples/angular/package-lock.json +++ b/examples/angular/package-lock.json @@ -42,7 +42,7 @@ }, "../../packages/overlayscrollbars/dist": { "name": "overlayscrollbars", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT" }, "../dist": { diff --git a/examples/svelte/package-lock.json b/examples/svelte/package-lock.json index ac477c9..0f04d16 100644 --- a/examples/svelte/package-lock.json +++ b/examples/svelte/package-lock.json @@ -47,7 +47,7 @@ }, "../../packages/overlayscrollbars/dist": { "name": "overlayscrollbars", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT" }, "node_modules/@cloudflare/workers-types": { diff --git a/examples/vue/package-lock.json b/examples/vue/package-lock.json index 5ffb1d6..9d5bbdf 100644 --- a/examples/vue/package-lock.json +++ b/examples/vue/package-lock.json @@ -31,7 +31,7 @@ }, "../../packages/overlayscrollbars/dist": { "name": "overlayscrollbars", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT" }, "node_modules/@ampproject/remapping": {