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 11, 2024
1 parent 22c64bc commit 8bd87cf
Show file tree
Hide file tree
Showing 12 changed files with 846 additions and 801 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ commands:
jobs:
validate:
docker:
- image: cimg/node:22.2.0
- image: cimg/node:22.4.1
working_directory: ~/project
steps:
- attach_workspace:
Expand All @@ -106,7 +106,7 @@ jobs:

build:
docker:
- image: cimg/node:22.2.0
- image: cimg/node:22.4.1

working_directory: ~/project
resource_class: large
Expand All @@ -130,7 +130,7 @@ jobs:

test-integration:
docker:
- image: cimg/node:22.2.0
- image: cimg/node:22.4.1
- image: browserless/chrome:1-puppeteer-7.1.0

working_directory: ~/project
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:

test-create:
docker:
- image: cimg/node:22.2.0
- image: cimg/node:22.4.1
- image: browserless/chrome:1-puppeteer-7.1.0

working_directory: ~/project
Expand Down
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.8",
"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"
}
}
4 changes: 2 additions & 2 deletions apis/nucleus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"devDependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.20",
"@mui/icons-material": "^5.16.1",
"@mui/material": "^5.16.1",
"@nebula.js/conversion": "^5.2.0",
"@nebula.js/locale": "^5.2.0",
"@nebula.js/supernova": "^5.2.0",
Expand Down
4 changes: 2 additions & 2 deletions apis/stardust/core/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"module": "esm/index.js",
"peerDependencies": {
"@mui/material": "^5.15.20",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.16.1",
"@mui/icons-material": "^5.16.1",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"react": "^17.0.2 || ^18.1.0",
Expand Down
6 changes: 3 additions & 3 deletions apis/stardust/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@
"devDependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.20",
"@mui/icons-material": "^5.16.1",
"@mui/material": "^5.16.1",
"@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 Down
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.8",
"@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.18.1",
"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.8",
"@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.18.1",
"yargs": "17.7.2"
}
}
16 changes: 8 additions & 8 deletions commands/serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.92.1",
"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.8",
"@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.1",
"@mui/system": "^5.16.1",
"@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.24.1"
}
}
26 changes: 13 additions & 13 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.8",
"@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.1",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-json": "6.1.0",
Expand All @@ -67,7 +67,7 @@
"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",
Expand All @@ -78,27 +78,27 @@
"jest-junit": "^16.0.0",
"jest-location-mock": "^2.0.0",
"jimp": "0.22.12",
"lerna": "8.1.3",
"lerna": "8.1.6",
"lint-staged": "^15.2.7",
"mocha-junit-reporter": "2.2.1",
"picasso-plugin-q": "2.2.7",
"picasso.js": "2.2.7",
"picasso-plugin-q": "2.2.8",
"picasso.js": "2.2.8",
"prettier": "3.3.2",
"puppeteer": "19.11.1",
"qix-faker": "0.3.0",
"rollup": "4.18.0",
"rollup": "4.18.1",
"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.30001641",
"**/react": "18.3.1",
"**/react-dom": "18.3.1",
"**/react-is": "18.3.1",
"@playwright/test": "1.44.1"
"@playwright/test": "1.45.1"
},
"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 @@ -10,16 +10,16 @@
"peerDependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.20",
"@mui/icons-material": "^5.16.1",
"@mui/material": "^5.16.1",
"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",
"@mui/icons-material": "^5.16.1",
"@mui/material": "^5.16.1",
"react": "18.3.1",
"react-dom": "18.3.1"
}
Expand Down
Loading

0 comments on commit 8bd87cf

Please sign in to comment.