|
42 | 42 | "fixture:prod": "yarn clean:fixture && cross-env CMD=build yarn nuxt-run && cross-env CMD=start yarn nuxt-run",
|
43 | 43 | "lint": "run-s lint:all:*",
|
44 | 44 | "lint:all:eslint": "yarn lint:eslint --ext .js,.mjs,.ts,.vue .",
|
45 |
| - "lint:all:prettier": "yarn lint:prettier \"**/*.{js,mjs,json,ts,vue,md}\"", |
46 | 45 | "lint:eslint": "eslint --fix",
|
47 |
| - "lint:prettier": "prettier --write --loglevel warn", |
48 | 46 | "now-build": "NOW_BUILD=true yarn fixture:generate:export",
|
49 | 47 | "nuxt-run": "cross-env-shell \"yarn nuxt $CMD test/fixture\"",
|
50 | 48 | "prepare": "yarn build",
|
|
59 | 57 | "watch": "yarn build -w"
|
60 | 58 | },
|
61 | 59 | "dependencies": {
|
62 |
| - "defu": "^6.1.2", |
| 60 | + "defu": "^6.1.4", |
63 | 61 | "estree-walker": "^2.0.2",
|
64 | 62 | "fs-extra": "^9.1.0",
|
65 |
| - "magic-string": "^0.30.1", |
66 |
| - "pathe": "^1.1.1", |
67 |
| - "ufo": "^1.1.2" |
| 63 | + "magic-string": "^0.30.9", |
| 64 | + "pathe": "^1.1.2", |
| 65 | + "ufo": "^1.5.3" |
68 | 66 | },
|
69 | 67 | "devDependencies": {
|
70 |
| - "@babel/traverse": "^7.22.8", |
71 |
| - "@babel/types": "^7.22.5", |
| 68 | + "@babel/traverse": "^7.24.1", |
| 69 | + "@babel/types": "^7.24.0", |
72 | 70 | "@nuxt/test-utils": "^0.2.2",
|
73 |
| - "@nuxt/types": "^2.17.1", |
74 |
| - "@nuxt/typescript-build": "^3.0.1", |
| 71 | + "@nuxt/types": "^2.17.3", |
| 72 | + "@nuxt/typescript-build": "^3.0.2", |
75 | 73 | "@nuxtjs/module-test-utils": "^1.6.3",
|
76 | 74 | "@nuxtjs/pwa": "^3.3.5",
|
77 |
| - "@release-it/conventional-changelog": "^5.1.1", |
78 |
| - "@types/fs-extra": "^9.0.13", |
79 |
| - "@types/node": "^16.18.38", |
80 |
| - "@types/normalize-path": "^3.0.0", |
81 |
| - "@typescript-eslint/eslint-plugin": "^5.62.0", |
82 |
| - "@typescript-eslint/parser": "^5.62.0", |
83 |
| - "c8": "^7.14.0", |
| 75 | + "@release-it/conventional-changelog": "^8.0.1", |
| 76 | + "@types/fs-extra": "^11.0.4", |
| 77 | + "@types/node": "^20.12.7", |
| 78 | + "@types/normalize-path": "^3.0.2", |
| 79 | + "@typescript-eslint/eslint-plugin": "^7.6.0", |
| 80 | + "@typescript-eslint/parser": "^7.6.0", |
84 | 81 | "codecov": "^3.8.3",
|
85 |
| - "core-js": "3.31.1", |
| 82 | + "core-js": "3.36.1", |
86 | 83 | "cross-env": "^7.0.3",
|
87 |
| - "eslint": "^8.45.0", |
88 |
| - "eslint-config-prettier": "^8.8.0", |
89 |
| - "eslint-plugin-prettier": "^4.2.1", |
| 84 | + "eslint": "^8.57.0", |
90 | 85 | "eslint-plugin-promise": "^6.1.1",
|
91 |
| - "happy-dom": "^10.3.2", |
| 86 | + "happy-dom": "^14.7.1", |
92 | 87 | "http-server": "^14.1.1",
|
93 |
| - "lint-staged": "^13.2.3", |
| 88 | + "lint-staged": "^15.2.2", |
94 | 89 | "npm-run-all": "^4.1.5",
|
95 |
| - "nuxt": "^2.17.1", |
96 |
| - "prettier": "^2.8.8", |
97 |
| - "release-it": "16.1.0", |
98 |
| - "rimraf": "^5.0.1", |
| 90 | + "nuxt": "^2.17.3", |
| 91 | + "release-it": "17.2.0", |
| 92 | + "rimraf": "^5.0.5", |
99 | 93 | "siroc": "0.16.0",
|
100 |
| - "start-server-and-test": "^2.0.0", |
101 |
| - "testcafe": "2.4.0", |
| 94 | + "start-server-and-test": "^2.0.3", |
| 95 | + "testcafe": "3.5.0", |
102 | 96 | "ts-loader": "^8.4.0",
|
103 |
| - "tsd": "^0.28.1", |
104 |
| - "typescript": "5.1.6", |
105 |
| - "vite": "^4.4.4", |
106 |
| - "vitest": "^0.33.0", |
| 97 | + "tsd": "^0.31.0", |
| 98 | + "typescript": "5.4.5", |
| 99 | + "vite": "^5.2.8", |
| 100 | + "vitest": "^1.5.0", |
107 | 101 | "yorkie": "^2.0.0"
|
108 | 102 | },
|
109 | 103 | "peerDependencies": {
|
|
113 | 107 | "engines": {
|
114 | 108 | "node": ">=v14.13.0"
|
115 | 109 | },
|
116 |
| - "volta": { |
117 |
| - "node": "16.16.0" |
118 |
| - }, |
119 | 110 | "gitHooks": {
|
120 | 111 | "pre-commit": "lint-staged"
|
121 | 112 | },
|
|
0 commit comments