Skip to content

Commit

Permalink
chore: 📌 fix rollup issues in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Matb85 committed Jun 4, 2024
1 parent c9c70da commit 8eff31a
Show file tree
Hide file tree
Showing 2 changed files with 1,030 additions and 1,012 deletions.
39 changes: 23 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,27 +41,34 @@
"dist/photo-editor.es.mjs"
],
"dependencies": {
"cropperjs": "^1.6.1",
"element-plus": "^2.6.1",
"vue": "^3.4.21"
"cropperjs": "^1.6.2",
"element-plus": "^2.7.4",
"vue": "^3.4.27"
},
"pnpm": {
"overrides": {
"@rollup/plugin-node-resolve": "^15.2.3",
"rollup": "^4.18.0"
}
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.18",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@vitejs/plugin-vue": "^5.0.5",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.23.0",
"postcss": "^8.4.36",
"prettier": "^3.2.5",
"eslint-plugin-vue": "^9.26.0",
"postcss": "^8.4.38",
"prettier": "^3.3.0",
"rollup": "^4.18.0",
"standard-version": "^9.5.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vite-plugin-pwa": "^0.19.4",
"vue-router": "^4.3.0",
"vue-tsc": "^2.0.6",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.12",
"vite-plugin-pwa": "^0.20.0",
"vue-router": "^4.3.2",
"vue-tsc": "^2.0.19",
"vuex": "^4.1.0"
}
}
Loading

0 comments on commit 8eff31a

Please sign in to comment.