|
1 | 1 | { |
2 | 2 | "name": "@libresign/vue-pdf-editor", |
3 | 3 | "description": "vue2 pdf editor component", |
4 | | - "version": "1.2.2", |
| 4 | + "version": "1.2.3", |
5 | 5 | "author": "LibreCode", |
6 | 6 | "private": false, |
7 | 7 | "main": "dist/vue-pdf-editor.umd.js", |
|
19 | 19 | }, |
20 | 20 | "dependencies": { |
21 | 21 | "blob-stream-i2d": "^1.0.0", |
22 | | - "core-js": "^3.8.3", |
| 22 | + "core-js": "^3.35.1", |
23 | 23 | "downloadjs": "^1.4.7", |
24 | 24 | "pdf-lib": "^1.17.1", |
25 | | - "pdfjs-dist": "2.4.456", |
| 25 | + "pdfjs-dist": "^2.16.105", |
26 | 26 | "pdfkit": "^0.14.0", |
27 | 27 | "vue-material-design-icons": "^5.2.0" |
28 | 28 | }, |
29 | 29 | "devDependencies": { |
30 | | - "@babel/core": "^7.12.16", |
31 | | - "@babel/eslint-parser": "^7.12.16", |
| 30 | + "@babel/core": "^7.23.7", |
| 31 | + "@babel/eslint-parser": "^7.23.3", |
| 32 | + "@babel/plugin-transform-private-methods": "^7.23.3", |
32 | 33 | "@vue/cli-plugin-babel": "~5.0.0", |
33 | 34 | "@vue/cli-plugin-eslint": "^5.0.8", |
34 | 35 | "@vue/cli-service": "~5.0.0", |
35 | 36 | "eslint": "^7.32.0", |
36 | 37 | "eslint-plugin-vue": "^8.7.1", |
37 | 38 | "postcss": "^8.4.33", |
38 | | - "postcss-load-config": "^4.0.1", |
39 | | - "tailwindcss": "^3.2.1", |
40 | | - "terser-webpack-plugin": "^5.3.9", |
| 39 | + "postcss-load-config": "^4.0.2", |
| 40 | + "tailwindcss": "^3.4.1", |
| 41 | + "terser-webpack-plugin": "^5.3.10", |
41 | 42 | "vue": "^2.7.16", |
42 | | - "vue-template-compiler": "^2.6.14" |
| 43 | + "vue-template-compiler": "^2.7.16" |
43 | 44 | }, |
44 | 45 | "browserslist": [ |
45 | 46 | "> 1%", |
|
0 commit comments