prettier 3.0.0-alpha.7-for-vscode → 3.0.0-alpha.8-for-vscode
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +2 -2
- package/index.cjs +479 -20568
- package/index.mjs +1 -1
- package/package.json +2 -2
- package/plugins/postcss.js +1 -1
- package/plugins/postcss.mjs +1 -1
- package/standalone.js +1 -1
- package/standalone.mjs +1 -1
- package/internal/internal.cjs +0 -6430
package/LICENSE
CHANGED
|
@@ -17,7 +17,7 @@ MIT, ISC, BSD-2-Clause, BSD-3-Clause, 0BSD, Apache-2.0
|
|
|
17
17
|
|
|
18
18
|
## Bundled dependencies
|
|
19
19
|
|
|
20
|
-
### @angular/compiler@v15.2.
|
|
20
|
+
### @angular/compiler@v15.2.8
|
|
21
21
|
|
|
22
22
|
> Angular - the compiler library
|
|
23
23
|
|
|
@@ -3695,7 +3695,7 @@ Author: typicode
|
|
|
3695
3695
|
|
|
3696
3696
|
----------------------------------------
|
|
3697
3697
|
|
|
3698
|
-
### postcss@v8.4.
|
|
3698
|
+
### postcss@v8.4.23
|
|
3699
3699
|
|
|
3700
3700
|
> Tool for transforming styles with JS plugins
|
|
3701
3701
|
|