Mercurial > code > home > repos > video
comparison package.json @ 30:1fa90a903621
upgrade many deps
author | drewp@bigasterisk.com |
---|---|
date | Mon, 26 Aug 2024 22:33:02 -0700 |
parents | f0a773084a2e |
children | 0aea9e55899b |
comparison
equal
deleted
inserted
replaced
29:32916c1803d2 | 30:1fa90a903621 |
---|---|
4 "scripts": { | 4 "scripts": { |
5 "test": "jest", | 5 "test": "jest", |
6 "test_forever": "jest --watch" | 6 "test_forever": "jest --watch" |
7 }, | 7 }, |
8 "dependencies": { | 8 "dependencies": { |
9 "@shoelace-style/shoelace": "^2.4.0", | 9 "@shoelace-style/shoelace": "^2.16.0", |
10 "express": "^4.18.2", | 10 "express": "^4.19.2", |
11 "lit": "^2.7.2", | 11 "lit": "^3.2.0", |
12 "serve-index": "^1.9.1", | 12 "serve-index": "^1.9.1", |
13 "shaka-video-element": "^0.0.6", | 13 "shaka-video-element": "^0.6.6", |
14 "vite": "4.3.0-beta.6" | 14 "vite": "4.3.9" |
15 }, | 15 }, |
16 "devDependencies": { | 16 "devDependencies": { |
17 "@types/jest": "^29.5.0", | 17 "@types/jest": "^29.5.12", |
18 "jest": "^29.5.0", | 18 "jest": "^29.7.0", |
19 "node-globals": "^0.1.5", | 19 "node-globals": "^0.1.5", |
20 "stylus": "^0.59.0", | 20 "stylus": "^0.63.0", |
21 "ts-jest": "^29.1.0", | 21 "ts-jest": "^29.2.5", |
22 "tslib": "^2.5.0", | 22 "tslib": "^2.7.0", |
23 "typescript": "^5.0.4" | 23 "typescript": "^5.5.4" |
24 } | 24 }, |
25 "packageManager": "pnpm@9.8.0+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276" | |
25 } | 26 } |