|
1 | 1 | { |
2 | 2 | "name": "protondb-decky", |
3 | | - "version": "1.0.11", |
| 3 | + "version": "1.0.12", |
4 | 4 | "description": "Display tappable ProtonDB badges on your game pages", |
5 | 5 | "scripts": { |
6 | 6 | "build": "shx rm -rf dist && rollup -c", |
|
31 | 31 | "@rollup/plugin-replace": "^4.0.0", |
32 | 32 | "@rollup/plugin-typescript": "^9.0.2", |
33 | 33 | "@types/react": "16.14.0", |
34 | | - "@types/webpack": "^5.28.0", |
35 | | - "@typescript-eslint/eslint-plugin": "^5.59.5", |
36 | | - "@typescript-eslint/parser": "^5.59.5", |
37 | | - "eslint": "^8.40.0", |
38 | | - "eslint-config-prettier": "^8.8.0", |
39 | | - "eslint-plugin-prettier": "^4.2.1", |
40 | | - "prettier": "^2.8.8", |
| 34 | + "@types/webpack": "^5.28.5", |
| 35 | + "@typescript-eslint/eslint-plugin": "^6.17.0", |
| 36 | + "@typescript-eslint/parser": "^6.17.0", |
| 37 | + "decky-frontend-lib": "^3.24.1", |
| 38 | + "eslint": "^8.56.0", |
| 39 | + "eslint-config-prettier": "^9.1.0", |
| 40 | + "eslint-plugin-prettier": "^5.1.2", |
| 41 | + "prettier": "^3.1.1", |
41 | 42 | "rollup": "^2.79.1", |
42 | 43 | "rollup-plugin-import-assets": "^1.1.1", |
43 | 44 | "shx": "^0.3.4", |
44 | | - "tslib": "^2.5.0", |
45 | | - "typescript": "^5.0.4" |
| 45 | + "tslib": "^2.6.2", |
| 46 | + "typescript": "^5.3.3" |
46 | 47 | }, |
47 | 48 | "dependencies": { |
48 | | - "decky-frontend-lib": "^3.20.7", |
49 | 49 | "localforage": "^1.10.0", |
50 | | - "react-icons": "^4.8.0" |
| 50 | + "react-icons": "^4.12.0" |
51 | 51 | }, |
52 | 52 | "pnpm": { |
53 | 53 | "peerDependencyRules": { |
54 | 54 | "ignoreMissing": [ |
55 | 55 | "react", |
56 | | - "react-dom" |
| 56 | + "react-dom", |
| 57 | + "decky-frontend-lib" |
57 | 58 | ] |
58 | 59 | } |
59 | 60 | } |
|
0 commit comments