Skip to content
This repository has been archived by the owner on Apr 23, 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 1, 2023
1 parent 516c6eb commit fe734a6
Show file tree
Hide file tree
Showing 3 changed files with 693 additions and 362 deletions.
2 changes: 1 addition & 1 deletion 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": ">=4.7.0",
"@nebula.js/stardust": ">=4.8.1",
"picasso-plugin-q": ">=2.2.5",
"picasso.js": ">=2.2.5"
}
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,36 +49,36 @@
}
},
"devDependencies": {
"@babel/cli": "7.23.0",
"@babel/core": "7.23.3",
"@babel/parser": "7.23.3",
"@babel/preset-env": "7.23.3",
"@babel/traverse": "7.23.3",
"@commitlint/cli": "18.4.2",
"@commitlint/config-conventional": "18.4.2",
"@nebula.js/cli": "4.7.0",
"@nebula.js/cli-build": "4.7.0",
"@nebula.js/cli-sense": "4.7.0",
"@nebula.js/cli-serve": "4.7.0",
"@nebula.js/stardust": "4.7.0",
"@qlik/eslint-config": "0.4.31",
"@qlik/prettier-config": "0.4.2",
"@babel/cli": "7.23.4",
"@babel/core": "7.23.5",
"@babel/parser": "7.23.5",
"@babel/preset-env": "7.23.5",
"@babel/traverse": "7.23.5",
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@nebula.js/cli": "4.8.1",
"@nebula.js/cli-build": "4.8.1",
"@nebula.js/cli-sense": "4.8.1",
"@nebula.js/cli-serve": "4.8.1",
"@nebula.js/stardust": "4.8.1",
"@qlik/eslint-config": "0.5.3",
"@qlik/prettier-config": "0.4.3",
"@scriptappy/cli": "0.10.0",
"@scriptappy/from-jsdoc": "0.19.0",
"babel-plugin-istanbul": "6.1.1",
"eslint": "8.53.0",
"fs-extra": "11.1.1",
"eslint": "8.54.0",
"fs-extra": "11.2.0",
"globby": "11.1.0",
"husky": "8.0.3",
"jest": "29.7.0",
"picasso-plugin-q": "2.2.5",
"picasso.js": "2.2.5",
"prettier": "3.1.0",
"qlik-chart-modules": "0.61.0",
"typescript": "5.2.2"
"typescript": "5.3.2"
},
"peerDependencies": {
"@nebula.js/stardust": ">=4.7.0"
"@nebula.js/stardust": ">=4.8.1"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit fe734a6

Please sign in to comment.