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 Sep 27, 2022
1 parent 1c8c468 commit 02c5c5d
Show file tree
Hide file tree
Showing 3 changed files with 521 additions and 357 deletions.
6 changes: 3 additions & 3 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"module": "esm/index.js",
"peerDependencies": {
"@nebula.js/stardust": ">=2.3.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"@nebula.js/stardust": ">=2.13.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@material-ui/core": "^4.11.4"
}
}
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,49 +47,49 @@
"prepare": "husky install"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "7.12.13",
"@babel/preset-typescript": "^7.14.5",
"@jest/types": "^27.0.6",
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@jest/types": "^27.5.1",
"@material-ui/core": "^4.11.4",
"@nebula.js/cli": "2.13.0",
"@nebula.js/cli-build": "2.13.0",
"@nebula.js/cli-sense": "2.13.0",
"@nebula.js/cli-serve": "2.13.0",
"@playwright/test": "1.24.2",
"@rollup/plugin-typescript": "^8.3.3",
"@types/enzyme": "3.10.11",
"@types/jest": "^27.0.3",
"@types/node": "^15.12.5",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.1",
"@types/requirejs": "^2.1.31",
"@typescript-eslint/eslint-plugin": "^2.10.0",
"@typescript-eslint/parser": "^2.10.0",
"@wojtekmaj/enzyme-adapter-react-17": "0.6.6",
"@playwright/test": "1.26.0",
"@rollup/plugin-typescript": "^8.5.0",
"@types/enzyme": "3.10.12",
"@types/jest": "^27.5.2",
"@types/node": "^15.14.9",
"@types/react": "17.0.50",
"@types/react-dom": "17.0.17",
"@types/requirejs": "^2.1.34",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"@wojtekmaj/enzyme-adapter-react-17": "0.6.7",
"axios": "^0.27.2",
"babel-jest": "^27.0.5",
"babel-jest": "^27.5.1",
"enzyme": "3.11.0",
"eslint": "5.12.1",
"eslint-config-airbnb-base": "13.1.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.15.0",
"eslint-plugin-mocha": "5.2.1",
"eslint-plugin-prettier": "3.4.0",
"eslint": "5.16.0",
"eslint-config-airbnb-base": "13.2.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-mocha": "5.3.0",
"eslint-plugin-prettier": "3.4.1",
"fs-extra": "8.1.0",
"husky": "^8.0.0",
"jest": "^28.1.0",
"husky": "^8.0.1",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"prettier": "2.3.0",
"prettier": "2.7.1",
"pretty-quick": "^3.1.3",
"qlik-chart-modules": "^0.13.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"qlik-chart-modules": "^0.37.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"scriptappy-from-jsdoc": "0.7.0",
"typescript": "^3.9.10"
},
"peerDependencies": {
"@nebula.js/stardust": ">=2.3.0"
"@nebula.js/stardust": ">=2.13.0"
}
}

0 comments on commit 02c5c5d

Please sign in to comment.