Skip to content

Commit 0f0325e

Browse files
committed
[REF]: Bump dependencies and improve readme file
1 parent fe1646c commit 0f0325e

2 files changed

Lines changed: 69 additions & 18 deletions

File tree

package-lock.json

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

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
"react-dom": "^17.0.2"
4646
},
4747
"devDependencies": {
48+
4849
"axios": "^0.24.0",
4950
"react": "^17.0.2",
5051
"react-dom": "^17.0.2",
51-
"ansi-regex": ">=5.0.1",
5252
"@rollup/plugin-commonjs": "^21.0.1",
5353
"@rollup/plugin-node-resolve": "^13.0.6",
5454
"@storybook/addon-actions": "^6.4.5",
@@ -66,6 +66,7 @@
6666
"@types/testing-library__react": "^10.2.0",
6767
"@typescript-eslint/eslint-plugin": "^4.31.0",
6868
"@typescript-eslint/parser": "^4.3.0",
69+
"ansi-regex": "^6.0.1",
6970
"babel-loader": "^8.2.3",
7071
"coveralls": "^3.1.0",
7172
"css-loader": "^6.5.1",
@@ -76,25 +77,25 @@
7677
"eslint-plugin-react": "^7.27.1",
7778
"fork-ts-checker-webpack-plugin": "^6.5.0",
7879
"identity-obj-proxy": "^3.0.0",
80+
"immer": "^9.0.7",
7981
"jest": "^26.4.2",
8082
"json-schema": "0.4.0",
8183
"prettier": "^2.5.0",
8284
"rollup": "^2.60.2",
85+
"rollup-plugin-json": "^4.0.0",
86+
"rollup-plugin-jsx": "^1.0.3",
8387
"rollup-plugin-peer-deps-external": "^2.2.3",
8488
"rollup-plugin-sass": "^1.2.10",
8589
"rollup-plugin-terser": "^7.0.2",
8690
"rollup-plugin-typescript2": "^0.31.1",
87-
"rollup-plugin-jsx": "^1.0.3",
8891
"sass-loader": "^12.3.0",
92+
"set-value": "^4.0.1",
8993
"style-loader": "^3.3.1",
90-
"ts-jest": "^26.4.0",
9194
"trim": "^1.0.1",
92-
"immer": "^9.0.7",
93-
"set-value": "^4.0.1",
95+
"ts-jest": "^26.4.0",
9496
"ts-loader": "^9.2.5",
9597
"tslib": "^2.1.0",
96-
"typescript": "^4.5.2",
97-
"rollup-plugin-json": "^4.0.0"
98+
"typescript": "^4.5.2"
9899
},
99100
"scripts": {
100101
"storybook": "start-storybook -p 6006",

0 commit comments

Comments
 (0)