Skip to content

Commit

Permalink
chore: update to latest stencil minor release and adjusted vue exampl…
Browse files Browse the repository at this point in the history
…e app configs
  • Loading branch information
colinscz committed Oct 4, 2024
1 parent 7efe0c6 commit 64f04a5
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 13 deletions.
6 changes: 3 additions & 3 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "cross-env BASE_URL=/six-webcomponents/demo/vue/ vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"vue": "^3.5.11",
"vue-router": "^4.2.5",
"vue-router": "^4.4.3",
"@six-group/ui-library-vue": "*"
},
"devDependencies": {
Expand All @@ -27,7 +27,7 @@
"@vue/tsconfig": "^0.5.1",
"eslint-plugin-vue": "^9.17.0",
"npm-run-all2": "^6.1.1",
"vite": "^5.2.0",
"vite": "^5.3.1",
"vue-tsc": "^2.1.6",
"cross-env": "^7.0.3"
}
Expand Down
1 change: 0 additions & 1 deletion examples/vue/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"exclude": ["src/**/__tests__/*"],
"compilerOptions": {
"composite": true,
"moduleResolution": "node",
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
Expand Down
1 change: 1 addition & 0 deletions examples/vue/tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "nightwatch.conf.*", "playwright.config.*"],
"compilerOptions": {
"composite": true,
"noEmit": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"types": ["node"]
Expand Down
4 changes: 2 additions & 2 deletions libraries/ui-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"codeclean": "npm run lint:fix && npm run prettier:fix"
},
"dependencies": {
"@stencil/core": "^4.21.0",
"@stencil/core": "^4.22.0",
"@types/resize-observer-browser": "^0.1.5"
},
"devDependencies": {
Expand All @@ -48,7 +48,7 @@
"@typescript-eslint/parser": "^7.0.0",
"material-icons": "^1.13.12",
"replace-in-file": "^6.3.5",
"rimraf": "^3.0.2"
"rimraf": "^5.0.0"
},
"engines": {
"node": ">=16"
Expand Down
29 changes: 22 additions & 7 deletions package-lock.json

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

0 comments on commit 64f04a5

Please sign in to comment.