Skip to content

Commit

Permalink
Merge branch 'master' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninerian committed Sep 9, 2024
2 parents 0d3723f + 4edc9cf commit 2a6c6ca
Show file tree
Hide file tree
Showing 3 changed files with 789 additions and 711 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/techdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
publish-techdocs-site:
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v5.2.0
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v6.0.0
with:
entity-name: plugins-client-sdk
secrets:
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@
},
"devDependencies": {
"@amanda-mitchell/semantic-release-npm-multiple": "3.9.0",
"@babel/core": "7.24.5",
"@babel/plugin-external-helpers": "^7.18.6",
"@babel/plugin-transform-runtime": "7.24.3",
"@babel/core": "7.24.7",
"@babel/plugin-transform-runtime": "7.24.7",
"@babel/preset-env": "^7.20.2",
"@babel/register": "^7.21.0",
"@babel/runtime": "^7.21.0",
Expand All @@ -85,14 +84,15 @@
"jsdoc-to-markdown": "^8.0.0",
"prettier": "^2.8.4",
"regenerator-runtime": "0.14.1",
"rollup": "^3.18.0",
"rollup-plugin-license": "3.4.0",
"rollup": "^4.21.0",
"rollup-plugin-license": "3.5.1",
"rollup-plugin-serve": "3.0.0",
"rollup-plugin-strip-logger": "0.4.1",
"rollup-plugin-template-html": "0.0.3",
"size-limit": "^8.2.4"
},
"resolutions": {
"wrap-ansi": "^7.0.0"
"wrap-ansi": "^7.0.0",
"semver": "^7.3.2"
}
}
Loading

0 comments on commit 2a6c6ca

Please sign in to comment.