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 Nov 24, 2024
1 parent 6efb752 commit e2d5fa3
Show file tree
Hide file tree
Showing 8 changed files with 224 additions and 245 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.13.3",
"@emotion/styled": "^11.13.0",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@nebula.js/conversion": "^5.8.1",
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.16.7",
"@mui/icons-material": "^5.16.7",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"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 @@ -41,8 +41,8 @@
"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.13.3",
"@emotion/styled": "^11.13.0",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@nebula.js/conversion": "^5.8.1",
Expand Down
4 changes: 2 additions & 2 deletions commands/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"chalk": "4.1.2",
"extend": "3.0.2",
"postcss": "^8.4.49",
"rollup": "4.27.2",
"rollup": "4.27.4",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-sourcemaps": "0.6.3",
"yargs": "17.7.2"
},
"devDependencies": {
"@rollup/plugin-typescript": "12.1.1",
"tslib": "*",
"typescript": ">=5.6.3"
"typescript": ">=5.7.2"
}
}
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.2.0",
"node-event-emitter": "0.0.1",
"rollup": "4.27.2",
"rollup": "4.27.4",
"yargs": "17.7.2"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"@babel/plugin-transform-react-jsx": "7.25.9",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.25.9",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@playwright/test": "1.48.2",
"@commitlint/cli": "19.6.0",
"@commitlint/config-conventional": "19.6.0",
"@playwright/test": "1.49.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "28.0.1",
"@rollup/plugin-json": "6.1.0",
Expand All @@ -72,7 +72,7 @@
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2",
"express": "4.21.1",
"husky": "9.1.6",
"husky": "9.1.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-junit": "^16.0.0",
Expand All @@ -81,24 +81,24 @@
"lerna": "8.1.9",
"lint-staged": "^15.2.10",
"mocha-junit-reporter": "2.2.1",
"picasso-plugin-q": "2.4.0",
"picasso.js": "2.4.0",
"picasso-plugin-q": "2.5.0",
"picasso.js": "2.5.0",
"prettier": "3.3.3",
"puppeteer": "19.11.1",
"qix-faker": "0.3.0",
"rollup": "4.27.2",
"rollup": "4.27.4",
"rollup-plugin-dependency-flow": "0.3.0",
"rollup-plugin-sass": "1.14.0",
"style-loader": "4.0.0",
"whatwg-fetch": "^3.6.20",
"yargs": "17.7.2"
},
"resolutions": {
"**/caniuse-lite": "1.0.30001680",
"**/caniuse-lite": "1.0.30001684",
"**/react": "18.3.1",
"**/react-dom": "18.3.1",
"**/react-is": "18.3.1",
"@playwright/test": "1.48.2"
"@playwright/test": "1.49.0"
},
"workspaces": [
"generated/*",
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.13.3",
"@emotion/styled": "^11.13.0",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"react": "18.3.1",
Expand Down
Loading

0 comments on commit e2d5fa3

Please sign in to comment.