Skip to content

Commit

Permalink
Merge branch 'main' into allow_create_in_cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarra authored Oct 8, 2024
2 parents 7ebe10e + 9794856 commit ced707c
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 50 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync_labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: 🚀 Run Label Sync
uses: srealmoreno/label-sync-action@v1
uses: srealmoreno/label-sync-action@v2
with:
config-file: |
.github/labels.yml
Expand Down
3 changes: 2 additions & 1 deletion lib/src/pub_license/spdx_license.gen.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

118 changes: 74 additions & 44 deletions site/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.1",
"@babel/eslint-parser": "^7.25.7",
"@docusaurus/eslint-plugin": "^3.5.2",
"@docusaurus/module-type-aliases": "^3.5.2",
"@docusaurus/types": "^3.5.2",
"@docusaurus/tsconfig": "3.5.2",
"@types/react": "^18.3.8",
"eslint": "^9.11.0",
"@types/react": "^18.3.11",
"eslint": "^9.12.0",
"prettier": "^3.3.3",
"typescript": "^5.6.2",
"jest": "^29.7.0",
Expand Down
3 changes: 2 additions & 1 deletion tool/spdx_license/test/spdx_license.gen.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ced707c

Please sign in to comment.