|
1 | 1 | { |
2 | 2 | "name": "@libresign/vue-pdf-editor", |
3 | 3 | "description": "vue2 pdf editor component", |
4 | | - "version": "1.2.7", |
| 4 | + "version": "1.3.0", |
5 | 5 | "author": "LibreCode", |
6 | 6 | "private": false, |
7 | 7 | "main": "dist/vue-pdf-editor.umd.js", |
|
18 | 18 | "lint:fix": "vue-cli-service lint" |
19 | 19 | }, |
20 | 20 | "dependencies": { |
21 | | - "@cantoo/pdf-lib": "^1.20.2", |
22 | | - "blob-stream-i2d": "^1.0.0", |
23 | | - "core-js": "^3.35.1", |
| 21 | + "@cantoo/pdf-lib": "^2.2.3", |
| 22 | + "blob-stream-i2d": "^1.1.2", |
| 23 | + "core-js": "^3.38.1", |
24 | 24 | "downloadjs": "^1.4.7", |
25 | | - "pdfjs-dist": "^3.11.174", |
| 25 | + "pdfjs-dist": "^4.7.76", |
26 | 26 | "pdfkit": "^0.15.0", |
27 | | - "vue-material-design-icons": "^5.2.0" |
| 27 | + "vue-material-design-icons": "^5.3.1" |
28 | 28 | }, |
29 | 29 | "devDependencies": { |
30 | | - "@babel/core": "^7.23.7", |
31 | | - "@babel/eslint-parser": "^7.23.3", |
32 | | - "@babel/plugin-transform-private-methods": "^7.23.3", |
| 30 | + "@babel/core": "^7.26.0", |
| 31 | + "@babel/eslint-parser": "^7.25.9", |
| 32 | + "@babel/plugin-transform-private-methods": "^7.25.9", |
33 | 33 | "@vue/cli-plugin-babel": "~5.0.0", |
34 | 34 | "@vue/cli-plugin-eslint": "^5.0.8", |
35 | 35 | "@vue/cli-service": "~5.0.0", |
36 | | - "eslint": "^8.57.0", |
37 | | - "eslint-plugin-vue": "^9.22.0", |
38 | | - "postcss": "^8.4.33", |
39 | | - "postcss-load-config": "^5.0.3", |
| 36 | + "eslint": "^8.57.1", |
| 37 | + "eslint-plugin-vue": "^9.29.1", |
| 38 | + "postcss": "^8.4.47", |
| 39 | + "postcss-load-config": "^5.1.0", |
40 | 40 | "tailwindcss": "^3.4.1", |
41 | 41 | "terser-webpack-plugin": "^5.3.10", |
42 | 42 | "vue": "^2.7.16", |
|
0 commit comments