chore(deps): update minor and patch (#1391)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-10-28 03:23:19 +00:00
committed by GitHub
parent e3c4e5d983
commit 91bed4da68
9 changed files with 517 additions and 348 deletions

View File

@@ -82,7 +82,7 @@ commands:
jobs:
validate:
docker:
- image: cimg/node:21.0.0
- image: cimg/node:21.1.0
working_directory: ~/project
steps:
- attach_workspace:
@@ -106,7 +106,7 @@ jobs:
build:
docker:
- image: cimg/node:21.0.0
- image: cimg/node:21.1.0
working_directory: ~/project
resource_class: large
@@ -130,7 +130,7 @@ jobs:
test-integration:
docker:
- image: cimg/node:21.0.0
- image: cimg/node:21.1.0
- image: browserless/chrome:1-puppeteer-7.1.0
working_directory: ~/project
@@ -161,7 +161,7 @@ jobs:
test-create:
docker:
- image: cimg/node:21.0.0
- image: cimg/node:21.1.0
- image: browserless/chrome:1-puppeteer-7.1.0
working_directory: ~/project

View File

@@ -14,6 +14,6 @@
},
"devDependencies": {
"@babel/core": "7.23.2",
"parcel": "^2.10.0"
"parcel": "^2.10.1"
}
}

View File

@@ -6,8 +6,8 @@
"devDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.14",
"@mui/material": "^5.14.14",
"@mui/icons-material": "^5.14.15",
"@mui/material": "^5.14.15",
"@nebula.js/conversion": "^4.6.0",
"@nebula.js/locale": "^4.6.0",
"@nebula.js/supernova": "^4.6.0",

View File

@@ -1,8 +1,8 @@
{
"module": "esm/index.js",
"peerDependencies": {
"@mui/material": "^5.14.14",
"@mui/icons-material": "^5.14.14",
"@mui/material": "^5.14.15",
"@mui/icons-material": "^5.14.15",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"react": "^17.0.2 || ^18.1.0",

View File

@@ -46,8 +46,8 @@
"devDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.14",
"@mui/material": "^5.14.14",
"@mui/icons-material": "^5.14.15",
"@mui/material": "^5.14.15",
"@nebula.js/conversion": "^4.6.0",
"@nebula.js/enigma-mocker": "^4.6.0",
"@nebula.js/locale": "^4.6.0",

View File

@@ -53,8 +53,8 @@
"@babel/core": "7.23.2",
"@babel/preset-env": "7.23.2",
"@babel/preset-react": "7.22.15",
"@mui/material": "^5.14.14",
"@mui/system": "^5.14.14",
"@mui/material": "^5.14.15",
"@mui/system": "^5.14.15",
"@nebula.js/enigma-mocker": "^4.6.0",
"@nebula.js/nucleus": "^4.6.0",
"@nebula.js/snapshooter": "^4.6.0",
@@ -65,7 +65,7 @@
"d3-require": "1.3.0",
"enigma.js": "2.12.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-webpack": "0.13.7",
"eslint-import-resolver-webpack": "0.13.8",
"file-loader": "^6.2.0",
"monaco-editor": "0.44.0",
"monaco-editor-webpack-plugin": "7.1.0",

View File

@@ -44,8 +44,8 @@
"@babel/plugin-transform-react-jsx": "7.22.15",
"@babel/preset-env": "7.23.2",
"@babel/preset-react": "7.22.15",
"@commitlint/cli": "18.0.0",
"@commitlint/config-conventional": "18.0.0",
"@commitlint/cli": "18.2.0",
"@commitlint/config-conventional": "18.1.0",
"@playwright/test": "1.39.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.7",
@@ -65,8 +65,8 @@
"eslint": "8.52.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "^27.4.3",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-mocha": "10.2.0",
"eslint-plugin-prettier": "5.0.1",
@@ -94,7 +94,7 @@
"yargs": "17.7.2"
},
"resolutions": {
"**/caniuse-lite": "1.0.30001553",
"**/caniuse-lite": "1.0.30001555",
"**/react": "18.2.0",
"**/react-dom": "18.2.0",
"**/react-is": "18.2.0",

View File

@@ -10,16 +10,16 @@
"peerDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.14",
"@mui/material": "^5.14.14",
"@mui/icons-material": "^5.14.15",
"@mui/material": "^5.14.15",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.14",
"@mui/material": "^5.14.14",
"@mui/icons-material": "^5.14.15",
"@mui/material": "^5.14.15",
"react": "18.2.0",
"react-dom": "18.2.0"
}

819
yarn.lock

File diff suppressed because it is too large Load Diff