-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8431c75
commit 33bf238
Showing
14 changed files
with
2,884 additions
and
832 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
hoist = false | ||
|
||
auto-install-peers = false | ||
node-version = 18.20.5 | ||
node-version = 18.20.6 | ||
engine-strict = true | ||
|
||
@jsr:registry = https://npm.jsr.io |
Large diffs are not rendered by default.
Oops, something went wrong.
1,462 changes: 934 additions & 528 deletions
1,462
an_website/vendored/apm-rum/elastic-apm-rum.umd.js
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,15 +6,15 @@ | |
"@core-js/compat": "4.0.0-alpha.0", | ||
"@eslint/eslintrc": "^2.1.4", | ||
"@eslint/js": "^8.57.1", | ||
"@pnpm/types": "^1000.1.0", | ||
"@std/cli": "npm:@jsr/std__cli@^1.0.11", | ||
"@pnpm/types": "^1000.1.1", | ||
"@std/cli": "npm:@jsr/std__cli@^1.0.12", | ||
"@tsconfig/node18": "^18.2.4", | ||
"@tsconfig/strictest": "^2.0.5", | ||
"@types/eslint__eslintrc": "^2.1.2", | ||
"@types/eslint__js": "^8.42.3", | ||
"@types/node": "^18.19.71", | ||
"@typescript-eslint/eslint-plugin": "^8.21.0", | ||
"@typescript-eslint/parser": "^8.21.0", | ||
"@types/node": "^18.19.74", | ||
"@typescript-eslint/eslint-plugin": "^8.22.0", | ||
"@typescript-eslint/parser": "^8.22.0", | ||
"browserslist": "4.24.4", | ||
"browserslist-to-esbuild": "^2.1.1", | ||
"caniuse-lite": "1.0.30001690", | ||
|
@@ -32,15 +32,15 @@ | |
"gzip-size": "^7.0.0", | ||
"postcss": "^8.5.1", | ||
"prettier": "^3.4.2", | ||
"stylelint": "^16.13.2", | ||
"stylelint": "^16.14.1", | ||
"stylelint-config-idiomatic-order": "^10.0.0", | ||
"stylelint-config-standard-scss": "^14.0.0", | ||
"stylelint-no-unsupported-browser-features": "^8.0.2", | ||
"stylelint-prettier": "^5.0.2", | ||
"stylelint-no-unsupported-browser-features": "^8.0.4", | ||
"stylelint-prettier": "^5.0.3", | ||
"ts-node": "https://asozial.beer/ts-node-241116.tgz", | ||
"type-fest": "^4.33.0", | ||
"typescript": "~5.7.3", | ||
"typescript-eslint": "^8.21.0", | ||
"typescript": "5.8.0-beta", | ||
"typescript-eslint": "^8.22.0", | ||
"typescript-eslint-language-service": "^5.0.5" | ||
}, | ||
"packageManager": "[email protected]+sha512.c89847b0667ddab50396bbbd008a2a43cf3b581efd59cf5d9aa8923ea1fb4b8106c041d540d08acb095037594d73ebc51e1ec89ee40c88b30b8a66c0fae0ac1b", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.