upgrading toolkit

This commit is contained in:
Yanick Champoux 2023-05-04 15:59:08 -04:00
parent 3680f2b289
commit 71141e0f01
2 changed files with 13 additions and 2 deletions

View File

@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## 5.0.1 (2023-05-04)
- Upgrade @reduxjs/toolkit for cjs/ems fun
## 5.0.0 (2023-05-04)
## 4.0.0 (2022-08-30)
### ⚠ BREAKING CHANGES

View File

@ -10,12 +10,17 @@
},
"license": "MIT",
"module": "dist/index.js",
"exports": {
".": {
"import": "./dist/index.js"
}
},
"name": "updux",
"description": "Updeep-friendly Redux helper framework",
"scripts": {
"docsify:serve": "docsify serve docs"
},
"version": "5.0.0",
"version": "5.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/yanick/updux.git"
@ -30,7 +35,7 @@
},
"homepage": "https://github.com/yanick/updux#readme",
"devDependencies": {
"@reduxjs/toolkit": "^1.9.3",
"@reduxjs/toolkit": "==2.0.0-alpha.5 ",
"@vitest/browser": "^0.23.1",
"@vitest/ui": "^0.23.1",
"eslint": "^8.22.0",