decidim 0.28.0.rc4 → 0.28.0.rc5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,42 +0,0 @@
1
- {
2
- "name": "@decidim/prettier-config",
3
- "version": "0.28.0-dev",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "@decidim/prettier-config",
9
- "version": "0.28.0-dev",
10
- "license": "AGPL-3.0",
11
- "dependencies": {
12
- "@prettier/plugin-ruby": "^4.0.2"
13
- },
14
- "peerDependencies": {
15
- "prettier": "^3.0.3"
16
- }
17
- },
18
- "node_modules/@prettier/plugin-ruby": {
19
- "version": "4.0.2",
20
- "resolved": "https://registry.npmjs.org/@prettier/plugin-ruby/-/plugin-ruby-4.0.2.tgz",
21
- "integrity": "sha512-TOGsMoOLF0BLwRozqtTB/w7HpDHotDSBPfLsMBpCjlMONLSoCWBF1NhZQjiioyLim7tCltzFrCqZp11WcrPOzA==",
22
- "peerDependencies": {
23
- "prettier": "^3.0.0"
24
- }
25
- },
26
- "node_modules/prettier": {
27
- "version": "3.0.3",
28
- "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.3.tgz",
29
- "integrity": "sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==",
30
- "peer": true,
31
- "bin": {
32
- "prettier": "bin/prettier.cjs"
33
- },
34
- "engines": {
35
- "node": ">=14"
36
- },
37
- "funding": {
38
- "url": "https://github.com/prettier/prettier?sponsor=1"
39
- }
40
- }
41
- }
42
- }