diff options
Diffstat (limited to 'docker/crupest-nginx/sites/www/pnpm-lock.yaml')
-rw-r--r-- | docker/crupest-nginx/sites/www/pnpm-lock.yaml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/docker/crupest-nginx/sites/www/pnpm-lock.yaml b/docker/crupest-nginx/sites/www/pnpm-lock.yaml index a868dab..6de8ce2 100644 --- a/docker/crupest-nginx/sites/www/pnpm-lock.yaml +++ b/docker/crupest-nginx/sites/www/pnpm-lock.yaml @@ -5,9 +5,21 @@ settings: excludeLinksFromLockfile: false devDependencies: + '@tsconfig/recommended': + specifier: ^1.0.2 + version: 1.0.2 + '@types/parcel-env': + specifier: ^0.0.1 + version: 0.0.1 parcel: specifier: latest version: 2.9.3 + prettier: + specifier: 3.0.0 + version: 3.0.0 + typescript: + specifier: ^5.1.6 + version: 5.1.6 packages: @@ -1057,6 +1069,14 @@ packages: engines: {node: '>=10.13.0'} dev: true + /@tsconfig/recommended@1.0.2: + resolution: {integrity: sha512-dbHBtbWBOjq0/otpopAE02NT2Cm05Qe2JsEKeCf/wjSYbI2hz8nCqnpnOJWHATgjDz4fd3dchs3Wy1gQGjfN6w==} + dev: true + + /@types/parcel-env@0.0.1: + resolution: {integrity: sha512-8WmdiJ1uEBcW6AOWzQH7i0141ZXZr7B03YfTpguUDrTHXJHwYU9eEOckBRCZzYGrzb4pdoyBlaIMiTee04uqPQ==} + dev: true + /abortcontroller-polyfill@1.7.5: resolution: {integrity: sha512-JMJ5soJWP18htbbxJjG7bG6yuI6pRhgJ0scHHTfkUjf6wjP912xZWvM+A4sJK3gqd9E8fcPbDnOefbA9Th/FIQ==} dev: true @@ -1699,6 +1719,12 @@ packages: posthtml-render: 3.0.0 dev: true + /prettier@3.0.0: + resolution: {integrity: sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==} + engines: {node: '>=14'} + hasBin: true + dev: true + /react-error-overlay@6.0.9: resolution: {integrity: sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew==} dev: true @@ -1797,6 +1823,12 @@ packages: engines: {node: '>=10'} dev: true + /typescript@5.1.6: + resolution: {integrity: sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==} + engines: {node: '>=14.17'} + hasBin: true + dev: true + /update-browserslist-db@1.0.11(browserslist@4.21.9): resolution: {integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==} hasBin: true |