jodit-react
Advanced tools
Comparing version 5.0.1-0 to 5.0.2
{ | ||
"name": "jodit-react", | ||
"version": "5.0.1-0", | ||
"version": "5.0.2", | ||
"description": "Jodit is awesome and usefully wysiwyg editor with filebrowser", | ||
@@ -26,26 +26,27 @@ "main": "build/jodit-react.js", | ||
"devDependencies": { | ||
"@eslint/compat": "^1.2.4", | ||
"@eslint/compat": "^1.2.5", | ||
"@swc-node/register": "^1.10.9", | ||
"@swc/core": "^1.10.1", | ||
"@types/react": "^19.0.1", | ||
"@types/react-dom": "^19.0.2", | ||
"@typescript-eslint/eslint-plugin": "^8.18.0", | ||
"@swc/core": "^1.10.7", | ||
"@types/react": "^19.0.7", | ||
"@types/react-dom": "^19.0.3", | ||
"@typescript-eslint/eslint-plugin": "^8.20.0", | ||
"css-loader": "^7.1.2", | ||
"eslint": "9.16.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"eslint-plugin-react": "^7.37.2", | ||
"eslint": "9.18.0", | ||
"eslint-config-prettier": "^10.0.1", | ||
"eslint-plugin-prettier": "^5.2.3", | ||
"eslint-plugin-react": "^7.37.4", | ||
"eslint-plugin-react-hooks": "^5.1.0", | ||
"prettier": "^3.4.2", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"react": "^19.0.0", | ||
"react-dom": "^19.0.0", | ||
"replace": "^1.2.2", | ||
"style-loader": "^4.0.0", | ||
"swc-loader": "^0.2.6", | ||
"typescript": "^5.7.2", | ||
"typescript": "^5.7.3", | ||
"webpack": "^5.97.1", | ||
"webpack-cli": "^5.1.4", | ||
"webpack-dev-server": "^5.1.0" | ||
"webpack-cli": "^6.0.1", | ||
"webpack-dev-server": "^5.2.0" | ||
}, | ||
"scripts": { | ||
"newversion": "npm version prerelease --no-git-tag-version && npm run github", | ||
"newversion": "npm version patch --no-git-tag-version && npm run github", | ||
"lint": "npm run lint:ts && npm run lint:eslint", | ||
@@ -59,2 +60,3 @@ "lint:ts": "tsc --noEmit", | ||
"build:types": "rm -rf ./build/types && tsc --project tsconfig.types.json --emitDeclarationOnly", | ||
"remove-css": "replace \"import '[^']+.css';\" '' ./build/**/*.ts", | ||
"github": "npm run git && git push --tags origin HEAD:main", | ||
@@ -61,0 +63,0 @@ "git": "git add --all && git commit -m \"New version $npm_package_version. Read more https://github.com/jodit/jodit-react/releases/tag/$npm_package_version \" && git tag $npm_package_version" |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
908023
1
22