Skip to content

Commit 02a978e

Browse files
committed
chore: freeze deps
1 parent ef2fe91 commit 02a978e

File tree

2 files changed

+138
-173
lines changed

2 files changed

+138
-173
lines changed

package.json

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "qwik-image",
33
"version": "0.0.0",
44
"license": "MIT",
5-
"scripts": {},
5+
"scripts": {
6+
"nx": "nx"
7+
},
68
"private": false,
79
"type": "module",
810
"engines": {
@@ -14,41 +16,41 @@
1416
"devDependencies": {
1517
"@builder.io/qwik": "1.9.0",
1618
"@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",
2123
"@nrwl/cypress": "19.7.4",
2224
"@nrwl/linter": "19.7.4",
23-
"@nrwl/nx-cloud": "^16.0.1",
25+
"@nrwl/nx-cloud": "16.0.1",
2426
"@nrwl/vite": "19.7.4",
25-
"@nrwl/workspace": "^19.7.4",
27+
"@nrwl/workspace": "19.7.4",
2628
"@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",
3335
"eslint": "~8.38.0",
3436
"eslint-config-prettier": "8.8.0",
35-
"eslint-plugin-cypress": "^2.13.2",
37+
"eslint-plugin-cypress": "2.13.2",
3638
"eslint-plugin-qwik": "1.9.0",
37-
"husky": "^8.0.3",
39+
"husky": "8.0.3",
3840
"jsdom": "~21.1.1",
39-
"ngx-deploy-npm": "^5.2.0",
41+
"ngx-deploy-npm": "5.2.0",
4042
"node-fetch": "~3.3.1",
4143
"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",
4648
"vite": "~4.3.1",
4749
"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",
5052
"vite-tsconfig-paths": "~4.2.0",
51-
"vitest": "^0.30.1"
53+
"vitest": "0.30.1"
5254
},
5355
"config": {
5456
"commitizen": {

0 commit comments

Comments
 (0)