Skip to content
Open
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
15 changes: 6 additions & 9 deletions packages/command-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,25 @@
"private": true,
"main": "commands.js",
"scripts": {
"start": "node commands.js"
"start": "node commands.js"
},
"devDependencies": {
"@prettier/plugin-xml": "^2.2.0",
"@types/jest-image-snapshot": "^4.3.1",
"@types/node": "^18.0.0",
"@types/node-fetch": "2.6.1",
"@types/shelljs": "^0.8.9",
"@types/shelljs": "^0.10.0",
"@types/xml2js": "^0.4.5",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"async-mutex": "^0.4.0",
"async-mutex": "^0.5.0",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"fast-xml-parser": "^4.0.1",
"fs-extra": "^10.1.0",
"fs-extra": "^11.3.4",
"identity-obj-proxy": "^3.0.0",
"node-fetch": "^2.6.1",
"peggy": "^1.2.0",
"prettier": "^2.5.1",
"shelljs": "^0.8.4",
"shx": "^0.3.4",
"shelljs": "^0.10.0",
"shx": "^0.4.0",
"tree-kill": "^1.2.2",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/generator-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"yeoman-generator": "^5.4.2"
},
"devDependencies": {
"@prettier/plugin-xml": "^2.2.0",
"@babel/eslint-parser": "^7.25.9",
"@prettier/plugin-xml": "^2.2.0",
"deepmerge": "^4.2.2",
"ejs": "^3.1.9",
"eslint": "^7.20.0",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-jest": "^27.1.3",
"eslint-plugin-jest": "^29.15.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ import { existsSync, mkdirSync } from "fs";
import { join } from "path";
import fg from "fast-glob";
import shelljs from "shelljs";
import zipAFolder from "zip-a-folder";
import { zip } from "zip-a-folder";
import { LICENSE_GLOB } from "../common/glob.mjs";

const { cp } = shelljs;
const { zip } = zipAFolder;

export async function copyLicenseFile(sourcePath, outDir) {
const absolutePath = join(sourcePath, LICENSE_GLOB);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import path from "path";
import util from "util";
import fs from "fs";

import makeDir from "make-dir";
import { makeDirectory } from "make-dir";
import mime from "mime";
import { createFilter } from "@rollup/pluginutils";

Expand Down Expand Up @@ -82,7 +82,7 @@ export default function url(options = {}) {
const base = options.destDir || outputOptions.dir || path.dirname(outputOptions.file);

// await fsMkdirPromise(base, { recursive: true });
await makeDir(base);
await makeDirectory(base);

await Promise.all(
Object.keys(copies).map(async name => {
Expand All @@ -91,7 +91,7 @@ export default function url(options = {}) {
// a directory structure
const outputDirectory = path.join(base, path.dirname(output));
// await fsMkdirPromise(outputDirectory, { recursive: true });
await makeDir(outputDirectory);
await makeDirectory(outputDirectory);
return copy(name, path.join(base, output));
})
);
Expand Down
56 changes: 25 additions & 31 deletions packages/pluggable-widgets-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@
"utils"
],
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-class-properties": "^7.25.9",
"@babel/plugin-transform-private-methods": "^7.25.9",
"@babel/plugin-transform-react-jsx": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@react-native/babel-preset": "0.77.3",
"@babel/core": "^7.29.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/plugin-transform-class-properties": "^7.28.6",
"@babel/plugin-transform-private-methods": "^7.28.6",
"@babel/plugin-transform-react-jsx": "^7.28.6",
"@babel/preset-env": "^7.29.2",
"@babel/preset-react": "^7.28.5",
"@prettier/plugin-xml": "^1.2.0",
"@react-native/babel-preset": "0.77.3",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.1",
Expand All @@ -46,48 +47,45 @@
"@testing-library/dom": "^8.20.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@testing-library/react-native": "^13.3.3",
"@testing-library/user-event": "^14.4.3",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^8.53.0",
"@typescript-eslint/parser": "^8.0.0",
"ansi-colors": "4.1.1",
"@babel/eslint-parser": "^7.25.9",
"ansi-colors": "4.1.3",
"babel-jest": "^29.0.0",
"big.js": "^6.0.2",
"concurrently": "^6.0.0",
"core-js": "^3.6.5",
"dotenv": "^8.2.0",
"dotenv": "^17.4.2",
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-jest": "^29.0.0",
"eslint-plugin-jest": "^29.15.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.2.0",
"fast-glob": "^3.0.0",
"find-free-port": "^2.0.0",
"fs-extra": "^9.0.1",
"fs-extra": "^11.3.4",
"identity-obj-proxy": "^3.0.0",
"jasmine": "^3.6.2",
"jasmine-core": "^3.6.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-jasmine2": "^29.0.3",
"jest-junit": "^13.0.0",
"make-dir": "^3.1.0",
"make-dir": "^5.1.0",
"mendix": "^11.8.0",
"mime": "^3.0.0",
"node-fetch": "^2.6.1",
"postcss": "^8.3.11",
"mime": "^4.1.0",
"postcss": "^8.5.10",
"postcss-import": "^14.0.2",
"postcss-url": "^10.1.0",
"prettier": "^2.5.1",
"react-test-renderer": "^19.2.4",
"react-test-renderer": "^19.2.5",
"recursive-copy": "^2.0.11",
"resolve": "^1.19.0",
"resolve": "^1.22.12",
"rollup": "^3.29.5",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-command": "^1.1.3",
Expand All @@ -97,25 +95,21 @@
"rollup-plugin-re": "^1.0.7",
"sass": "^1.43.4",
"semver": "^7.3.2",
"shelljs": "^0.8.4",
"shx": "^0.3.3",
"ts-jest": "^29.2.5",
"shelljs": "^0.10.0",
"shx": "^0.4.0",
"ts-jest": "^29.4.9",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"xml2js": "^0.6.2",
"zip-a-folder": "^0.0.12"
"zip-a-folder": "^6.1.1"
},
"devDependencies": {
"@mendix/generator-widget": ">=8.9.0",
"@types/jest": "^30.0.0",
"@types/node": "^16.18.126",
"@types/xml2js": "^0.4.5",
"async-mutex": "^0.2.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-native": "~0.78.2",
"tree-kill": "^1.2.2",
"yeoman-test": "^6.2.0"
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-native": "~0.78.2"
},
"keywords": [
"typings",
Expand Down
3 changes: 2 additions & 1 deletion packages/release-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@types/node": "^16.11.19",
"@types/node-fetch": "2.6.1",
"@types/node-fetch": "2.6.13",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.25.0",
Expand All @@ -23,6 +23,7 @@
"typescript": "^4.8.4"
},
"dependencies": {
"node-fetch": "^2.7.0",
"ts-node": "^10.9.1"
},
"keywords": [],
Expand Down
Loading
Loading