Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

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 Dec 12, 2022
1 parent 225cc3c commit 5547cdc
Show file tree
Hide file tree
Showing 3 changed files with 701 additions and 1,224 deletions.
12 changes: 6 additions & 6 deletions core/package.json
@@ -1,14 +1,14 @@
{
"module": "esm/index.js",
"peerDependencies": {
"@nebula.js/stardust": ">=2.3.1",
"@nebula.js/stardust": ">=2.13.0",
"hammerjs": "^2.0.8",
"picasso-plugin-hammer": ">=1.5.0",
"picasso-plugin-q": ">=1.5.0",
"picasso.js": ">=1.5.0",
"picasso-plugin-hammer": ">=1.9.10",
"picasso-plugin-q": ">=1.9.10",
"picasso.js": ">=1.9.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@material-ui/core": "^4.12.3",
"@material-ui/styles": "^4.11.4"
"@material-ui/core": "^4.12.4",
"@material-ui/styles": "^4.11.5"
}
}
46 changes: 23 additions & 23 deletions package.json
Expand Up @@ -53,54 +53,54 @@
},
"devDependencies": {
"@after-work.js/aw": "6.0.14",
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.10",
"@babel/plugin-transform-react-jsx": "^7.16.7",
"@babel/preset-env": "^7.16.10",
"@babel/preset-react": "^7.16.7",
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.5",
"@babel/plugin-transform-react-jsx": "^7.19.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@commitlint/cli": "15.0.0",
"@commitlint/config-conventional": "15.0.0",
"@material-ui/core": "4.12.3",
"@material-ui/styles": "4.11.4",
"@material-ui/core": "4.12.4",
"@material-ui/styles": "4.11.5",
"@nebula.js/cli": "3.0.4",
"@nebula.js/cli-build": "3.0.4",
"@nebula.js/cli-sense": "3.0.4",
"@nebula.js/cli-serve": "3.0.4",
"@playwright/test": "1.25.1",
"@playwright/test": "1.28.1",
"babel-eslint": "10.1.0",
"babel-plugin-istanbul": "^6.1.1",
"d3-color": "1.4.1",
"d3-scale": "2.2.2",
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "7.2.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-mocha": "10.0.3",
"eslint-plugin-playwright": "0.11.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-mocha": "10.1.0",
"eslint-plugin-playwright": "0.11.2",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"extend": "3.0.2",
"fs-extra": "10.0.0",
"fs-extra": "10.1.0",
"hammerjs": "2.0.8",
"husky": "7.0.4",
"lint-staged": "12.2.1",
"mocha-junit-reporter": "2.0.2",
"lint-staged": "12.5.0",
"mocha-junit-reporter": "2.2.0",
"picasso-plugin-hammer": "1.9.10",
"picasso-plugin-q": "1.9.10",
"picasso.js": "1.9.10",
"prettier": "2.5.1",
"prettier": "2.8.1",
"pretty-quick": "3.1.3",
"prop-types": "^15.8.1",
"qlik-chart-modules": "0.39.0",
"qlik-object-conversion": "0.14.0",
"qlik-chart-modules": "0.44.0",
"qlik-object-conversion": "0.15.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"scriptappy-from-jsdoc": "0.7.0",
"yargs": "17.3.1"
"yargs": "17.6.2"
},
"peerDependencies": {
"@nebula.js/stardust": ">=2.3.1"
"@nebula.js/stardust": ">=2.13.0"
}
}

0 comments on commit 5547cdc

Please sign in to comment.