mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-22 06:00:07 +03:00
Version Packages
This commit is contained in:
parent
65205f9078
commit
3f52e88ea1
|
@ -1,14 +0,0 @@
|
|||
---
|
||||
'remotedev-redux-devtools-extension': patch
|
||||
'@redux-devtools/app': patch
|
||||
'@redux-devtools/chart-monitor': patch
|
||||
'@redux-devtools/dock-monitor': patch
|
||||
'@redux-devtools/extension': patch
|
||||
'@redux-devtools/inspector-monitor-test-tab': patch
|
||||
'@redux-devtools/inspector-monitor-trace-tab': patch
|
||||
'@redux-devtools/inspector-monitor': patch
|
||||
'@redux-devtools/core': patch
|
||||
'test-demo': patch
|
||||
---
|
||||
|
||||
Replace Action<unknown> with Action<string>
|
|
@ -1,5 +1,14 @@
|
|||
# remotedev-redux-devtools-extension
|
||||
|
||||
## 3.1.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 65205f90: Replace Action<unknown> with Action<string>
|
||||
- Updated dependencies [65205f90]
|
||||
- @redux-devtools/app@4.0.1
|
||||
- @redux-devtools/core@3.13.2
|
||||
|
||||
## 3.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"private": true,
|
||||
"name": "remotedev-redux-devtools-extension",
|
||||
"version": "3.1.4",
|
||||
"version": "3.1.5",
|
||||
"description": "Redux Developer Tools for debugging application state changes.",
|
||||
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/extension",
|
||||
"license": "MIT",
|
||||
|
@ -24,8 +24,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@babel/polyfill": "^7.12.1",
|
||||
"@redux-devtools/app": "^4.0.0",
|
||||
"@redux-devtools/core": "^3.13.0",
|
||||
"@redux-devtools/app": "^4.0.1",
|
||||
"@redux-devtools/core": "^3.13.2",
|
||||
"@redux-devtools/instrument": "^2.1.0",
|
||||
"@redux-devtools/serialize": "^0.4.1",
|
||||
"@redux-devtools/slider-monitor": "^4.0.0",
|
||||
|
|
|
@ -1,5 +1,17 @@
|
|||
# Change Log
|
||||
|
||||
## 4.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 65205f90: Replace Action<unknown> with Action<string>
|
||||
- Updated dependencies [65205f90]
|
||||
- @redux-devtools/chart-monitor@4.0.1
|
||||
- @redux-devtools/inspector-monitor-test-tab@2.0.1
|
||||
- @redux-devtools/inspector-monitor-trace-tab@2.0.1
|
||||
- @redux-devtools/inspector-monitor@4.0.1
|
||||
- @redux-devtools/core@3.13.2
|
||||
|
||||
## 4.0.0
|
||||
|
||||
### Major Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@redux-devtools/app",
|
||||
"version": "4.0.0",
|
||||
"version": "4.0.1",
|
||||
"description": "Redux DevTools app",
|
||||
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-app",
|
||||
"bugs": {
|
||||
|
@ -41,11 +41,11 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.23.2",
|
||||
"@redux-devtools/chart-monitor": "^4.0.0",
|
||||
"@redux-devtools/core": "^3.13.0",
|
||||
"@redux-devtools/inspector-monitor": "^4.0.0",
|
||||
"@redux-devtools/inspector-monitor-test-tab": "^2.0.0",
|
||||
"@redux-devtools/inspector-monitor-trace-tab": "^2.0.0",
|
||||
"@redux-devtools/chart-monitor": "^4.0.1",
|
||||
"@redux-devtools/core": "^3.13.2",
|
||||
"@redux-devtools/inspector-monitor": "^4.0.1",
|
||||
"@redux-devtools/inspector-monitor-test-tab": "^2.0.1",
|
||||
"@redux-devtools/inspector-monitor-trace-tab": "^2.0.1",
|
||||
"@redux-devtools/log-monitor": "^4.0.2",
|
||||
"@redux-devtools/rtk-query-monitor": "^3.1.1",
|
||||
"@redux-devtools/slider-monitor": "^4.0.0",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# Change Log
|
||||
|
||||
## 4.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 65205f90: Replace Action<unknown> with Action<string>
|
||||
- Updated dependencies [65205f90]
|
||||
- @redux-devtools/core@3.13.2
|
||||
|
||||
## 4.0.0
|
||||
|
||||
### Major Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@redux-devtools/chart-monitor",
|
||||
"version": "4.0.0",
|
||||
"version": "4.0.1",
|
||||
"description": "Chart monitor for Redux DevTools",
|
||||
"keywords": [
|
||||
"redux",
|
||||
|
@ -53,7 +53,7 @@
|
|||
"@babel/preset-env": "^7.23.2",
|
||||
"@babel/preset-react": "^7.22.15",
|
||||
"@babel/preset-typescript": "^7.23.2",
|
||||
"@redux-devtools/core": "^3.13.1",
|
||||
"@redux-devtools/core": "^3.13.2",
|
||||
"@types/react": "^18.2.33",
|
||||
"@typescript-eslint/eslint-plugin": "^6.9.0",
|
||||
"@typescript-eslint/parser": "^6.9.0",
|
||||
|
@ -67,7 +67,7 @@
|
|||
"typescript": "~5.2.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@redux-devtools/core": "^3.13.1",
|
||||
"@redux-devtools/core": "^3.13.2",
|
||||
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
|
||||
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
|
||||
"redux": "^3.4.0 || ^4.0.0"
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# Change Log
|
||||
|
||||
## 3.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 65205f90: Replace Action<unknown> with Action<string>
|
||||
- Updated dependencies [65205f90]
|
||||
- @redux-devtools/core@3.13.2
|
||||
|
||||
## 3.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@redux-devtools/dock-monitor",
|
||||
"version": "3.0.1",
|
||||
"version": "3.0.2",
|
||||
"description": "A resizable and movable dock for Redux DevTools monitors",
|
||||
"keywords": [
|
||||
"redux",
|
||||
|
@ -55,7 +55,7 @@
|
|||
"@babel/preset-env": "^7.23.2",
|
||||
"@babel/preset-react": "^7.22.15",
|
||||
"@babel/preset-typescript": "^7.23.2",
|
||||
"@redux-devtools/core": "^3.13.1",
|
||||
"@redux-devtools/core": "^3.13.2",
|
||||
"@types/parse-key": "^0.2.1",
|
||||
"@types/react": "^18.2.33",
|
||||
"@typescript-eslint/eslint-plugin": "^6.9.0",
|
||||
|
@ -70,7 +70,7 @@
|
|||
"typescript": "~5.2.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@redux-devtools/core": "^3.13.1",
|
||||
"@redux-devtools/core": "^3.13.2",
|
||||
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
|
||||
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
|
||||
"redux": "^3.4.0 || ^4.0.0"
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# Change Log
|
||||
|
||||
## 3.2.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 65205f90: Replace Action<unknown> with Action<string>
|
||||
|
||||
## 3.2.5
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@redux-devtools/extension",
|
||||
"version": "3.2.5",
|
||||
"version": "3.2.6",
|
||||
"description": "Wrappers for Redux DevTools Extension.",
|
||||
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-extension",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# Change Log
|
||||
|
||||
## 2.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 65205f90: Replace Action<unknown> with Action<string>
|
||||
- Updated dependencies [65205f90]
|
||||
- @redux-devtools/inspector-monitor@4.0.1
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Major Changes
|
||||
|
|
|
@ -1,5 +1,16 @@
|
|||
# test-demo
|
||||
|
||||
## 0.1.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 65205f90: Replace Action<unknown> with Action<string>
|
||||
- Updated dependencies [65205f90]
|
||||
- @redux-devtools/dock-monitor@3.0.2
|
||||
- @redux-devtools/inspector-monitor-test-tab@2.0.1
|
||||
- @redux-devtools/inspector-monitor@4.0.1
|
||||
- @redux-devtools/core@3.13.2
|
||||
|
||||
## 0.1.12
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"private": true,
|
||||
"name": "test-demo",
|
||||
"version": "0.1.12",
|
||||
"version": "0.1.13",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"start": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack serve --open",
|
||||
|
@ -10,10 +10,10 @@
|
|||
"type-check": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@redux-devtools/core": "^3.13.0",
|
||||
"@redux-devtools/dock-monitor": "^3.0.0",
|
||||
"@redux-devtools/inspector-monitor": "^4.0.0",
|
||||
"@redux-devtools/inspector-monitor-test-tab": "^2.0.0",
|
||||
"@redux-devtools/core": "^3.13.2",
|
||||
"@redux-devtools/dock-monitor": "^3.0.2",
|
||||
"@redux-devtools/inspector-monitor": "^4.0.1",
|
||||
"@redux-devtools/inspector-monitor-test-tab": "^2.0.1",
|
||||
"@redux-devtools/ui": "^1.3.0",
|
||||
"immutable": "^4.3.4",
|
||||
"lodash.shuffle": "^4.2.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@redux-devtools/inspector-monitor-test-tab",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"description": "Generate tests for redux devtools.",
|
||||
"keywords": [
|
||||
"redux",
|
||||
|
@ -62,8 +62,8 @@
|
|||
"@babel/preset-env": "^7.23.2",
|
||||
"@babel/preset-react": "^7.22.15",
|
||||
"@babel/preset-typescript": "^7.23.2",
|
||||
"@redux-devtools/core": "^3.13.0",
|
||||
"@redux-devtools/inspector-monitor": "^4.0.0",
|
||||
"@redux-devtools/core": "^3.13.2",
|
||||
"@redux-devtools/inspector-monitor": "^4.0.1",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"@types/es6template": "^1.0.4",
|
||||
"@types/jest": "^29.5.6",
|
||||
|
@ -87,7 +87,7 @@
|
|||
"typescript": "~5.2.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@redux-devtools/inspector-monitor": "^4.0.0",
|
||||
"@redux-devtools/inspector-monitor": "^4.0.1",
|
||||
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
||||
"@types/styled-components": "^5.1.29",
|
||||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# Change Log
|
||||
|
||||
## 2.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 65205f90: Replace Action<unknown> with Action<string>
|
||||
- Updated dependencies [65205f90]
|
||||
- @redux-devtools/inspector-monitor@4.0.1
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Major Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@redux-devtools/inspector-monitor-trace-tab",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"description": "Submonitor for Redux DevTools inspector to show stack traces.",
|
||||
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-inspector-monitor-trace-tab",
|
||||
"license": "MIT",
|
||||
|
@ -47,8 +47,8 @@
|
|||
"@babel/preset-env": "^7.23.2",
|
||||
"@babel/preset-react": "^7.22.15",
|
||||
"@babel/preset-typescript": "^7.23.2",
|
||||
"@redux-devtools/core": "^3.13.0",
|
||||
"@redux-devtools/inspector-monitor": "^4.0.0",
|
||||
"@redux-devtools/core": "^3.13.2",
|
||||
"@redux-devtools/inspector-monitor": "^4.0.1",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"@types/babel__code-frame": "^7.0.5",
|
||||
"@types/html-entities": "^1.3.4",
|
||||
|
@ -76,7 +76,7 @@
|
|||
"typescript": "~5.2.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@redux-devtools/inspector-monitor": "^4.0.0",
|
||||
"@redux-devtools/inspector-monitor": "^4.0.1",
|
||||
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
||||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
||||
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# Change Log
|
||||
|
||||
## 4.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 65205f90: Replace Action<unknown> with Action<string>
|
||||
- Updated dependencies [65205f90]
|
||||
- @redux-devtools/core@3.13.2
|
||||
|
||||
## 4.0.0
|
||||
|
||||
### Major Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@redux-devtools/inspector-monitor",
|
||||
"version": "4.0.0",
|
||||
"version": "4.0.1",
|
||||
"description": "Redux DevTools Diff Monitor",
|
||||
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-inspector-monitor",
|
||||
"bugs": {
|
||||
|
@ -64,7 +64,7 @@
|
|||
"@babel/preset-env": "^7.23.2",
|
||||
"@babel/preset-react": "^7.22.15",
|
||||
"@babel/preset-typescript": "^7.23.2",
|
||||
"@redux-devtools/core": "^3.13.1",
|
||||
"@redux-devtools/core": "^3.13.2",
|
||||
"@types/dateformat": "^5.0.1",
|
||||
"@types/hex-rgba": "^1.0.2",
|
||||
"@types/history": "^4.7.11",
|
||||
|
@ -82,7 +82,7 @@
|
|||
"typescript": "~5.2.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@redux-devtools/core": "^3.13.1",
|
||||
"@redux-devtools/core": "^3.13.2",
|
||||
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
||||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
||||
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# Change Log
|
||||
|
||||
## 3.13.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 65205f90: Replace Action<unknown> with Action<string>
|
||||
|
||||
## 3.13.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@redux-devtools/core",
|
||||
"version": "3.13.1",
|
||||
"version": "3.13.2",
|
||||
"description": "Redux DevTools with hot reloading and time travel",
|
||||
"keywords": [
|
||||
"redux",
|
||||
|
|
Loading…
Reference in New Issue
Block a user