@plurid/plurid-ui-components-react 0.0.0-14 → 0.0.0-15

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plurid/plurid-ui-components-react",
3
- "version": "0.0.0-14",
3
+ "version": "0.0.0-15",
4
4
  "description": "Plurid User Interface Components for React",
5
5
  "keywords": [
6
6
  "plurid",
@@ -34,8 +34,6 @@
34
34
  "npm": ">=6"
35
35
  },
36
36
  "scripts": {
37
- "storybook": "start-storybook -p 9001 -c storybook",
38
- "build.storybook": "build-storybook -c storybook",
39
37
  "test": "jest -c ./configurations/jest.config.js",
40
38
  "lint": "eslint -c ./configurations/.eslintrc.js ./source/index.ts",
41
39
  "clean": "rm -rf ./distribution",
@@ -52,53 +50,38 @@
52
50
  "@plurid/plurid-icons-react": "*",
53
51
  "@plurid/plurid-themes": "*",
54
52
  "@plurid/plurid-ui-state-react": "*",
53
+ "@reduxjs/toolkit": ">=1.8",
55
54
  "react": ">=17",
56
55
  "react-dom": ">=17",
57
56
  "react-redux": ">=7.2",
58
- "redux": ">=4",
59
- "redux-thunk": ">=2.3",
60
57
  "styled-components": ">=5"
61
58
  },
62
59
  "devDependencies": {
63
- "@babel/core": "^7.18.9",
64
- "@plurid/plurid-functions": "^0.0.0-26",
60
+ "@babel/core": "^7.18.10",
61
+ "@plurid/plurid-functions": "^0.0.0-28",
65
62
  "@plurid/plurid-functions-react": "^0.0.0-5",
66
63
  "@plurid/plurid-icons-react": "^0.0.0-5",
67
64
  "@plurid/plurid-themes": "^0.0.0-2",
68
- "@plurid/plurid-ui-state-react": "^0.0.0-4",
69
- "@storybook/addon-actions": "^6.5.9",
70
- "@storybook/addon-info": "^5.3.21",
71
- "@storybook/addon-knobs": "^6.3.1",
72
- "@storybook/addon-links": "^6.5.9",
73
- "@storybook/addons": "^6.5.9",
74
- "@storybook/react": "^6.5.9",
75
- "@svgr/rollup": "^6.3.1",
76
- "@types/enzyme": "^3.10.12",
77
- "@types/enzyme-adapter-react-16": "^1.0.6",
65
+ "@plurid/plurid-ui-state-react": "^0.0.0-6",
66
+ "@reduxjs/toolkit": "^1.8.4",
78
67
  "@types/jest": "^28.1.6",
79
- "@types/node": "^18.6.3",
80
- "@types/react": "^18.0.15",
68
+ "@types/node": "^18.7.2",
69
+ "@types/react": "^18.0.17",
81
70
  "@types/react-dom": "^18.0.6",
82
71
  "@types/react-redux": "^7.1.24",
83
- "@types/styled-components": "^5.1.25",
84
- "@typescript-eslint/eslint-plugin": "^5.31.0",
85
- "@typescript-eslint/parser": "^5.31.0",
72
+ "@types/styled-components": "^5.1.26",
73
+ "@typescript-eslint/eslint-plugin": "^5.33.0",
74
+ "@typescript-eslint/parser": "^5.33.0",
86
75
  "@zerollup/ts-transform-paths": "^1.7.18",
87
- "awesome-typescript-loader": "^5.2.1",
88
- "babel-loader": "^8.2.5",
89
- "enzyme": "^3.11.0",
90
- "enzyme-adapter-react-16": "^1.15.6",
91
76
  "eslint": "^8.21.0",
77
+ "immer": "^9.0.15",
92
78
  "jest": "^28.1.3",
93
79
  "react": "==17.0.2",
94
- "react-docgen-typescript-loader": "^3.7.2",
95
- "react-docgen-typescript-webpack-plugin": "^1.1.0",
96
80
  "react-dom": "==17.0.2",
97
81
  "react-redux": "^8.0.2",
98
- "react-test-renderer": "==17.0.2",
99
82
  "redux": "^4.2.0",
100
83
  "redux-thunk": "^2.4.1",
101
- "rollup": "^2.77.2",
84
+ "rollup": "^2.77.3",
102
85
  "rollup-plugin-terser": "^7.0.2",
103
86
  "rollup-plugin-typescript2": "^0.32.1",
104
87
  "styled-components": "^5.3.5",