Skip to content

Commit 78dfdec

Browse files
authored
Merge pull request #157 from xsnippet/obsolete-deps
Remove obsolete deps and redux leftovers
2 parents 08102d8 + 203a6f1 commit 78dfdec

File tree

4 files changed

+2
-119
lines changed

4 files changed

+2
-119
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ XSnippet Web is a single page application (SPA) for the XSnippet API service.
66

77
Years ago it was started as educational project, and nothing changed since
88
then. That's why the fourth reincarnation is written in JavaScript using
9-
React, Redux, Webpack and other modern technologies.
9+
React, Recoil, Webpack and other modern technologies.
1010

1111
The source code is distributed under MIT license. Feel free to contribute by
1212
any means. Your feedback is welcome as well!

package-lock.json

Lines changed: 0 additions & 115 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
},
3232
"dependencies": {
3333
"brace": "^0.11.0",
34-
"immutable": "^3.8.2",
3534
"joi": "^17.3.0",
3635
"parse-link-header": "^1.0.1",
3736
"react": "^16.8.6",
@@ -66,7 +65,6 @@
6665
"enzyme-adapter-react-16": "^1.1.1",
6766
"eslint": "^7.17.0",
6867
"eslint-plugin-react": "^7.22.0",
69-
"fetch-mock": "^6.0.0-beta.2",
7068
"file-loader": "^1.1.5",
7169
"glob": "^7.1.2",
7270
"html-webpack-plugin": "^3.2.0",

src/components/About.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const About = () => (
3131
<span className="about-repo">xsnippet-web</span>
3232
<p className="about-paragraph">
3333
It provides a web-based user interface (SPA) and flies on top of
34-
React/Redux stack;
34+
React stack;
3535
</p>
3636
</li>
3737
<li className="about-repo-item">

0 commit comments

Comments
 (0)