Skip to content

Commit

Permalink
Merge pull request #12 from gorenburg/fix/fix-building-by-updating-pa…
Browse files Browse the repository at this point in the history
…ckages

fix: updated packages to fix building the library
  • Loading branch information
neSpecc authored Jul 17, 2024
2 parents a80eefb + 3284529 commit 08bb3d7
Show file tree
Hide file tree
Showing 2 changed files with 421 additions and 404 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@editorjs/text-variant-tune",
"version": "1.0.2",
"version": "1.0.3",
"main": "dist/text-variant-tune.js",
"repository": "https://github.com/editor-js/text-variant-tune",
"author": "CodeX <[email protected]>",
Expand All @@ -10,10 +10,10 @@
"build:dev": "webpack --mode development --watch"
},
"devDependencies": {
"css-loader": "^5.2.1",
"style-loader": "^2.0.0",
"css-loader": "^7.1.2",
"style-loader": "^4.0.0",
"svg-inline-loader": "^0.8.2",
"webpack": "^5.33.2",
"webpack-cli": "^4.6.0"
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
}
}
Loading

0 comments on commit 08bb3d7

Please sign in to comment.