Skip to content
This repository has been archived by the owner on Oct 21, 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] authored Jun 12, 2024
1 parent 72a408c commit 7cf4dd7
Show file tree
Hide file tree
Showing 7 changed files with 4,980 additions and 3,214 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
},
"homepage": "https://github.com/qlik-oss/sn-list-objects#readme",
"devDependencies": {
"@nebula.js/cli-serve": "4.9.0",
"@playwright/test": "1.41.1",
"@nebula.js/cli-serve": "4.14.0",
"@playwright/test": "1.44.1",
"@release-it-plugins/workspaces": "4.2.0",
"@release-it/conventional-changelog": "5.1.1",
"conventional-recommended-bump": "7.0.1",
"husky": "9.0.11",
"lint-staged": "15.2.6",
"lint-staged": "15.2.7",
"prettier": "3.3.2",
"release-it": "17.2.1",
"semver": "7.5.4"
"release-it": "17.3.0",
"semver": "7.6.2"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,css,md}": "prettier --write"
Expand Down
2 changes: 1 addition & 1 deletion packages/sn-filter-pane/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"module": "esm/index.js",
"peerDependencies": {
"@nebula.js/stardust": "5.0.1",
"@nebula.js/stardust": "5.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
40 changes: 20 additions & 20 deletions packages/sn-filter-pane/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,52 +51,52 @@
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@emotion/react": "11.11.3",
"@emotion/styled": "11.11.0",
"@nebula.js/cli": "5.0.1",
"@nebula.js/cli-build": "5.0.1",
"@nebula.js/cli-sense": "5.0.1",
"@nebula.js/cli-serve": "4.9.0",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@nebula.js/cli": "5.1.2",
"@nebula.js/cli-build": "5.1.1",
"@nebula.js/cli-sense": "5.1.2",
"@nebula.js/cli-serve": "4.14.0",
"@rollup/plugin-typescript": "11.1.6",
"@scriptappy/cli": "0.10.0",
"@scriptappy/from-jsdoc": "0.19.0",
"@testing-library/react": "15.0.6",
"@testing-library/react": "15.0.7",
"@types/enigma.js": "^2.2.2",
"@types/extend": "3.0.4",
"@types/jest": "^29.2.1",
"@types/lodash": "4.14.202",
"@types/lodash": "4.17.5",
"@types/qlik-engineapi": "^12.67.12",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/systemjs": "^6.1.1",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.13.0",
"babel-eslint": "^10.1.0",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-mocha": "10.2.0",
"eslint-plugin-mocha": "10.4.3",
"eslint-plugin-only-warn": "1.1.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react": "7.34.2",
"eslint-plugin-react-hooks": "4.6.2",
"jest": "^29.2.2",
"jest-environment-jsdom": "29.7.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-resizable": "3.0.5",
"sass": "^1.62.0",
"typescript": "5.3.3",
"typescript": "5.4.5",
"globby": "^14.0.1"
},
"peerDependencies": {
"@nebula.js/stardust": ">=4.8.1"
},
"dependencies": {
"@mui/icons-material": "5.15.6",
"@mui/material": "5.15.6",
"@mui/icons-material": "5.15.20",
"@mui/material": "5.15.20",
"extend": "^3.0.2",
"lodash": "4.17.21",
"qlik-chart-modules": "^0.59.0",
"qlik-chart-modules": "^0.72.0",
"uuid": "^10.0.0"
}
}
Loading

0 comments on commit 7cf4dd7

Please sign in to comment.