editorjs-toggle-block
Advanced tools
Comparing version 0.3.7 to 0.3.8
# Changelog | ||
## 0.3.8 (13.01.2023) | ||
* Update all dependencies. | ||
* Block egress traffic in GitHub Actions. | ||
* Add stability badge in README. | ||
* Delete `yarn.lock` file to keep a single package manager. | ||
## 0.3.7 (28.12.2022) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "editorjs-toggle-block", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"description": "Toogle block tool for Editor.js", | ||
@@ -38,3 +38,3 @@ "main": "./dist/bundle.js", | ||
"babel-jest": "^29.0.2", | ||
"babel-loader": "^8.2.5", | ||
"babel-loader": "^9.0.0", | ||
"css-loader": "^6.7.1", | ||
@@ -52,3 +52,3 @@ "eslint": "^8.23.0", | ||
"webpack": "^5.74.0", | ||
"webpack-cli": "^4.10.0" | ||
"webpack-cli": "^5.0.0" | ||
}, | ||
@@ -55,0 +55,0 @@ "jest": { |
# EditorJS Toggle Block | ||
![stability-alpha](https://img.shields.io/badge/stability-alpha-f4d03f.svg) | ||
[![Coverage Status](https://coveralls.io/repos/github/kommitters/editorjs-toggle-block/badge.svg)](https://coveralls.io/github/kommitters/editorjs-toggle-block) | ||
@@ -3,0 +5,0 @@ [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/6454/badge)](https://bestpractices.coreinfrastructure.org/projects/6454) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1221177
103