Skip to content

Commit

Permalink
Merge branch 'main' into registry-updates-2407-2
Browse files Browse the repository at this point in the history
  • Loading branch information
svrnm authored Jul 11, 2024
2 parents ca074dc + d711d33 commit 5921bce
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
# Files should be consistent with check:spelling files
files: |
content/**/*.md
content/en/*.md
layouts/**/*.md
data/**/*
config: .cspell.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Starter AOP dependency to your project:
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>>spring-boot-starter-aop</artifactId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
</dependencies>
```
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"check:links:internal": "npm run _check:links:internal",
"check:links": "npm run _check:links",
"check:markdown": "scripts/check-markdown-wrapper.sh",
"check:spelling": "npx cspell --no-progress -c .cspell.yml content data 'layouts/**/*.md'",
"check:spelling": "npx cspell --no-progress -c .cspell.yml content/en data 'layouts/**/*.md'",
"check:text": "npm run _check:text -- ",
"check": "npm run seq -- $(npm run -s _list:check:*)",
"clean": "make clean",
Expand Down Expand Up @@ -104,36 +104,36 @@
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"cspell": "^8.8.4",
"cspell": "^8.10.4",
"gulp": "^5.0.0",
"hugo-extended": "0.127.0",
"hugo-extended": "0.128.0",
"markdown-link-check": "^3.12.2",
"markdownlint": "^0.34.0",
"postcss-cli": "^11.0.0",
"prettier": "^3.3.1",
"prettier": "^3.3.2",
"require-dir": "^1.2.0",
"textlint": "^14.0.4",
"textlint-filter-rule-allowlist": "^4.0.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-terminology": "^5.0.15",
"textlint-rule-terminology": "^5.1.8",
"through2": "^4.0.2",
"yargs": "^17.7.2"
},
"dependencies": {
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/auto-instrumentations-web": "^0.40.0",
"@opentelemetry/context-zone": "^1.25.0",
"@opentelemetry/core": "^1.25.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.52.0",
"@opentelemetry/instrumentation": "^0.52.0",
"@opentelemetry/resources": "^1.25.0",
"@opentelemetry/sdk-trace-base": "^1.25.0",
"@opentelemetry/sdk-trace-web": "^1.25.0",
"@opentelemetry/semantic-conventions": "^1.25.0",
"@opentelemetry/context-zone": "^1.25.1",
"@opentelemetry/core": "^1.25.1",
"@opentelemetry/exporter-trace-otlp-http": "^0.52.1",
"@opentelemetry/instrumentation": "^0.52.1",
"@opentelemetry/resources": "^1.25.1",
"@opentelemetry/sdk-trace-base": "^1.25.1",
"@opentelemetry/sdk-trace-web": "^1.25.1",
"@opentelemetry/semantic-conventions": "^1.25.1",
"path": "^0.12.7"
},
"optionalDependencies": {
"netlify-cli": "^17.26.1",
"netlify-cli": "^17.33.0",
"npm-check-updates": "^16.14.20"
},
"enginesComment": "Ensure that engines.node value stays consistent with the project's .nvmrc",
Expand Down

0 comments on commit 5921bce

Please sign in to comment.