react-rx 2.1.1 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -49
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-rx",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.2",
|
|
4
4
|
"description": "React + RxJS = <3",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"action",
|
|
@@ -69,11 +69,11 @@
|
|
|
69
69
|
"lint": "eslint --cache ."
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"observable-callback": "^1.0.
|
|
72
|
+
"observable-callback": "^1.0.2",
|
|
73
73
|
"use-sync-external-store": "^1.2.0"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@sanity/semantic-release-preset": "^2.0.
|
|
76
|
+
"@sanity/semantic-release-preset": "^2.0.2",
|
|
77
77
|
"@testing-library/dom": "^8.14.0",
|
|
78
78
|
"@testing-library/react": "^13.3.0",
|
|
79
79
|
"@types/jest": "^28.1.4",
|
|
@@ -81,11 +81,11 @@
|
|
|
81
81
|
"@types/react": "^18.0.12",
|
|
82
82
|
"@types/react-dom": "^18.0.5",
|
|
83
83
|
"@types/use-sync-external-store": "^0.0.3",
|
|
84
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
85
|
-
"@typescript-eslint/parser": "^
|
|
86
|
-
"eslint": "^
|
|
84
|
+
"@typescript-eslint/eslint-plugin": "^5.39.0",
|
|
85
|
+
"@typescript-eslint/parser": "^5.39.0",
|
|
86
|
+
"eslint": "^8.24.0",
|
|
87
87
|
"eslint-config-prettier": "^8.1.0",
|
|
88
|
-
"eslint-plugin-prettier": "^
|
|
88
|
+
"eslint-plugin-prettier": "^4.2.1",
|
|
89
89
|
"eslint-plugin-react": "^7.22.0",
|
|
90
90
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
91
91
|
"jest": "^28.1.2",
|
|
@@ -102,48 +102,6 @@
|
|
|
102
102
|
"ts-jest": "^28.0.5",
|
|
103
103
|
"typescript": "4.7.4"
|
|
104
104
|
},
|
|
105
|
-
"overrides": {
|
|
106
|
-
"@babel/plugin-proposal-class-properties": "7.10.1",
|
|
107
|
-
"@babel/plugin-proposal-optional-chaining": "7.10.3",
|
|
108
|
-
"@babel/plugin-transform-typescript": "7.10.3",
|
|
109
|
-
"@babel/preset-env": "7.10.3",
|
|
110
|
-
"@babel/preset-react": "7.10.1",
|
|
111
|
-
"@babel/preset-typescript": "7.10.1",
|
|
112
|
-
"@babel/standalone": "7.10.3",
|
|
113
|
-
"@mdx-js/loader": "1.6.22",
|
|
114
|
-
"@mdx-js/mdx": "1.6.22",
|
|
115
|
-
"@mdx-js/react": "1.6.22",
|
|
116
|
-
"@types/codemirror": "0.0.96",
|
|
117
|
-
"@types/history": "4.7.6",
|
|
118
|
-
"@types/mdx-js__react": "1.5.5",
|
|
119
|
-
"@webhotelier/webpack-fast-refresh": "5.0.1",
|
|
120
|
-
"babel-loader": "8.1.0",
|
|
121
|
-
"babel-plugin-static-fs": "3.0.0",
|
|
122
|
-
"babel-plugin-styled-components": "1.10.7",
|
|
123
|
-
"bezier-easing": "2.1.0",
|
|
124
|
-
"clean-webpack-plugin": "3.0.0",
|
|
125
|
-
"codemirror": "5.55.0",
|
|
126
|
-
"copy-webpack-plugin": "6.0.2",
|
|
127
|
-
"css-loader": "3.6.0",
|
|
128
|
-
"date-fns": "2.14.0",
|
|
129
|
-
"github-slugger": "1.3.0",
|
|
130
|
-
"history": "5.0.0",
|
|
131
|
-
"html-loader": "1.1.0",
|
|
132
|
-
"html-webpack-plugin": "4.3.0",
|
|
133
|
-
"markdown-toc": "1.2.0",
|
|
134
|
-
"react-codemirror2": "7.2.1",
|
|
135
|
-
"react-css-burger": "0.2.0",
|
|
136
|
-
"react-refresh": "0.8.3",
|
|
137
|
-
"remark-emoji": "2.1.0",
|
|
138
|
-
"remark-slug": "6.0.0",
|
|
139
|
-
"style-loader": "1.2.1",
|
|
140
|
-
"ts-loader": "7.0.5",
|
|
141
|
-
"ts-node": "8.10.2",
|
|
142
|
-
"tsconfig-paths": "3.11.0",
|
|
143
|
-
"webpack": "4.64.0",
|
|
144
|
-
"webpack-cli": "3.3.12",
|
|
145
|
-
"webpack-dev-server": "3.11.2"
|
|
146
|
-
},
|
|
147
105
|
"peerDependencies": {
|
|
148
106
|
"react": "^16.8 || ^17 || ^18",
|
|
149
107
|
"rxjs": "^6.5 || ^7"
|