Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-angular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: pnpm angular:serve &

- name: Run Cypress E2E tests
uses: cypress-io/github-action@c32f12761482a282d24ca0fd7466d8ae86f54ba8 # v7.4.2
uses: cypress-io/github-action@09090944bd8aaa2a517cefb6e38bf1aae336b42b # v7.4.3
with:
install: false
package-manager-cache: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-aurelia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: pnpm aurelia:serve &

- name: Run Cypress E2E tests
uses: cypress-io/github-action@c32f12761482a282d24ca0fd7466d8ae86f54ba8 # v7.4.2
uses: cypress-io/github-action@09090944bd8aaa2a517cefb6e38bf1aae336b42b # v7.4.3
with:
install: false
package-manager-cache: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: pnpm react:serve &

- name: Run Cypress E2E tests
uses: cypress-io/github-action@c32f12761482a282d24ca0fd7466d8ae86f54ba8 # v7.4.2
uses: cypress-io/github-action@09090944bd8aaa2a517cefb6e38bf1aae336b42b # v7.4.3
with:
install: false
package-manager-cache: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-vanilla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: pnpm vanilla:serve:demo &

- name: Run Cypress E2E tests
uses: cypress-io/github-action@c32f12761482a282d24ca0fd7466d8ae86f54ba8 # v7.4.2
uses: cypress-io/github-action@09090944bd8aaa2a517cefb6e38bf1aae336b42b # v7.4.3
with:
install: false
package-manager-cache: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-vue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: pnpm vue:serve &

- name: Run Cypress E2E tests
uses: cypress-io/github-action@c32f12761482a282d24ca0fd7466d8ae86f54ba8 # v7.4.2
uses: cypress-io/github-action@09090944bd8aaa2a517cefb6e38bf1aae336b42b # v7.4.3
with:
install: false
package-manager-cache: false
Expand Down
4 changes: 2 additions & 2 deletions demos/react-fluent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@fluentui/react-components": "^9.74.6",
"@fluentui/react-icons": "^2.0.337",
"@fluentui/react-components": "^9.74.7",
"@fluentui/react-icons": "^2.0.338",
"@slickgrid-universal/common": "workspace:*",
"@slickgrid-universal/composite-editor-component": "workspace:*",
"@slickgrid-universal/custom-tooltip-plugin": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions frameworks/slickgrid-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
"vue": ">=3.5.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.58.12",
"@microsoft/api-extractor": "^7.59.0",
"@vitejs/plugin-vue": "catalog:",
"@vue/language-core": "^3.3.10",
"@vue/language-core": "^3.3.11",
"cross-env": "catalog:",
"i18next": "catalog:",
"i18next-vue": "catalog:",
Expand All @@ -77,6 +77,6 @@
"vite": "catalog:",
"vite-plugin-dts": "^5.0.3",
"vue": "catalog:",
"vue-tsc": "^3.3.10"
"vue-tsc": "^3.3.11"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"cross-env": "catalog:",
"cypress": "catalog:",
"cypress-real-events": "catalog:",
"eslint-plugin-cypress": "^7.0.0",
"eslint-plugin-cypress": "^7.0.1",
"eslint-plugin-local-import-ext": "0.2.0",
"globals": "catalog:",
"jsdom": "catalog:",
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@
"dequal": "catalog:",
"multiple-select-vanilla": "catalog:",
"sortablejs": "catalog:",
"vanilla-calendar-pro": "^3.2.0"
"vanilla-calendar-pro": "^3.3.1"
},
"devDependencies": {
"autoprefixer": "^10.5.4",
"cssnano": "^8.0.5",
"cssnano": "^8.0.8",
"native-copyfiles": "catalog:",
"npm-run-all2": "catalog:",
"postcss": "^8.5.26",
Expand Down
Loading
Loading