Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2024-12-03 18:37:29 +00:00
parent 49f7b34c3d
commit 5261a1223f
1640 changed files with 174830 additions and 182292 deletions

11
node_modules/prettier/package.json generated vendored
View file

@ -1,6 +1,6 @@
{
"name": "prettier",
"version": "3.0.0",
"version": "3.4.1",
"description": "Prettier is an opinionated code formatter",
"bin": "./bin/prettier.cjs",
"repository": "prettier/prettier",
@ -15,6 +15,10 @@
".": {
"types": "./index.d.ts",
"require": "./index.cjs",
"browser": {
"import": "./standalone.mjs",
"default": "./standalone.js"
},
"default": "./index.mjs"
},
"./*": "./*",
@ -146,7 +150,6 @@
"index.d.ts",
"index.mjs",
"internal/cli.mjs",
"internal/internal.mjs",
"package.json",
"plugins/acorn.d.ts",
"plugins/acorn.js",
@ -190,5 +193,7 @@
"standalone.d.ts",
"standalone.js",
"standalone.mjs"
]
],
"preferUnplugged": true,
"type": "commonjs"
}