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

Commit

Permalink
Merge branch 'master' into renovate/globby-14.x
Browse files Browse the repository at this point in the history
  • Loading branch information
niekvanstaveren authored Jan 3, 2024
2 parents 1d505f9 + cdcde80 commit 4a5ce48
Show file tree
Hide file tree
Showing 3 changed files with 323 additions and 413 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.8.1",
"@nebula.js/stardust": ">=4.9.0",
"picasso-plugin-q": ">=2.2.5",
"picasso.js": ">=2.2.5"
}
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,35 +50,35 @@
},
"devDependencies": {
"@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",
"@babel/core": "7.23.7",
"@babel/parser": "7.23.6",
"@babel/preset-env": "7.23.7",
"@babel/traverse": "7.23.7",
"@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",
"@nebula.js/cli": "4.9.0",
"@nebula.js/cli-build": "4.9.0",
"@nebula.js/cli-sense": "4.9.0",
"@nebula.js/cli-serve": "4.9.0",
"@nebula.js/stardust": "4.9.0",
"@qlik/eslint-config": "0.6.6",
"@qlik/prettier-config": "0.4.5",
"@scriptappy/cli": "0.10.0",
"@scriptappy/from-jsdoc": "0.19.0",
"babel-plugin-istanbul": "6.1.1",
"eslint": "8.54.0",
"eslint": "8.56.0",
"fs-extra": "11.2.0",
"globby": "14.0.0",
"husky": "8.0.3",
"jest": "29.7.0",
"picasso-plugin-q": "2.2.5",
"picasso.js": "2.2.5",
"prettier": "3.1.0",
"prettier": "3.1.1",
"qlik-chart-modules": "0.61.0",
"typescript": "5.3.2"
"typescript": "5.3.3"
},
"peerDependencies": {
"@nebula.js/stardust": ">=4.8.1"
"@nebula.js/stardust": ">=4.9.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 4a5ce48

Please sign in to comment.