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 Nov 15, 2022
1 parent 971dad0 commit f5e3c0a
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 267 deletions.
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"module": "esm/index.js",
"peerDependencies": {
"@nebula.js/stardust": ">=3.0.4",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@material-ui/core": "^4.11.4"
}
}
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,45 +47,45 @@
"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",
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@jest/types": "^29.3.1",
"@material-ui/core": "^4.11.4",
"@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.24.2",
"@rollup/plugin-typescript": "^8.3.3",
"@types/enzyme": "3.10.11",
"@types/jest": "^27.0.3",
"@playwright/test": "1.27.1",
"@rollup/plugin-typescript": "^8.5.0",
"@types/enzyme": "3.10.12",
"@types/jest": "^27.5.2",
"@types/node": "^18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@types/requirejs": "^2.1.31",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"@wojtekmaj/enzyme-adapter-react-17": "0.6.6",
"@types/react-dom": "18.0.9",
"@types/requirejs": "^2.1.34",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
"axios": "^1.1.3",
"babel-jest": "^29.3.1",
"enzyme": "3.11.0",
"eslint": "8.27.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.15.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-mocha": "10.1.0",
"eslint-plugin-prettier": "4.2.1",
"fs-extra": "10.1.0",
"husky": "^8.0.0",
"husky": "^8.0.2",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"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.43.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"scriptappy-from-jsdoc": "0.7.0",
"typescript": "^4.8.4"
},
Expand Down

0 comments on commit f5e3c0a

Please sign in to comment.