|
2 | 2 | "name": "it-tools", |
3 | 3 | "type": "module", |
4 | 4 | "version": "2024.10.22-7ca5933", |
5 | | - "packageManager": "pnpm@9.11.0", |
| 5 | + "packageManager": "pnpm@11.9.0", |
6 | 6 | "description": "Collection of handy online tools for developers, with great UX. ", |
7 | 7 | "author": "Corentin Th <corentin.thomasset74+it-tools@gmail.com> (https://corentin.tech)", |
8 | 8 | "license": "GNU GPLv3", |
|
23 | 23 | ], |
24 | 24 | "scripts": { |
25 | 25 | "dev": "vite", |
26 | | - "build": "vue-tsc --noEmit && NODE_OPTIONS=--max_old_space_size=4096 vite build", |
| 26 | + "build": "vue-tsc --noEmit && cross-env NODE_OPTIONS=--max_old_space_size=4096 vite build", |
27 | 27 | "preview": "vite preview --port 5050", |
28 | 28 | "test": "npm run test:unit", |
29 | 29 | "test:unit": "vitest --environment jsdom", |
|
42 | 42 | "@regexper/render": "^1.0.0", |
43 | 43 | "@sindresorhus/slugify": "^3.0.0", |
44 | 44 | "@tabler/icons-vue": "^3.44.0", |
45 | | - "@tiptap/pm": "3.23.5", |
46 | | - "@tiptap/starter-kit": "3.23.5", |
47 | | - "@tiptap/vue-3": "3.23.5", |
| 45 | + "@tiptap/pm": "3.27.1", |
| 46 | + "@tiptap/starter-kit": "3.27.1", |
| 47 | + "@tiptap/vue-3": "3.27.1", |
48 | 48 | "@types/markdown-it": "^14.1.2", |
49 | 49 | "@vicons/material": "^0.13.0", |
50 | 50 | "@vicons/tabler": "^0.13.0", |
|
92 | 92 | "unicode-emoji-json": "^0.9.0", |
93 | 93 | "unplugin-auto-import": "^21.0.0", |
94 | 94 | "uuid": "^14.0.1", |
95 | | - "vue": "^3.5.34", |
| 95 | + "vue": "^3.5.39", |
96 | 96 | "vue-i18n": "^11.4.4", |
97 | 97 | "vue-router": "^5.1.0", |
98 | 98 | "vue-shadow-dom": "^4.2.0", |
|
114 | 114 | "@types/lodash": "^4.17.24", |
115 | 115 | "@types/mime-types": "^3.0.1", |
116 | 116 | "@types/netmask": "^2.0.6", |
117 | | - "@types/node": "^25.9.1", |
| 117 | + "@types/node": "^26.1.0", |
118 | 118 | "@types/node-forge": "^1.3.14", |
119 | 119 | "@types/qrcode": "^1.5.6", |
120 | 120 | "@types/ua-parser-js": "^0.7.39", |
|
126 | 126 | "@vue/test-utils": "^2.4.10", |
127 | 127 | "@vue/tsconfig": "^0.9.1", |
128 | 128 | "consola": "^3.4.2", |
| 129 | + "cross-env": "^10.0.0", |
129 | 130 | "eslint": "^10.4.0", |
130 | 131 | "hygen": "^6.2.11", |
131 | 132 | "jsdom": "^29.1.1", |
|
136 | 137 | "unocss-preset-scrollbar": "^4.0.0", |
137 | 138 | "unplugin-icons": "^23.0.1", |
138 | 139 | "unplugin-vue-components": "^32.1.0", |
139 | | - "unplugin-vue-markdown": "^30.0.0", |
| 140 | + "unplugin-vue-markdown": "^32.0.0", |
140 | 141 | "vite": "^8.0.16", |
141 | 142 | "vite-plugin-pwa": "^1.3.0", |
142 | 143 | "vite-svg-loader": "^5.1.1", |
|
0 commit comments