Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update minor and patch #1251

Merged
merged 2 commits into from
May 3, 2023
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 .codesandbox/mekko/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"enigma.js": "2.11.0"
},
"devDependencies": {
"@babel/core": "7.21.4",
"@babel/core": "7.21.8",
"parcel": "^2.8.3"
}
}
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": "13.1.3"
"globby": "13.1.4"
}
}
14 changes: 7 additions & 7 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.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.15",
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.3",
"@nebula.js/conversion": "^4.0.0-alpha.9",
"@nebula.js/locale": "^4.0.0-alpha.9",
"@nebula.js/supernova": "^4.0.0-alpha.9",
Expand All @@ -19,9 +19,9 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-test-renderer": "18.2.0",
"react-virtualized-auto-sizer": "1.0.7",
"react-window": "1.8.8",
"react-window-infinite-loader": "1.0.8",
"react-virtualized-auto-sizer": "1.0.15",
"react-window": "1.8.9",
"react-window-infinite-loader": "1.0.9",
"semver": "6.3.0"
}
}
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.11.15",
"@mui/icons-material": "^5.11.11",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/material": "^5.12.3",
"@mui/icons-material": "^5.11.16",
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"react": "^17.0.2 || ^18.1.0",
"react-dom": "^17.0.2 || ^18.1.0"
}
Expand Down
14 changes: 7 additions & 7 deletions apis/stardust/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"@types/qlik-engineapi": "12.67.12"
},
"devDependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.15",
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.3",
"@nebula.js/conversion": "^4.0.0-alpha.9",
"@nebula.js/enigma-mocker": "^4.0.0-alpha.9",
"@nebula.js/locale": "^4.0.0-alpha.9",
Expand All @@ -62,9 +62,9 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-test-renderer": "18.2.0",
"react-virtualized-auto-sizer": "1.0.7",
"react-window": "1.8.8",
"react-window-infinite-loader": "1.0.8",
"react-virtualized-auto-sizer": "1.0.15",
"react-window": "1.8.9",
"react-window-infinite-loader": "1.0.9",
"regenerator-runtime": "0.13.11",
"semver": "6.3.0"
}
Expand Down
22 changes: 11 additions & 11 deletions commands/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,26 @@
"lint": "eslint src"
},
"dependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.4",
"@babel/plugin-transform-react-jsx": "7.21.0",
"@babel/preset-env": "7.21.4",
"@babel/cli": "7.21.5",
"@babel/core": "7.21.8",
"@babel/plugin-transform-react-jsx": "7.21.5",
"@babel/preset-env": "7.21.5",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-commonjs": "24.0.1",
"@rollup/plugin-commonjs": "24.1.0",
"@rollup/plugin-json": "6.0.0",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-node-resolve": "15.0.2",
"@rollup/plugin-replace": "5.0.2",
"@rollup/plugin-terser": "0.4.0",
"@rollup/plugin-terser": "0.4.1",
"chalk": "4.1.2",
"extend": "3.0.2",
"postcss": "^8.4.21",
"rollup": "3.20.2",
"postcss": "^8.4.23",
"rollup": "3.21.3",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-sourcemaps": "0.6.3",
"yargs": "17.7.1"
"yargs": "17.7.2"
},
"devDependencies": {
"@rollup/plugin-typescript": "11.0.0",
"@rollup/plugin-typescript": "11.1.0",
"tslib": "*",
"typescript": ">=5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion commands/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"dependencies": {
"@nebula.js/cli-create": "^4.0.0-alpha.9",
"import-cwd": "3.0.0",
"yargs": "17.7.1"
"yargs": "17.7.2"
}
}
16 changes: 8 additions & 8 deletions commands/sense/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@
"lint": "eslint src"
},
"dependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.4",
"@babel/preset-env": "7.21.4",
"@babel/cli": "7.21.5",
"@babel/core": "7.21.8",
"@babel/preset-env": "7.21.5",
"@nebula.js/stardust": "^4.0.0-alpha.9",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-commonjs": "24.0.1",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-commonjs": "24.1.0",
"@rollup/plugin-node-resolve": "15.0.2",
"@rollup/plugin-replace": "5.0.2",
"@rollup/plugin-terser": "0.4.0",
"@rollup/plugin-terser": "0.4.1",
"extend": "3.0.2",
"fs-extra": "11.1.1",
"node-event-emitter": "0.0.1",
"rollup": "3.20.2",
"yargs": "17.7.1"
"rollup": "3.21.3",
"yargs": "17.7.2"
}
}
22 changes: 11 additions & 11 deletions commands/serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,23 @@
"cross-env": "7.0.3",
"express": "4.18.2",
"extend": "3.0.2",
"html-webpack-plugin": "5.5.0",
"html-webpack-plugin": "5.5.1",
"portfinder": "1.0.32",
"puppeteer": "14.4.1",
"regenerator-runtime": "0.13.11",
"source-map-loader": "4.0.1",
"webpack": "5.77.0",
"webpack-cli": "5.0.1",
"webpack-dev-server": "4.13.2",
"webpack": "5.81.0",
"webpack-cli": "5.0.2",
"webpack-dev-server": "4.13.3",
"ws": "8.13.0",
"yargs": "17.7.1"
"yargs": "17.7.2"
},
"devDependencies": {
"@babel/core": "7.21.4",
"@babel/preset-env": "7.21.4",
"@babel/core": "7.21.8",
"@babel/preset-env": "7.21.5",
"@babel/preset-react": "7.18.6",
"@mui/material": "^5.11.15",
"@mui/system": "^5.11.15",
"@mui/material": "^5.12.3",
"@mui/system": "^5.12.3",
"@nebula.js/enigma-mocker": "^4.0.0-alpha.9",
"@nebula.js/nucleus": "^4.0.0-alpha.9",
"@nebula.js/snapshooter": "^4.0.0-alpha.9",
Expand All @@ -67,10 +67,10 @@
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-webpack": "0.13.2",
"file-loader": "^6.2.0",
"monaco-editor": "0.36.1",
"monaco-editor": "0.38.0",
"monaco-editor-webpack-plugin": "7.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.10.0"
"react-router-dom": "6.11.0"
}
}
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,21 @@
]
},
"devDependencies": {
"@playwright/test": "1.32.1",
"@playwright/test": "1.33.0",
"@after-work.js/aw": "6.0.14",
"@babel/cli": "7.21.0",
"@babel/core": "7.21.4",
"@babel/helper-plugin-utils": "7.20.2",
"@babel/cli": "7.21.5",
"@babel/core": "7.21.8",
"@babel/helper-plugin-utils": "7.21.5",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-transform-react-jsx": "7.21.0",
"@babel/preset-env": "7.21.4",
"@babel/plugin-transform-react-jsx": "7.21.5",
"@babel/preset-env": "7.21.5",
"@babel/preset-react": "7.18.6",
"@commitlint/cli": "17.5.1",
"@commitlint/config-conventional": "17.4.4",
"@commitlint/cli": "17.6.1",
"@commitlint/config-conventional": "17.6.1",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-commonjs": "24.0.1",
"@rollup/plugin-commonjs": "24.1.0",
"@rollup/plugin-json": "6.0.0",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-node-resolve": "15.0.2",
"@rollup/plugin-replace": "5.0.2",
"@storybook/addon-actions": "6.5.16",
"@storybook/addon-controls": "6.5.16",
Expand All @@ -72,7 +72,7 @@
"body-parser": "1.20.2",
"cross-env": "7.0.3",
"enigma.js": "2.11.0",
"eslint": "8.37.0",
"eslint": "8.39.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
Expand All @@ -81,7 +81,7 @@
"eslint-plugin-mocha": "10.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-storybook": "0.6.11",
"eslint-plugin-storybook": "0.6.12",
"express": "4.18.2",
"husky": "8.0.3",
"jest": "^29.5.0",
Expand All @@ -90,27 +90,27 @@
"jest-location-mock": "^1.0.9",
"jimp": "0.22.7",
"lerna": "6.6.1",
"lint-staged": "13.2.0",
"lint-staged": "13.2.2",
"mocha-junit-reporter": "2.2.0",
"picasso-plugin-q": "2.2.2",
"picasso.js": "2.2.2",
"prettier": "2.8.7",
"picasso-plugin-q": "2.2.3",
"picasso.js": "2.2.3",
"prettier": "2.8.8",
"pretty-quick": "3.1.3",
"puppeteer": "19.8.3",
"puppeteer": "19.11.1",
"qix-faker": "0.3.0",
"rollup": "3.20.2",
"rollup": "3.21.3",
"rollup-plugin-dependency-flow": "0.3.0",
"rollup-plugin-sass": "1.12.19",
"@rollup/plugin-terser": "0.4.0",
"@rollup/plugin-terser": "0.4.1",
"whatwg-fetch": "^3.6.2",
"yargs": "17.7.1"
"yargs": "17.7.2"
},
"resolutions": {
"**/caniuse-lite": "1.0.30001473",
"**/caniuse-lite": "1.0.30001482",
"**/react": "18.2.0",
"**/react-dom": "18.2.0",
"**/react-is": "18.2.0",
"@playwright/test": "1.32.1"
"@playwright/test": "1.33.0"
},
"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.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.15",
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.15",
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.3",
"react": "18.2.0",
"react-dom": "18.2.0"
}
Expand Down
Loading