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] committed May 7, 2023
1 parent bece4d6 commit 2c4578a
Show file tree
Hide file tree
Showing 9 changed files with 323 additions and 317 deletions.
4 changes: 2 additions & 2 deletions apis/nucleus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"main": "src/index.js",
"devDependencies": {
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.3",
"@nebula.js/conversion": "^4.0.0-alpha.10",
Expand Down
4 changes: 2 additions & 2 deletions apis/stardust/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"peerDependencies": {
"@mui/material": "^5.12.3",
"@mui/icons-material": "^5.11.16",
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"react": "^17.0.2 || ^18.1.0",
"react-dom": "^17.0.2 || ^18.1.0"
}
Expand Down
4 changes: 2 additions & 2 deletions apis/stardust/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@types/qlik-engineapi": "12.67.12"
},
"devDependencies": {
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.3",
"@nebula.js/conversion": "^4.0.0-alpha.10",
Expand Down
2 changes: 1 addition & 1 deletion commands/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"chalk": "4.1.2",
"extend": "3.0.2",
"postcss": "^8.4.23",
"rollup": "3.21.3",
"rollup": "3.21.5",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-sourcemaps": "0.6.3",
"yargs": "17.7.2"
Expand Down
2 changes: 1 addition & 1 deletion commands/sense/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"extend": "3.0.2",
"fs-extra": "11.1.1",
"node-event-emitter": "0.0.1",
"rollup": "3.21.3",
"rollup": "3.21.5",
"yargs": "17.7.2"
}
}
8 changes: 4 additions & 4 deletions commands/serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"puppeteer": "14.4.1",
"regenerator-runtime": "0.13.11",
"source-map-loader": "4.0.1",
"webpack": "5.81.0",
"webpack-cli": "5.0.2",
"webpack-dev-server": "4.13.3",
"webpack": "5.82.0",
"webpack-cli": "5.1.0",
"webpack-dev-server": "4.14.0",
"ws": "8.13.0",
"yargs": "17.7.2"
},
Expand All @@ -71,6 +71,6 @@
"monaco-editor-webpack-plugin": "7.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.11.0"
"react-router-dom": "6.11.1"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"@babel/plugin-transform-react-jsx": "7.21.5",
"@babel/preset-env": "7.21.5",
"@babel/preset-react": "7.18.6",
"@commitlint/cli": "17.6.1",
"@commitlint/config-conventional": "17.6.1",
"@commitlint/cli": "17.6.3",
"@commitlint/config-conventional": "17.6.3",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-commonjs": "24.1.0",
"@rollup/plugin-json": "6.0.0",
Expand All @@ -72,7 +72,7 @@
"body-parser": "1.20.2",
"cross-env": "7.0.3",
"enigma.js": "2.11.0",
"eslint": "8.39.0",
"eslint": "8.40.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
Expand All @@ -89,7 +89,7 @@
"jest-junit": "^16.0.0",
"jest-location-mock": "^1.0.9",
"jimp": "0.22.7",
"lerna": "6.6.1",
"lerna": "6.6.2",
"lint-staged": "13.2.2",
"mocha-junit-reporter": "2.2.0",
"picasso-plugin-q": "2.2.3",
Expand All @@ -98,15 +98,15 @@
"pretty-quick": "3.1.3",
"puppeteer": "19.11.1",
"qix-faker": "0.3.0",
"rollup": "3.21.3",
"rollup": "3.21.5",
"rollup-plugin-dependency-flow": "0.3.0",
"rollup-plugin-sass": "1.12.19",
"@rollup/plugin-terser": "0.4.1",
"whatwg-fetch": "^3.6.2",
"yargs": "17.7.2"
},
"resolutions": {
"**/caniuse-lite": "1.0.30001482",
"**/caniuse-lite": "1.0.30001486",
"**/react": "18.2.0",
"**/react-dom": "18.2.0",
"**/react-is": "18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"keywords": [],
"scripts": {},
"peerDependencies": {
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@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.8",
"@emotion/styled": "^11.10.8",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.3",
"react": "18.2.0",
Expand Down

0 comments on commit 2c4578a

Please sign in to comment.