Skip to content

Commit

Permalink
Merge branch 'main' into fix-2678-tag-default-html
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Jun 20, 2024
2 parents 86c4809 + b20ada3 commit 60db565
Show file tree
Hide file tree
Showing 64 changed files with 2,897 additions and 655 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@playwright/test": "1.44.1",
"cpr": "3.0.1",
"cpy-cli": "^5.0.0",
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
"fs-extra": "^11.1.0",
Expand Down
8 changes: 4 additions & 4 deletions output/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
],
"scripts": {
"build": "npm-run-all tsc",
"mv:dist": "cpr dist ../../build-outputs/react/dist -o",
"mv:package.json": "cpr package.json ../../build-outputs/react/package.json -o",
"mv:readme": "cpr README.md ../../build-outputs/react/README.md -o",
"mv:dist": "cpy dist ../../build-outputs/react",
"mv:package.json": "cpy package.json ../../build-outputs/react",
"mv:readme": "cpy README.md ../../build-outputs/react",
"open:report": "npx playwright show-report",
"postbuild": "npm-run-all -p mv:*",
"regenerate:screenshots": "playwright test -c playwright.config.ts --update-snapshots",
Expand All @@ -29,7 +29,7 @@
"@types/react": "^18.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.77.5"
"sass": "^1.77.6"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
8 changes: 4 additions & 4 deletions output/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"build:01_vite": "vite build",
"build:02_types": "vue-tsc --declaration --emitDeclarationOnly",
"build:03_ts_workaround": "node scripts/fix-any-types.js",
"mv:dist": "cpr dist ../../build-outputs/vue/dist -o",
"mv:package.json": "cpr package.json ../../build-outputs/vue/package.json -o",
"mv:readme": "cpr README.md ../../build-outputs/vue/README.md -o",
"mv:dist": "cpy dist ../../build-outputs/vue",
"mv:package.json": "cpy package.json ../../build-outputs/vue",
"mv:readme": "cpy README.md ../../build-outputs/vue",
"postbuild": "npm-run-all -p mv:*",
"test:components": "playwright test -c playwright.config.ts"
},
Expand All @@ -43,7 +43,7 @@
"devDependencies": {
"@playwright/experimental-ct-vue": "1.44.1",
"@vitejs/plugin-vue": "^5.0.5",
"sass": "^1.77.5",
"sass": "^1.77.6",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vue-tsc": "^2.0.21"
Expand Down
6 changes: 3 additions & 3 deletions output/webcomponent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
],
"scripts": {
"build": "parcel build",
"mv:dist": "cpr dist ../../build-outputs/web-components/dist -o",
"mv:package.json": "cpr package.json ../../build-outputs/web-components/package.json -o",
"mv:readme": "cpr README.md ../../build-outputs/web-components/README.md -o",
"mv:dist": "cpy dist ../../build-outputs/web-components",
"mv:package.json": "cpy package.json ../../build-outputs/web-components",
"mv:readme": "cpy README.md ../../build-outputs/web-components",
"postbuild": "npm-run-all -p mv:*"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 60db565

Please sign in to comment.