Skip to content

Commit a0f2541

Browse files
committed
Bump dependencies
Signed-off-by: Vitor Mattos <vitor@php.rio>
1 parent d4bb833 commit a0f2541

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

babel.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ module.exports = {
22
presets: [
33
'@vue/cli-plugin-babel/preset'
44
],
5+
"plugins": ["@babel/plugin-transform-private-methods"],
56
}

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@libresign/vue-pdf-editor",
33
"description": "vue2 pdf editor component",
4-
"version": "1.2.2",
4+
"version": "1.2.3",
55
"author": "LibreCode",
66
"private": false,
77
"main": "dist/vue-pdf-editor.umd.js",
@@ -19,27 +19,28 @@
1919
},
2020
"dependencies": {
2121
"blob-stream-i2d": "^1.0.0",
22-
"core-js": "^3.8.3",
22+
"core-js": "^3.35.1",
2323
"downloadjs": "^1.4.7",
2424
"pdf-lib": "^1.17.1",
25-
"pdfjs-dist": "2.4.456",
25+
"pdfjs-dist": "^2.16.105",
2626
"pdfkit": "^0.14.0",
2727
"vue-material-design-icons": "^5.2.0"
2828
},
2929
"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",
3233
"@vue/cli-plugin-babel": "~5.0.0",
3334
"@vue/cli-plugin-eslint": "^5.0.8",
3435
"@vue/cli-service": "~5.0.0",
3536
"eslint": "^7.32.0",
3637
"eslint-plugin-vue": "^8.7.1",
3738
"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",
4142
"vue": "^2.7.16",
42-
"vue-template-compiler": "^2.6.14"
43+
"vue-template-compiler": "^2.7.16"
4344
},
4445
"browserslist": [
4546
"> 1%",

0 commit comments

Comments
 (0)