Skip to content

Commit

Permalink
chore: freeze deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa committed Nov 19, 2024
1 parent ef2fe91 commit 02a978e
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 173 deletions.
48 changes: 25 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "qwik-image",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"scripts": {
"nx": "nx"
},
"private": false,
"type": "module",
"engines": {
Expand All @@ -14,41 +16,41 @@
"devDependencies": {
"@builder.io/qwik": "1.9.0",
"@builder.io/qwik-city": "1.9.0",
"@commitlint/cli": "^17.6.1",
"@commitlint/config-angular": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@jscutlery/semver": "^2.30.1",
"@commitlint/cli": "17.6.1",
"@commitlint/config-angular": "17.6.1",
"@commitlint/config-conventional": "17.6.1",
"@jscutlery/semver": "2.30.1",
"@nrwl/cypress": "19.7.4",
"@nrwl/linter": "19.7.4",
"@nrwl/nx-cloud": "^16.0.1",
"@nrwl/nx-cloud": "16.0.1",
"@nrwl/vite": "19.7.4",
"@nrwl/workspace": "^19.7.4",
"@nrwl/workspace": "19.7.4",
"@types/node": "18.15.13",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vitest/ui": "^0.30.1",
"all-contributors-cli": "^6.24.0",
"cypress": "^12.10.0",
"cz-conventional-changelog": "^3.3.0",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"@vitest/ui": "0.30.1",
"all-contributors-cli": "6.24.0",
"cypress": "12.10.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "~8.38.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-cypress": "^2.13.2",
"eslint-plugin-cypress": "2.13.2",
"eslint-plugin-qwik": "1.9.0",
"husky": "^8.0.3",
"husky": "8.0.3",
"jsdom": "~21.1.1",
"ngx-deploy-npm": "^5.2.0",
"ngx-deploy-npm": "5.2.0",
"node-fetch": "~3.3.1",
"nx": "19.7.4",
"prettier": "^2.8.7",
"qwik-nx": "^2.3.1",
"tslib": "^2.5.3",
"undici": "^5.22.0",
"prettier": "2.8.7",
"qwik-nx": "2.3.1",
"tslib": "2.5.3",
"undici": "5.22.0",
"vite": "~4.3.1",
"vite-plugin-dts": "~2.3.0",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-static-copy": "^1.0.5",
"vite-plugin-eslint": "1.8.1",
"vite-plugin-static-copy": "1.0.5",
"vite-tsconfig-paths": "~4.2.0",
"vitest": "^0.30.1"
"vitest": "0.30.1"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit 02a978e

Please sign in to comment.