Skip to content

Commit

Permalink
Merge branch 'main' into 1312-power-apps-add-english-language-for-the-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Jul 24, 2023
2 parents 0bafce2 + 23e6bef commit 9cac985
Show file tree
Hide file tree
Showing 9 changed files with 222 additions and 222 deletions.
2 changes: 1 addition & 1 deletion output/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/react": "^18.2.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.64.0"
"sass": "^1.64.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
6 changes: 3 additions & 3 deletions output/vue/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"@axe-core/playwright": "^4.7.3",
"@playwright/experimental-ct-vue": "1.35.1",
"@vitejs/plugin-vue": "^4.2.3",
"sass": "^1.64.0",
"sass": "^1.64.1",
"typescript": "^4.9.5",
"vite": "^4.4.5",
"vue-tsc": "^1.8.5"
"vite": "^4.4.6",
"vue-tsc": "^1.8.6"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
410 changes: 205 additions & 205 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"hygen": "^6.2.11",
"lit": "^2.7.6",
"nodemon": "3.0.1",
"sass": "^1.64.0"
"sass": "^1.64.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
2 changes: 1 addition & 1 deletion packages/foundations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"cpr": "3.0.1",
"dotenv": "^16.3.1",
"nodemon": "3.0.1",
"sass": "^1.64.0",
"sass": "^1.64.1",
"style-dictionary": "3.8.0"
},
"publishConfig": {
Expand Down
10 changes: 5 additions & 5 deletions showcases/patternhub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@code-hike/mdx": "^0.9.0",
"@db-ui/react-elements": "^0.24.4",
"next": "13.4.10",
"next": "13.4.12",
"react": "18.2.0",
"react-dom": "18.2.0",
"remark-gfm": "3.0.1"
Expand All @@ -34,15 +34,15 @@
"@babel/preset-react": "7.22.5",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.4.10",
"@types/node": "20.4.2",
"@next/mdx": "^13.4.12",
"@types/node": "20.4.4",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"eslint": "8.45.0",
"eslint-config-next": "13.4.10",
"eslint-config-next": "13.4.12",
"iframe-resizer": "^4.3.6",
"open-cli": "^7.2.0",
"sass": "^1.64.0",
"sass": "^1.64.1",
"typescript": "4.9.5"
}
}
4 changes: 2 additions & 2 deletions showcases/react-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"cross-env": "^7.0.3",
"sass": "^1.64.0",
"sass": "^1.64.1",
"typescript": "^4.9.5",
"vite": "^4.4.5"
"vite": "^4.4.6"
}
}
2 changes: 1 addition & 1 deletion showcases/vanilla-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"devDependencies": {
"cpr": "3.0.1",
"npm-run-all": "4.1.5",
"vite": "^4.4.5"
"vite": "^4.4.6"
}
}
6 changes: 3 additions & 3 deletions showcases/vue-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"cross-env": "^7.0.3",
"sass": "^1.64.0",
"sass": "^1.64.1",
"typescript": "^4.9.5",
"vite": "^4.4.5",
"vue-tsc": "^1.8.5"
"vite": "^4.4.6",
"vue-tsc": "^1.8.6"
}
}

0 comments on commit 9cac985

Please sign in to comment.