|
62 | 62 | "release": "dotenv release-it" |
63 | 63 | }, |
64 | 64 | "dependencies": { |
65 | | - "@fluent/syntax": "^0.18.1", |
| 65 | + "@fluent/syntax": "^0.19.0", |
66 | 66 | "@rollup/pluginutils": "^5.0.0", |
67 | | - "magic-string": "^0.29.0", |
| 67 | + "magic-string": "^0.30.0", |
68 | 68 | "unplugin": "^1.0.0" |
69 | 69 | }, |
70 | 70 | "devDependencies": { |
71 | | - "@antfu/eslint-config-ts": "0.35.2", |
| 71 | + "@antfu/eslint-config-ts": "0.36.0", |
72 | 72 | "@release-it-plugins/lerna-changelog": "5.0.0", |
73 | | - "@types/node": "18.13.0", |
74 | | - "@vitejs/plugin-vue": "4.0.0", |
75 | | - "@vitest/coverage-c8": "0.28.4", |
| 73 | + "@types/node": "18.15.3", |
| 74 | + "@vitejs/plugin-vue": "4.1.0", |
| 75 | + "@vitest/coverage-c8": "0.29.3", |
76 | 76 | "@vue/compiler-sfc": "3.2.47", |
77 | | - "dotenv-cli": "7.0.0", |
78 | | - "eslint": "8.34.0", |
79 | | - "execa": "7.0.0", |
| 77 | + "dotenv-cli": "7.1.0", |
| 78 | + "eslint": "8.36.0", |
| 79 | + "execa": "7.1.1", |
80 | 80 | "husky": "8.0.3", |
81 | | - "lint-staged": "13.1.1", |
| 81 | + "lint-staged": "13.2.0", |
82 | 82 | "memfs": "3.4.13", |
83 | | - "release-it": "15.6.0", |
84 | | - "tsup": "6.6.2", |
| 83 | + "release-it": "15.9.0", |
| 84 | + "tsup": "6.6.3", |
85 | 85 | "typescript": "4.9.5", |
86 | | - "vite": "4.1.1", |
87 | | - "vitest": "0.28.4", |
| 86 | + "vite": "4.2.0", |
| 87 | + "vitest": "0.29.3", |
88 | 88 | "vue": "3.2.47", |
89 | 89 | "vue-loader": "17.0.1", |
90 | | - "webpack": "5.75.0" |
| 90 | + "webpack": "5.76.2" |
91 | 91 | }, |
92 | 92 | "lint-staged": { |
93 | 93 | "*.js": "eslint --fix", |
|
0 commit comments