|
2 | 2 | "name": "qwik-image",
|
3 | 3 | "version": "0.0.0",
|
4 | 4 | "license": "MIT",
|
5 |
| - "scripts": {}, |
| 5 | + "scripts": { |
| 6 | + "nx": "nx" |
| 7 | + }, |
6 | 8 | "private": false,
|
7 | 9 | "type": "module",
|
8 | 10 | "engines": {
|
|
14 | 16 | "devDependencies": {
|
15 | 17 | "@builder.io/qwik": "1.9.0",
|
16 | 18 | "@builder.io/qwik-city": "1.9.0",
|
17 |
| - "@commitlint/cli": "^17.6.1", |
18 |
| - "@commitlint/config-angular": "^17.6.1", |
19 |
| - "@commitlint/config-conventional": "^17.6.1", |
20 |
| - "@jscutlery/semver": "^2.30.1", |
| 19 | + "@commitlint/cli": "17.6.1", |
| 20 | + "@commitlint/config-angular": "17.6.1", |
| 21 | + "@commitlint/config-conventional": "17.6.1", |
| 22 | + "@jscutlery/semver": "2.30.1", |
21 | 23 | "@nrwl/cypress": "19.7.4",
|
22 | 24 | "@nrwl/linter": "19.7.4",
|
23 |
| - "@nrwl/nx-cloud": "^16.0.1", |
| 25 | + "@nrwl/nx-cloud": "16.0.1", |
24 | 26 | "@nrwl/vite": "19.7.4",
|
25 |
| - "@nrwl/workspace": "^19.7.4", |
| 27 | + "@nrwl/workspace": "19.7.4", |
26 | 28 | "@types/node": "18.15.13",
|
27 |
| - "@typescript-eslint/eslint-plugin": "^7.7.1", |
28 |
| - "@typescript-eslint/parser": "^7.7.1", |
29 |
| - "@vitest/ui": "^0.30.1", |
30 |
| - "all-contributors-cli": "^6.24.0", |
31 |
| - "cypress": "^12.10.0", |
32 |
| - "cz-conventional-changelog": "^3.3.0", |
| 29 | + "@typescript-eslint/eslint-plugin": "7.7.1", |
| 30 | + "@typescript-eslint/parser": "7.7.1", |
| 31 | + "@vitest/ui": "0.30.1", |
| 32 | + "all-contributors-cli": "6.24.0", |
| 33 | + "cypress": "12.10.0", |
| 34 | + "cz-conventional-changelog": "3.3.0", |
33 | 35 | "eslint": "~8.38.0",
|
34 | 36 | "eslint-config-prettier": "8.8.0",
|
35 |
| - "eslint-plugin-cypress": "^2.13.2", |
| 37 | + "eslint-plugin-cypress": "2.13.2", |
36 | 38 | "eslint-plugin-qwik": "1.9.0",
|
37 |
| - "husky": "^8.0.3", |
| 39 | + "husky": "8.0.3", |
38 | 40 | "jsdom": "~21.1.1",
|
39 |
| - "ngx-deploy-npm": "^5.2.0", |
| 41 | + "ngx-deploy-npm": "5.2.0", |
40 | 42 | "node-fetch": "~3.3.1",
|
41 | 43 | "nx": "19.7.4",
|
42 |
| - "prettier": "^2.8.7", |
43 |
| - "qwik-nx": "^2.3.1", |
44 |
| - "tslib": "^2.5.3", |
45 |
| - "undici": "^5.22.0", |
| 44 | + "prettier": "2.8.7", |
| 45 | + "qwik-nx": "2.3.1", |
| 46 | + "tslib": "2.5.3", |
| 47 | + "undici": "5.22.0", |
46 | 48 | "vite": "~4.3.1",
|
47 | 49 | "vite-plugin-dts": "~2.3.0",
|
48 |
| - "vite-plugin-eslint": "^1.8.1", |
49 |
| - "vite-plugin-static-copy": "^1.0.5", |
| 50 | + "vite-plugin-eslint": "1.8.1", |
| 51 | + "vite-plugin-static-copy": "1.0.5", |
50 | 52 | "vite-tsconfig-paths": "~4.2.0",
|
51 |
| - "vitest": "^0.30.1" |
| 53 | + "vitest": "0.30.1" |
52 | 54 | },
|
53 | 55 | "config": {
|
54 | 56 | "commitizen": {
|
|
0 commit comments