|
16 | 16 | "migration:generate": "ts-node -r tsconfig-paths/register --project server/tsconfig.json ./node_modules/typeorm/cli.js migration:generate -d server/datasource.ts", |
17 | 17 | "migration:create": "ts-node -r tsconfig-paths/register --project server/tsconfig.json ./node_modules/typeorm/cli.js migration:create -d server/datasource.ts", |
18 | 18 | "migration:run": "ts-node -r tsconfig-paths/register --project server/tsconfig.json ./node_modules/typeorm/cli.js migration:run -d server/datasource.ts", |
19 | | - "format": "prettier --loglevel warn --write --cache .", |
| 19 | + "format": "prettier --log-level warn --write --cache .", |
20 | 20 | "format:check": "prettier --check --cache .", |
21 | 21 | "typecheck": "pnpm typecheck:server && pnpm typecheck:client", |
22 | 22 | "typecheck:server": "tsc --project server/tsconfig.json --noEmit", |
|
116 | 116 | "devDependencies": { |
117 | 117 | "@commitlint/cli": "17.4.4", |
118 | 118 | "@commitlint/config-conventional": "17.4.4", |
119 | | - "@tailwindcss/aspect-ratio": "0.4.2", |
120 | | - "@tailwindcss/forms": "0.5.10", |
121 | | - "@tailwindcss/typography": "0.5.16", |
| 119 | + "@tailwindcss/aspect-ratio": "^0.4.2", |
| 120 | + "@tailwindcss/forms": "^0.5.10", |
| 121 | + "@tailwindcss/typography": "^0.5.16", |
122 | 122 | "@types/bcrypt": "6.0.0", |
123 | 123 | "@types/cookie-parser": "1.4.10", |
124 | 124 | "@types/country-flag-icons": "1.2.2", |
|
144 | 144 | "@types/yup": "0.29.14", |
145 | 145 | "@typescript-eslint/eslint-plugin": "7.18.0", |
146 | 146 | "@typescript-eslint/parser": "7.18.0", |
147 | | - "autoprefixer": "10.4.23", |
| 147 | + "autoprefixer": "^10.4.23", |
148 | 148 | "baseline-browser-mapping": "^2.8.32", |
149 | 149 | "commitizen": "4.3.1", |
150 | 150 | "copyfiles": "2.4.1", |
151 | 151 | "cy-mobile-commands": "0.3.0", |
152 | 152 | "cypress": "14.5.4", |
153 | 153 | "cz-conventional-changelog": "3.3.0", |
154 | 154 | "eslint": "8.57.1", |
155 | | - "eslint-config-next": "^14.2.4", |
| 155 | + "eslint-config-next": "^14.2.35", |
156 | 156 | "eslint-config-prettier": "8.6.0", |
157 | 157 | "eslint-plugin-formatjs": "4.9.0", |
158 | 158 | "eslint-plugin-jsx-a11y": "6.10.2", |
|
163 | 163 | "husky": "8.0.3", |
164 | 164 | "lint-staged": "13.1.2", |
165 | 165 | "nodemon": "3.1.11", |
166 | | - "postcss": "8.5.6", |
167 | | - "prettier": "2.8.4", |
168 | | - "prettier-plugin-organize-imports": "3.2.2", |
169 | | - "prettier-plugin-tailwindcss": "0.2.3", |
170 | | - "tailwindcss": "3.2.7", |
| 166 | + "postcss": "^8.5.6", |
| 167 | + "prettier": "3.8.1", |
| 168 | + "prettier-plugin-organize-imports": "4.3.0", |
| 169 | + "prettier-plugin-tailwindcss": "0.6.14", |
| 170 | + "tailwindcss": "3.4.19", |
171 | 171 | "ts-node": "10.9.2", |
172 | 172 | "tsc-alias": "1.8.16", |
173 | 173 | "tsconfig-paths": "4.2.0", |
|
0 commit comments