Skip to content

Commit

Permalink
chore(deps): update minor and patch
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent 960c6d6 commit b521f90
Show file tree
Hide file tree
Showing 11 changed files with 994 additions and 978 deletions.
2 changes: 1 addition & 1 deletion .codesandbox/mekko/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"enigma.js": "2.14.0"
},
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/core": "7.24.9",
"parcel": "^2.12.0"
}
}
2 changes: 1 addition & 1 deletion apis/locale/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"build": "node scripts/generate-all.mjs"
},
"devDependencies": {
"globby": "14.0.1"
"globby": "14.0.2"
}
}
10 changes: 5 additions & 5 deletions apis/nucleus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"private": true,
"main": "src/index.js",
"devDependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.20",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.16.4",
"@nebula.js/conversion": "^5.2.0",
"@nebula.js/locale": "^5.2.0",
"@nebula.js/supernova": "^5.2.0",
Expand All @@ -22,6 +22,6 @@
"react-virtualized-auto-sizer": "1.0.24",
"react-window": "1.8.10",
"react-window-infinite-loader": "1.0.9",
"semver": "7.6.2"
"semver": "7.6.3"
}
}
8 changes: 4 additions & 4 deletions apis/stardust/core/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"module": "esm/index.js",
"peerDependencies": {
"@mui/material": "^5.15.20",
"@mui/icons-material": "^5.15.20",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.16.4",
"@mui/icons-material": "^5.16.4",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"react": "^17.0.2 || ^18.1.0",
"react-dom": "^17.0.2 || ^18.1.0"
}
Expand Down
12 changes: 6 additions & 6 deletions apis/stardust/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@
"version": "yarn run spec && yarn run ts && git add ./api-spec/spec.json ./api-spec/listbox-spec.json ./types/index.d.ts"
},
"devDependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.20",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.16.4",
"@nebula.js/conversion": "^5.2.0",
"@nebula.js/enigma-mocker": "^5.2.0",
"@nebula.js/locale": "^5.2.0",
"@nebula.js/nucleus": "^5.2.0",
"@nebula.js/supernova": "^5.2.0",
"@nebula.js/theme": "^5.2.0",
"@nebula.js/ui": "^5.2.0",
"@qlik/api": "^1.11.0",
"@qlik/api": "^1.14.0",
"@scriptappy/cli": "0.10.0",
"@scriptappy/from-jsdoc": "0.19.0",
"@scriptappy/to-dts": "1.0.0",
Expand All @@ -65,6 +65,6 @@
"react-window": "1.8.10",
"react-window-infinite-loader": "1.0.9",
"regenerator-runtime": "0.14.1",
"semver": "7.6.2"
"semver": "7.6.3"
}
}
12 changes: 6 additions & 6 deletions commands/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"lint": "eslint src"
},
"dependencies": {
"@babel/cli": "7.24.7",
"@babel/core": "7.24.7",
"@babel/cli": "7.24.8",
"@babel/core": "7.24.9",
"@babel/plugin-transform-react-jsx": "7.24.7",
"@babel/preset-env": "7.24.7",
"@babel/preset-env": "7.24.8",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-json": "6.1.0",
Expand All @@ -33,15 +33,15 @@
"@rollup/plugin-terser": "0.4.4",
"chalk": "4.1.2",
"extend": "3.0.2",
"postcss": "^8.4.38",
"rollup": "4.18.0",
"postcss": "^8.4.39",
"rollup": "4.19.0",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-sourcemaps": "0.6.3",
"yargs": "17.7.2"
},
"devDependencies": {
"@rollup/plugin-typescript": "11.1.6",
"tslib": "*",
"typescript": ">=5.4.5"
"typescript": ">=5.5.3"
}
}
8 changes: 4 additions & 4 deletions commands/sense/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"lint": "eslint src"
},
"dependencies": {
"@babel/cli": "7.24.7",
"@babel/core": "7.24.7",
"@babel/preset-env": "7.24.7",
"@babel/cli": "7.24.8",
"@babel/core": "7.24.9",
"@babel/preset-env": "7.24.8",
"@nebula.js/stardust": "^5.2.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.8",
Expand All @@ -39,7 +39,7 @@
"extend": "3.0.2",
"fs-extra": "11.2.0",
"node-event-emitter": "0.0.1",
"rollup": "4.18.0",
"rollup": "4.19.0",
"yargs": "17.7.2"
}
}
18 changes: 9 additions & 9 deletions commands/serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@nebula.js/cli-build": "^5.2.0",
"@qlik/sdk": "0.25.2",
"@qlik/sdk": "0.27.1",
"body-parser": "1.20.2",
"chalk": "4.1.2",
"chokidar": "3.6.0",
Expand All @@ -43,18 +43,18 @@
"puppeteer": "14.4.1",
"regenerator-runtime": "0.14.1",
"source-map-loader": "5.0.0",
"webpack": "5.92.0",
"webpack": "5.93.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.2",
"ws": "8.17.1",
"ws": "8.18.0",
"yargs": "17.7.2"
},
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/preset-env": "7.24.7",
"@babel/core": "7.24.9",
"@babel/preset-env": "7.24.8",
"@babel/preset-react": "7.24.7",
"@mui/material": "^5.15.20",
"@mui/system": "^5.15.20",
"@mui/material": "^5.16.4",
"@mui/system": "^5.16.4",
"@nebula.js/enigma-mocker": "^5.2.0",
"@nebula.js/nucleus": "^5.2.0",
"@nebula.js/snapshooter": "^5.2.0",
Expand All @@ -67,10 +67,10 @@
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-webpack": "0.13.8",
"file-loader": "^6.2.0",
"monaco-editor": "0.49.0",
"monaco-editor": "0.50.0",
"monaco-editor-webpack-plugin": "7.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.23.1"
"react-router-dom": "6.25.1"
}
}
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@
},
"devDependencies": {
"@after-work.js/aw": "6.0.14",
"@babel/cli": "7.24.7",
"@babel/core": "7.24.7",
"@babel/helper-plugin-utils": "7.24.7",
"@babel/cli": "7.24.8",
"@babel/core": "7.24.9",
"@babel/helper-plugin-utils": "7.24.8",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-transform-react-jsx": "7.24.7",
"@babel/preset-env": "7.24.7",
"@babel/preset-env": "7.24.8",
"@babel/preset-react": "7.24.7",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@playwright/test": "1.44.1",
"@playwright/test": "1.45.2",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-json": "6.1.0",
Expand All @@ -67,38 +67,38 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-mocha": "10.4.3",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.0",
"express": "4.19.2",
"husky": "9.0.11",
"husky": "9.1.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-junit": "^16.0.0",
"jest-location-mock": "^2.0.0",
"jimp": "0.22.12",
"lerna": "8.1.3",
"lerna": "8.1.7",
"lint-staged": "^15.2.7",
"mocha-junit-reporter": "2.2.1",
"picasso-plugin-q": "2.2.7",
"picasso.js": "2.2.7",
"prettier": "3.3.2",
"picasso-plugin-q": "2.2.8",
"picasso.js": "2.2.8",
"prettier": "3.3.3",
"puppeteer": "19.11.1",
"qix-faker": "0.3.0",
"rollup": "4.18.0",
"rollup": "4.19.0",
"rollup-plugin-dependency-flow": "0.3.0",
"rollup-plugin-sass": "1.12.22",
"rollup-plugin-sass": "1.13.1",
"style-loader": "4.0.0",
"whatwg-fetch": "^3.6.20",
"yargs": "17.7.2"
},
"resolutions": {
"**/caniuse-lite": "1.0.30001636",
"**/caniuse-lite": "1.0.30001643",
"**/react": "18.3.1",
"**/react-dom": "18.3.1",
"**/react-is": "18.3.1",
"@playwright/test": "1.44.1"
"@playwright/test": "1.45.2"
},
"workspaces": [
"generated/*",
Expand Down
16 changes: 8 additions & 8 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
"keywords": [],
"scripts": {},
"peerDependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.20",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.16.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.20",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.16.4",
"react": "18.3.1",
"react-dom": "18.3.1"
}
Expand Down
Loading

0 comments on commit b521f90

Please sign in to comment.