|
21 | 21 | "build:sync": "webpack --color -c webpack-prebuild.config.ts" |
22 | 22 | }, |
23 | 23 | "devDependencies": { |
24 | | - "@ci7lus/eslint-config": "^1.1.0", |
25 | | - "@graphql-codegen/add": "^3.2.0", |
26 | | - "@graphql-codegen/cli": "^2.9.0", |
27 | | - "@graphql-codegen/typescript": "^2.7.2", |
28 | | - "@graphql-codegen/typescript-graphql-request": "^4.5.2", |
29 | | - "@graphql-codegen/typescript-operations": "^2.5.2", |
30 | | - "@tailwindcss/forms": "^0.5.2", |
31 | | - "@types/discord-rpc": "^4.0.3", |
| 24 | + "@ci7lus/eslint-config": "^1.1.1", |
| 25 | + "@graphql-codegen/add": "^3", |
| 26 | + "@graphql-codegen/cli": "2.9.0", |
| 27 | + "@graphql-codegen/typescript": "^3.0.4", |
| 28 | + "@graphql-codegen/typescript-graphql-request": "4.5.9", |
| 29 | + "@graphql-codegen/typescript-operations": "^3.0.4", |
| 30 | + "@tailwindcss/forms": "^0.5.3", |
| 31 | + "@types/discord-rpc": "^4.0.4", |
32 | 32 | "@types/dplayer": "^1.25.2", |
33 | | - "@types/gapi.client.drive": "^3.0.13", |
34 | | - "@types/koa": "^2.13.5", |
35 | | - "@types/koa__router": "^8.0.11", |
36 | | - "@types/node": "^16.10.2", |
| 33 | + "@types/gapi.client.drive": "^3.0.15", |
| 34 | + "@types/koa": "^2.13.6", |
| 35 | + "@types/koa__router": "^12.0.0", |
| 36 | + "@types/node": "^18.16.3", |
37 | 37 | "@types/postcss-import": "^14.0.0", |
38 | | - "@types/react-table": "^7.7.12", |
| 38 | + "@types/react-table": "^7.7.14", |
39 | 39 | "@types/tailwindcss": "^3.1.0", |
40 | | - "@types/twitter-text": "^3.1.2", |
| 40 | + "@types/twitter-text": "^3.1.5", |
41 | 41 | "@types/url-join": "^4.0.1", |
42 | | - "@types/webpack": "^5.28.0", |
43 | | - "@types/webpack-bundle-analyzer": "^4.4.1", |
| 42 | + "@types/webpack": "^5.28.1", |
| 43 | + "@types/webpack-bundle-analyzer": "^4.6.0", |
44 | 44 | "assert": "^2.0.0", |
45 | | - "autoprefixer": "^10.4.7", |
| 45 | + "autoprefixer": "^10.4.14", |
46 | 46 | "buffer": "^6.0.3", |
47 | 47 | "crypto-browserify": "^3.12.0", |
48 | | - "css-loader": "^6.7.1", |
49 | | - "esbuild-loader": "^2.19.0", |
50 | | - "eslint-plugin-classnames": "^0.2.1", |
| 48 | + "css-loader": "^6.7.3", |
| 49 | + "esbuild-loader": "^2", |
| 50 | + "eslint-plugin-classnames": "^0.3.1", |
51 | 51 | "https-browserify": "^1.0.0", |
52 | | - "husky": "^8.0.1", |
| 52 | + "husky": "^8.0.3", |
53 | 53 | "license-webpack-plugin": "^4.0.2", |
54 | | - "lint-staged": "^13.0.3", |
| 54 | + "lint-staged": "^13.2.2", |
55 | 55 | "path-browserify": "^1.0.1", |
56 | | - "postcss": "^8.4.14", |
57 | | - "postcss-import": "^14.1.0", |
58 | | - "postcss-loader": "^7.0.1", |
59 | | - "prettier": "^2.7.1", |
| 56 | + "postcss": "^8.4.23", |
| 57 | + "postcss-import": "^15.1.0", |
| 58 | + "postcss-loader": "^7.3.0", |
| 59 | + "prettier": "^2.8.8", |
60 | 60 | "process": "^0.11.10", |
61 | 61 | "querystring-es3": "^0.2.1", |
62 | | - "sass": "^1.53.0", |
63 | | - "sass-loader": "^13.0.2", |
| 62 | + "sass": "^1.62.1", |
| 63 | + "sass-loader": "^13.2.2", |
64 | 64 | "stream-browserify": "^3.0.0", |
65 | 65 | "stream-http": "^3.2.0", |
66 | | - "tailwindcss": "^3.1.6", |
| 66 | + "tailwindcss": "^3.3.2", |
67 | 67 | "ts-node": "^10.9.1", |
68 | 68 | "twitter-d": "^0.6.0", |
69 | | - "typescript": "^4.7.4", |
| 69 | + "typescript": "^5.0.4", |
70 | 70 | "url": "^0.11.0", |
71 | | - "util": "^0.12.4", |
72 | | - "webpack": "^5.73.0", |
73 | | - "webpack-bundle-analyzer": "^4.5.0", |
74 | | - "webpack-cli": "^4.10.0" |
| 71 | + "util": "^0.12.5", |
| 72 | + "webpack": "^5.82.0", |
| 73 | + "webpack-bundle-analyzer": "^4.8.0", |
| 74 | + "webpack-cli": "^5.0.2" |
75 | 75 | }, |
76 | 76 | "dependencies": { |
77 | | - "@headlessui/react": "^1.6.6", |
| 77 | + "@headlessui/react": "^1.7.14", |
78 | 78 | "@koa/router": "^12.0.0", |
79 | 79 | "@neneka/dplayer": "^1.27.2", |
80 | | - "@tanstack/react-table": "^8.5.11", |
81 | | - "@types/react": "^18.0.15", |
82 | | - "@types/react-dom": "^18.0.6", |
83 | | - "axios": "^1.0.0-alpha.1", |
84 | | - "axios-retry": "^3.3.1", |
85 | | - "bonjour-service": "^1.0.14", |
| 80 | + "@tanstack/react-table": "^8.9.1", |
| 81 | + "@types/react": "^18.2.5", |
| 82 | + "@types/react-dom": "^18.2.3", |
| 83 | + "axios": "^0", |
| 84 | + "axios-retry": "^3.4.0", |
| 85 | + "bonjour-service": "^1.1.1", |
86 | 86 | "clsx": "^1.2.1", |
87 | | - "dayjs": "^1.11.3", |
| 87 | + "dayjs": "^1.11.7", |
88 | 88 | "discord-rpc": "^4.0.1", |
89 | | - "eventmit": "^1.1.0", |
90 | | - "fast-xml-parser": "^4.0.9", |
91 | | - "format-duration": "^2.0.0", |
| 89 | + "eventmit": "^2.0.4", |
| 90 | + "fast-xml-parser": "^4.2.2", |
| 91 | + "format-duration": "^3.0.2", |
92 | 92 | "get-port": "^6.1.2", |
93 | | - "graphql": "^16.5.0", |
94 | | - "interweave": "^13.0.0", |
| 93 | + "graphql": "^16.6.0", |
| 94 | + "interweave": "^13.1.0", |
95 | 95 | "interweave-autolink": "^5.1.0", |
96 | | - "js-base64": "^3.7.2", |
97 | | - "koa": "^2.13.4", |
| 96 | + "js-base64": "^3.7.5", |
| 97 | + "koa": "^2.14.2", |
98 | 98 | "koa-easy-ws": "^2.1.0", |
99 | | - "pretty-bytes": "^6.0.0", |
| 99 | + "pretty-bytes": "^6.1.0", |
100 | 100 | "react": "^18.2.0", |
101 | 101 | "react-dom": "^18.2.0", |
102 | 102 | "react-feather": "^2.0.10", |
|
105 | 105 | "recoil": "^0.7.4", |
106 | 106 | "recoil-sync": "0.1.1-alpha.1", |
107 | 107 | "reconnecting-websocket": "^4.4.0", |
108 | | - "twitter-api-client": "^1.5.2", |
| 108 | + "twitter-api-client": "^1.6.1", |
109 | 109 | "twitter-text": "^3.1.0", |
110 | 110 | "url-join": "^5.0.0", |
111 | 111 | "yaml": "^1" |
|
115 | 115 | "eslint": "*", |
116 | 116 | "utf-8-validate": "^5.0.6" |
117 | 117 | }, |
| 118 | + "resolutions": { |
| 119 | + "@graphql-tools/prisma-loader": "7.2.2" |
| 120 | + }, |
118 | 121 | "lint-staged": { |
119 | 122 | "*.{js,ts,tsx}": "eslint --max-warnings 0 --cache", |
120 | 123 | "*.{js,ts,tsx,md}": "prettier" |
|
0 commit comments