Skip to content

Commit 6825b0e

Browse files
committed
order package.json
1 parent 5a1feaa commit 6825b0e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"private": false,
1010
"devDependencies": {
11-
"@builder.io/qwik": "~1.2.11",
1211
"@builder.io/qwik-city": "~1.2.11",
12+
"@builder.io/qwik": "~1.2.11",
1313
"@commitlint/cli": "^17.6.5",
1414
"@commitlint/config-angular": "^17.6.5",
1515
"@commitlint/config-conventional": "^17.6.5",
@@ -31,30 +31,30 @@
3131
"autoprefixer": "~10.4.14",
3232
"cypress": "^12.13.0",
3333
"cz-conventional-changelog": "^3.3.0",
34-
"eslint": "~8.42.0",
3534
"eslint-config-prettier": "8.8.0",
3635
"eslint-plugin-cypress": "^2.13.3",
3736
"eslint-plugin-qwik": "~1.2.11",
37+
"eslint": "~8.42.0",
3838
"husky": "^8.0.3",
3939
"jsdom": "~22.1.0",
4040
"ngx-deploy-npm": "^6.0.0",
4141
"node-fetch": "~3.3.1",
4242
"nx": "16.3.2",
43+
"postcss": "~8.4.24",
4344
"prettier": "^2.8.8",
4445
"qwik-nx": "^1.0.4",
45-
"react": "^18.2.0",
4646
"react-dom": "^18.2.0",
47+
"react": "^18.2.0",
4748
"sass": "^1.62.1",
4849
"tailwindcss": "~3.3.2",
4950
"tslib": "^2.5.3",
5051
"typescript": "^5.1.3",
5152
"undici": "^5.22.1",
52-
"vite": "~4.3.9",
5353
"vite-plugin-dts": "~2.3.0",
5454
"vite-plugin-eslint": "^1.8.1",
5555
"vite-tsconfig-paths": "~4.2.0",
56-
"vitest": "^0.31.4",
57-
"postcss": "~8.4.24"
56+
"vite": "~4.3.9",
57+
"vitest": "^0.31.4"
5858
},
5959
"config": {
6060
"commitizen": {

0 commit comments

Comments
 (0)