mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
deps: upgrade npm dependencies
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
@@ -22,7 +22,7 @@ grid:
|
||||
- title: Set up two-factor authentication
|
||||
description: Add an extra layer of authentication to your Docker account.
|
||||
link: /security/2fa/
|
||||
icon: phonelink_lock
|
||||
icon: mobile_lock_portrait
|
||||
- title: Deactivate an account
|
||||
description: Learn how to deactivate a Docker user account.
|
||||
link: /accounts/deactivate-user-account/
|
||||
|
||||
@@ -11,7 +11,7 @@ grid_developers:
|
||||
- title: Set up two-factor authentication
|
||||
description: Add an extra layer of authentication to your Docker account.
|
||||
link: /security/2fa/
|
||||
icon: phonelink_lock
|
||||
icon: mobile_lock_portrait
|
||||
- title: Manage access tokens
|
||||
description: Create personal access tokens as an alternative to your password.
|
||||
icon: password
|
||||
|
||||
729
package-lock.json
generated
729
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
26
package.json
26
package.json
@@ -14,22 +14,22 @@
|
||||
},
|
||||
"homepage": "https://docs.docker.com/",
|
||||
"dependencies": {
|
||||
"@alpinejs/collapse": "^3.14.3",
|
||||
"@alpinejs/focus": "^3.14.3",
|
||||
"@alpinejs/persist": "^3.14.3",
|
||||
"@floating-ui/dom": "^1.6.12",
|
||||
"@material-symbols/svg-400": "^0.23.0",
|
||||
"@tailwindcss/cli": "^4.1.6",
|
||||
"@tailwindcss/typography": "^0.5.15",
|
||||
"alpinejs": "^3.14.3",
|
||||
"@alpinejs/collapse": "^3.15.8",
|
||||
"@alpinejs/focus": "^3.15.8",
|
||||
"@alpinejs/persist": "^3.15.8",
|
||||
"@floating-ui/dom": "^1.7.6",
|
||||
"@material-symbols/svg-400": "^0.40.2",
|
||||
"@tailwindcss/cli": "^4.2.1",
|
||||
"@tailwindcss/typography": "^0.5.19",
|
||||
"alpinejs": "^3.15.8",
|
||||
"highlight.js": "^11.11.1",
|
||||
"marked": "^17.0.0",
|
||||
"tailwindcss": "^4.1.6"
|
||||
"marked": "^17.0.4",
|
||||
"tailwindcss": "^4.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"markdownlint": "^0.38.0",
|
||||
"prettier": "^3.6.2",
|
||||
"markdownlint": "^0.40.0",
|
||||
"prettier": "^3.8.1",
|
||||
"prettier-plugin-go-template": "^0.0.15",
|
||||
"prettier-plugin-tailwindcss": "^0.7.1"
|
||||
"prettier-plugin-tailwindcss": "^0.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user