Skip to content
Merged
2 changes: 1 addition & 1 deletion examples/ui-prompting-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"style-loader": "3.3.3",
"ts-loader": "9.4.4",
"ts-node": "10.9.2",
"typescript": "5.6.2",
"typescript": "5.9.3",
"ws": "8.18.0"
}
}
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,39 +5,39 @@
"author": "@SAP/ux-tools-team",
"private": true,
"devDependencies": {
"@changesets/cli": "2.27.10",
"@changesets/cli": "2.29.7",
"@playwright/test": "1.56.1",
"@types/jest": "30.0.0",
"@types/node": "18.11.9",
"@types/node": "18.19.130",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "10.4.7",
"check-dependency-version-consistency": "5.0.0",
"esbuild": "0.25.6",
"autoprefixer": "10.4.21",
"check-dependency-version-consistency": "5.0.1",
"esbuild": "0.25.11",
"esbuild-sass-plugin": "3.3.1",
"eslint": "8.56.0",
"eslint-config-prettier": "8.10.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint": "8.57.1",
"eslint-config-prettier": "8.10.2",
"eslint-import-resolver-typescript": "3.10.1",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsdoc": "46.10.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.23.0",
"eslint-plugin-prettier": "4.2.5",
"eslint-plugin-promise": "6.6.0",
"eslint-plugin-sonarjs": "0.25.1",
"husky": "8.0.3",
"jest": "30.1.1",
"jest": "30.2.0",
"jest-sonar": "0.2.16",
"npm-run-all2": "7.0.2",
"nx": "21.0.3",
"postcss": "8.5.1",
"prebuild-install": "^7.0.1",
"nx": "21.6.5",
"postcss": "8.5.6",
"prebuild-install": "^7.1.3",
"prettier": "2.8.8",
"pretty-quick": "3.1.3",
"react-select": "5.8.0",
"react-virtualized": "9.22.5",
"pretty-quick": "3.3.1",
"react-select": "5.10.2",
"react-virtualized": "9.22.6",
"rimraf": "6.0.1",
"ts-jest": "29.4.1",
"typescript": "5.9.2",
"update-ts-references": "3.2.1",
"ts-jest": "29.4.5",
"typescript": "5.9.3",
"update-ts-references": "3.6.2",
"yargs-parser": "21.1.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/control-property-editor-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@sap-ux/logger": "workspace:*",
"npm-run-all2": "6.2.0",
"rimraf": "6.0.1",
"ts-jest": "29.4.1"
"ts-jest": "29.4.5"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/control-property-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"source-map-support": "0.5.16",
"stream-browserify": "3.0.0",
"ts-import-plugin": "1.6.3",
"ts-jest": "29.4.1",
"ts-jest": "29.4.5",
"postcss-modules": "6.0.1",
"ejs": "3.1.10",
"@ui5/fs": "3.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/fiori-app-sub-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@types/yeoman-generator": "5.2.14",
"@types/yeoman-test": "4.0.6",
"jest-extended": "6.0.0",
"jest-mock": "30.0.5",
"jest-mock": "30.2.0",
"mock-spawn": "0.2.6",
"rimraf": "6.0.1",
"yeoman-test": "6.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-file-matchers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"chalk": "4.1.2",
"dir-compare": "5.0.0",
"filenamify": "4.2.0",
"jest-diff": "30.0.1",
"jest-diff": "30.2.0",
"minimatch": "3.0.5",
"mkdirp": "1.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-runner-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"chalk": "4.1.2",
"jest-environment-node": "30.0.1",
"jest-environment-node": "30.2.0",
"mkdirp": "1.0.4",
"puppeteer-core": "22.15.0",
"which": "2.0.2"
Expand Down
5 changes: 3 additions & 2 deletions packages/project-access/test/project/ui5-config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,14 @@ describe('Test getAllUi5YamlFileNames()', () => {
memFs.write(join(samplesRoot, 'default-with-ui5-yaml', 'ui5-something.yaml'), 'yet another test');
memFs.delete(join(samplesRoot, 'default-with-ui5-yaml', 'ui5-custom.yaml'));

expect(await getAllUi5YamlFileNames(join(samplesRoot, 'default-with-ui5-yaml'), memFs)).toMatchInlineSnapshot(`
const result = await getAllUi5YamlFileNames(join(samplesRoot, 'default-with-ui5-yaml'), memFs);
expect(result.sort()).toMatchInlineSnapshot(`
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sort array before matching snapshot as it sometimes fails.

Array [
"ui5-custom-multi.yaml",
"ui5-local.yaml",
"ui5-mock.yaml",
"ui5.yaml",
"ui5-something.yaml",
"ui5.yaml",
]
`);
});
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@types/react-virtualized": "9.21.29",
"@types/sanitize-html": "2.11.0",
"@types/uuid": "3.4.11",
"babel-jest": "30.0.1",
"babel-jest": "30.2.0",
"babel-loader": "9.1.3",
"copyfiles": "2.4.1",
"css-loader": "6.8.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-prompting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
"@types/inquirer": "8.2.6",
"@types/react": "16.14.55",
"@types/react-dom": "16.9.24",
"babel-jest": "30.0.1",
"babel-jest": "30.2.0",
"babel-loader": "9.1.3",
"copyfiles": "2.4.1",
"css-loader": "6.8.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-storybook": "0.6.15",
"jest-environment-jsdom": "30.0.1",
"jest-environment-jsdom": "29.7.0",
"jest-scss-transform": "1.0.4",
"npm-run-all2": "6.2.0",
"react": "16.14.0",
Expand Down
Loading