Version Packages

This commit is contained in:
github-actions[bot] 2024-04-07 21:08:35 +00:00
parent af486b01e9
commit 01a2046fa2
31 changed files with 156 additions and 46 deletions

View File

@ -1,7 +0,0 @@
---
'react-base16-styling': minor
'react-dock': minor
'react-json-tree': minor
---
Convert React packages to ESM

View File

@ -1,5 +1,14 @@
# remotedev-redux-devtools-extension
## 3.1.9
### Patch Changes
- Updated dependencies [bbb1a40]
- react-json-tree@0.19.0
- @redux-devtools/slider-monitor@5.0.1
- @redux-devtools/ui@1.3.2
## 3.1.8
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "remotedev-redux-devtools-extension",
"version": "3.1.8",
"version": "3.1.9",
"description": "Redux Developer Tools for debugging application state changes.",
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/extension",
"license": "MIT",
@ -29,8 +29,8 @@
"@redux-devtools/core": "^4.0.0",
"@redux-devtools/instrument": "^2.1.0",
"@redux-devtools/serialize": "^0.4.1",
"@redux-devtools/slider-monitor": "^5.0.0",
"@redux-devtools/ui": "^1.3.0",
"@redux-devtools/slider-monitor": "^5.0.1",
"@redux-devtools/ui": "^1.3.2",
"@redux-devtools/utils": "^3.0.0",
"@types/jsan": "^3.1.5",
"jsan": "^3.1.14",
@ -40,7 +40,7 @@
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-is": "^18.2.0",
"react-json-tree": "^0.18.0",
"react-json-tree": "^0.19.0",
"react-redux": "^8.1.3",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",

View File

@ -1,5 +1,11 @@
# Change Log
## 0.10.0
### Minor Changes
- bbb1a40: Convert React packages to ESM
## 0.9.0
- Adds ESM build (https://github.com/reduxjs/redux-devtools/pull/997).

View File

@ -1,6 +1,6 @@
{
"name": "react-base16-styling",
"version": "0.9.1",
"version": "0.10.0",
"description": "React styling with base16 color scheme support",
"keywords": [
"react",

View File

@ -1,5 +1,11 @@
# Change Log
## 0.7.0
### Minor Changes
- bbb1a40: Convert React packages to ESM
## 0.6.0
### Minor Changes

View File

@ -1,5 +1,12 @@
# react-dock-demo
## 0.1.6
### Patch Changes
- Updated dependencies [bbb1a40]
- react-dock@0.7.0
## 0.1.5
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "react-dock-demo",
"version": "0.1.5",
"version": "0.1.6",
"license": "MIT",
"scripts": {
"start": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack serve --open",
@ -12,7 +12,7 @@
"dependencies": {
"react": "^18.2.0",
"react-bootstrap": "^2.10.2",
"react-dock": "^0.6.0",
"react-dock": "^0.7.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-is": "^18.2.0",

View File

@ -1,6 +1,6 @@
{
"name": "react-dock",
"version": "0.6.0",
"version": "0.7.0",
"description": "Resizable dockable react component",
"keywords": [
"react",

View File

@ -1,5 +1,16 @@
# Change Log
## 0.19.0
### Minor Changes
- bbb1a40: Convert React packages to ESM
### Patch Changes
- Updated dependencies [bbb1a40]
- react-base16-styling@0.10.0
## 0.18.0
### Major Changes

View File

@ -1,5 +1,13 @@
# react-json-tree-example
## 1.1.9
### Patch Changes
- Updated dependencies [bbb1a40]
- react-base16-styling@0.10.0
- react-json-tree@0.19.0
## 1.1.8
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "react-json-tree-example",
"version": "1.1.8",
"version": "1.1.9",
"description": "React-Json-Tree example",
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/react-json-tree/examples",
"bugs": {
@ -21,9 +21,9 @@
"dependencies": {
"immutable": "^4.3.5",
"react": "^18.2.0",
"react-base16-styling": "^0.9.1",
"react-base16-styling": "^0.10.0",
"react-dom": "^18.2.0",
"react-json-tree": "^0.18.0"
"react-json-tree": "^0.19.0"
},
"devDependencies": {
"@babel/core": "^7.24.3",

View File

@ -1,6 +1,6 @@
{
"name": "react-json-tree",
"version": "0.18.0",
"version": "0.19.0",
"description": "React JSON Viewer Component, Extracted from redux-devtools",
"keywords": [
"react",
@ -41,7 +41,7 @@
},
"dependencies": {
"@types/lodash": "^4.17.0",
"react-base16-styling": "^0.9.1"
"react-base16-styling": "^0.10.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",

View File

@ -1,5 +1,12 @@
# Change Log
## 5.0.2
### Patch Changes
- Updated dependencies [bbb1a40]
- react-base16-styling@0.10.0
## 5.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@redux-devtools/chart-monitor",
"version": "5.0.1",
"version": "5.0.2",
"description": "Chart monitor for Redux DevTools",
"keywords": [
"redux",
@ -42,7 +42,7 @@
"@babel/runtime": "^7.24.1",
"d3-state-visualizer": "^3.0.0",
"deepmerge": "^4.3.1",
"react-base16-styling": "^0.9.1"
"react-base16-styling": "^0.10.0"
},
"devDependencies": {
"@babel/cli": "^7.24.1",

View File

@ -1,5 +1,12 @@
# Change Log
## 4.0.1
### Patch Changes
- Updated dependencies [bbb1a40]
- react-dock@0.7.0
## 4.0.0
### Major Changes

View File

@ -1,6 +1,6 @@
{
"name": "@redux-devtools/dock-monitor",
"version": "4.0.0",
"version": "4.0.1",
"description": "A resizable and movable dock for Redux DevTools monitors",
"keywords": [
"redux",
@ -43,7 +43,7 @@
"dependencies": {
"@babel/runtime": "^7.24.1",
"parse-key": "^0.2.1",
"react-dock": "^0.6.0"
"react-dock": "^0.7.0"
},
"devDependencies": {
"@babel/cli": "^7.24.1",

View File

@ -1,5 +1,12 @@
# Change Log
## 4.0.1
### Patch Changes
- Updated dependencies [bbb1a40]
- react-base16-styling@0.10.0
## 4.0.0
### Major Changes

View File

@ -1,6 +1,6 @@
{
"name": "@redux-devtools/inspector-monitor-trace-tab",
"version": "4.0.0",
"version": "4.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",
@ -36,7 +36,7 @@
"anser": "^2.1.1",
"html-entities": "^2.5.2",
"path-browserify": "^1.0.1",
"react-base16-styling": "^0.9.1",
"react-base16-styling": "^0.10.0",
"source-map": "^0.5.7"
},
"devDependencies": {
@ -49,7 +49,7 @@
"@babel/preset-typescript": "^7.24.1",
"@emotion/react": "^11.11.4",
"@redux-devtools/core": "^4.0.0",
"@redux-devtools/inspector-monitor": "^6.0.0",
"@redux-devtools/inspector-monitor": "^6.0.1",
"@testing-library/react": "^14.2.2",
"@types/babel__code-frame": "^7.0.6",
"@types/html-entities": "^1.3.4",

View File

@ -1,5 +1,13 @@
# Change Log
## 6.0.1
### Patch Changes
- Updated dependencies [bbb1a40]
- react-base16-styling@0.10.0
- react-json-tree@0.19.0
## 6.0.0
### Major Changes

View File

@ -1,5 +1,14 @@
# inspector-demo
## 0.1.11
### Patch Changes
- Updated dependencies [bbb1a40]
- react-base16-styling@0.10.0
- @redux-devtools/inspector-monitor@6.0.1
- @redux-devtools/dock-monitor@4.0.1
## 0.1.10
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "inspector-demo",
"version": "0.1.10",
"version": "0.1.11",
"license": "MIT",
"scripts": {
"start": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack serve --open",
@ -12,12 +12,12 @@
"dependencies": {
"@emotion/react": "^11.11.4",
"@redux-devtools/core": "^4.0.0",
"@redux-devtools/dock-monitor": "^4.0.0",
"@redux-devtools/inspector-monitor": "^6.0.0",
"@redux-devtools/dock-monitor": "^4.0.1",
"@redux-devtools/inspector-monitor": "^6.0.1",
"immutable": "^4.3.5",
"lodash.shuffle": "^4.2.0",
"react": "^18.2.0",
"react-base16-styling": "^0.9.1",
"react-base16-styling": "^0.10.0",
"react-bootstrap": "^2.10.2",
"react-dom": "^18.2.0",
"react-redux": "^8.1.3",

View File

@ -1,6 +1,6 @@
{
"name": "@redux-devtools/inspector-monitor",
"version": "6.0.0",
"version": "6.0.1",
"description": "Redux DevTools Diff Monitor",
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-inspector-monitor",
"bugs": {
@ -47,8 +47,8 @@
"javascript-stringify": "^2.1.0",
"jsondiffpatch": "^0.6.0",
"lodash.debounce": "^4.0.8",
"react-base16-styling": "^0.9.1",
"react-json-tree": "^0.18.0"
"react-base16-styling": "^0.10.0",
"react-json-tree": "^0.19.0"
},
"devDependencies": {
"@babel/cli": "^7.24.1",

View File

@ -1,5 +1,13 @@
# Change Log
## 5.0.1
### Patch Changes
- Updated dependencies [bbb1a40]
- react-base16-styling@0.10.0
- react-json-tree@0.19.0
## 5.0.0
### Major Changes

View File

@ -1,6 +1,6 @@
{
"name": "@redux-devtools/log-monitor",
"version": "5.0.0",
"version": "5.0.1",
"description": "The default tree view monitor for Redux DevTools",
"keywords": [
"redux",
@ -44,8 +44,8 @@
"@babel/runtime": "^7.24.1",
"@types/lodash.debounce": "^4.0.9",
"lodash.debounce": "^4.0.8",
"react-base16-styling": "^0.9.1",
"react-json-tree": "^0.18.0"
"react-base16-styling": "^0.10.0",
"react-json-tree": "^0.19.0"
},
"devDependencies": {
"@babel/cli": "^7.24.1",

View File

@ -1,5 +1,14 @@
# Change Log
## 5.0.1
### Patch Changes
- Updated dependencies [bbb1a40]
- react-base16-styling@0.10.0
- react-json-tree@0.19.0
- @redux-devtools/ui@1.3.2
## 5.0.0
### Major Changes

View File

@ -1,6 +1,6 @@
{
"name": "@redux-devtools/rtk-query-monitor",
"version": "5.0.0",
"version": "5.0.1",
"description": "rtk-query monitor for Redux DevTools",
"keywords": [
"redux",
@ -45,13 +45,13 @@
},
"dependencies": {
"@babel/runtime": "^7.24.1",
"@redux-devtools/ui": "^1.3.1",
"@redux-devtools/ui": "^1.3.2",
"@types/lodash": "^4.17.0",
"hex-rgba": "^1.0.2",
"immutable": "^4.3.5",
"lodash.debounce": "^4.0.8",
"react-base16-styling": "^0.9.1",
"react-json-tree": "^0.18.0"
"react-base16-styling": "^0.10.0",
"react-json-tree": "^0.19.0"
},
"devDependencies": {
"@babel/cli": "^7.24.1",

View File

@ -1,5 +1,13 @@
# Change Log
## 5.0.1
### Patch Changes
- Updated dependencies [bbb1a40]
- react-base16-styling@0.10.0
- @redux-devtools/ui@1.3.2
## 5.0.0
### Major Changes

View File

@ -1,6 +1,6 @@
{
"name": "@redux-devtools/slider-monitor",
"version": "5.0.0",
"version": "5.0.1",
"description": "A custom monitor for replaying Redux actions that works similarly to a video player",
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-slider-monitor",
"bugs": {
@ -33,8 +33,8 @@
},
"dependencies": {
"@babel/runtime": "^7.24.1",
"@redux-devtools/ui": "^1.3.1",
"react-base16-styling": "^0.9.1"
"@redux-devtools/ui": "^1.3.2",
"react-base16-styling": "^0.10.0"
},
"devDependencies": {
"@babel/cli": "^7.24.1",

View File

@ -1,5 +1,12 @@
# Change Log
## 1.3.2
### Patch Changes
- Updated dependencies [bbb1a40]
- react-base16-styling@0.10.0
## 1.3.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@redux-devtools/ui",
"version": "1.3.1",
"version": "1.3.2",
"description": "Reusable React components for building DevTools monitors and apps.",
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-ui",
"bugs": {
@ -49,7 +49,7 @@
"@types/simple-element-resize-detector": "^1.3.3",
"codemirror": "^5.65.16",
"color": "^4.2.3",
"react-base16-styling": "^0.9.1",
"react-base16-styling": "^0.10.0",
"react-icons": "^5.0.1",
"react-select": "^5.8.0",
"simple-element-resize-detector": "^1.3.0"