Files
nebula.js/package.json
renovate[bot] 357a5863a9 chore(deps): update material-ui monorepo to v7 (major) (#1598)
* fix(deps): update dependency webpack-cli to v7 (#1935)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update minor and patch (#1934)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: re-run spec (#1938)

* Potential fix for code scanning alert no. 98: Overly permissive regular expression range (#1936)

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

* fix: align requirements better with client (#1937)

* fix: aline requirements better with client

* fix: remove comment

* chore: fix for empty dims

* fix: prototype pollution vulnerabilities in json-patch.js (#1941)

* Initial plan

* Fix prototype pollution security vulnerabilities in json-patch.js

Co-authored-by: Caele <6318307+Caele@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Caele <6318307+Caele@users.noreply.github.com>

* chore: normalize yarn resolutions for renovate compatibility (#1943)

* chore: avoid renovate resolution lookup warnings

* chore: dedupe yarn resolutions and normalize ranges

Signed-off-by: Johan Enell <johan.enell@qlik.com>

---------

Signed-off-by: Johan Enell <johan.enell@qlik.com>

* fix(deps): update dependency puppeteer to v24.40.0 (#1947)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update material-ui monorepo to v7

* chore: perfrom mui v7 migration

* chore: store test results

* chore: adjust artifact storage

* chore: fix lint

* chore: fix report folder

* chore: fix classnames

---------

Signed-off-by: Johan Enell <johan.enell@qlik.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tobias Åström <tsm@qlik.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Caele <6318307+Caele@users.noreply.github.com>
Co-authored-by: Johan Enell <johan.enell@qlik.com>
2026-03-24 13:25:13 +01:00

118 lines
4.0 KiB
JSON

{
"private": true,
"description": "",
"type": "module",
"scripts": {
"build": "yarn run locale:generate && cross-env NODE_ENV=production FORCE_COLOR=1 lerna run build --stream",
"build:dev": "yarn run locale:generate && cross-env NODE_ENV=development FORCE_COLOR=1 lerna run build --stream",
"build:watch": "FORCE_COLOR=1 lerna run build:watch --stream --concurrency 99 --no-sort",
"format": "prettier --write '**/**/*' --ignore-unknown",
"locale:verify": "node tools/verify-translations.cjs",
"locale:generate": "node apis/locale/scripts/generate-all.mjs",
"lint": "eslint packages apis commands --ext .js,.jsx",
"spec": "lerna run spec --stream --concurrency 99 && lerna run ts --stream --concurrency 99 ",
"mashup": "node scripts/start-mashup.js",
"test": "yarn run test:unit",
"test:unit": "jest --maxWorkers=2",
"test:update": "jest --maxWorkers=2 -u",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:mashup": "playwright test test/mashup --config=./test/mashup/playwright.config.mashup.js",
"test:rendering": "playwright test --config=./test/rendering/playwright.config.rendering.js --quiet",
"test:integration": "playwright test test/integration",
"test:component": "playwright test test/component",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "https://github.com/qlik-oss/nebula.js.git"
},
"lint-staged": {
"*.{js,jsx}": [
"eslint",
"prettier"
]
},
"devDependencies": {
"@babel/cli": "7.28.6",
"@babel/core": "7.29.0",
"@babel/helper-plugin-utils": "7.28.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-transform-react-jsx": "7.28.6",
"@babel/preset-env": "7.29.2",
"@babel/preset-react": "7.28.5",
"@commitlint/cli": "20.5.0",
"@commitlint/config-conventional": "20.5.0",
"@jest/globals": "^30.3.0",
"@playwright/test": "1.58.2",
"@rollup/plugin-babel": "7.0.0",
"@rollup/plugin-commonjs": "29.0.2",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "16.0.3",
"@rollup/plugin-replace": "6.0.3",
"@rollup/plugin-terser": "1.0.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"babel-loader": "10.1.1",
"babel-plugin-istanbul": "7.0.1",
"body-parser": "2.2.2",
"cross-env": "10.1.0",
"css-loader": "7.1.4",
"enigma.js": "2.14.0",
"eslint": "9.39.4",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jest": "^29.15.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-mocha": "11.2.0",
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-react": "7.37.5",
"express": "5.2.1",
"globals": "^17.4.0",
"husky": "9.1.7",
"jest": "^30.3.0",
"jest-environment-jsdom": "^30.3.0",
"jest-junit": "^16.0.0",
"jest-location-mock": "^3.0.0",
"jimp": "^1.6.0",
"lerna": "9.0.7",
"lint-staged": "^16.4.0",
"mocha-junit-reporter": "2.2.1",
"picasso-plugin-q": "2.10.0",
"picasso.js": "2.10.0",
"prettier": "3.8.1",
"puppeteer": "24.40.0",
"qix-faker": "0.3.0",
"react-is": "18.3.1",
"rollup": "4.59.0",
"rollup-plugin-sass": "1.15.3",
"style-loader": "4.0.0",
"whatwg-fetch": "^3.6.20",
"yargs": "18.0.0"
},
"resolutions": {
"caniuse-lite": "1.0.30001780",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-is": "18.3.1",
"@playwright/test": "1.58.2",
"minimatch@npm:^3.0.0": "^3.1.5",
"minimatch@npm:^5.0.0": "^5.1.9",
"minimatch@npm:^9.0.0": "^9.0.7",
"minimatch@npm:^10.0.0": "^10.2.4",
"tar@npm:^7.0.0": "^7.5.11",
"glob@npm:^10.0.0": "^10.5.0",
"glob@npm:^11.0.0": "^11.1.0"
},
"workspaces": [
"packages/*",
"commands/*",
"apis/*",
"test/component/*"
],
"packageManager": "yarn@4.13.0"
}