@plurid/plurid-ui-components-react 0.0.0-12 → 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-12",
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,58 +50,43 @@
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.17.10",
64
- "@plurid/plurid-functions": "^0.0.0-22",
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
- "@plurid/plurid-icons-react": "^0.0.0-4",
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-3",
69
- "@storybook/addon-actions": "^6.4.22",
70
- "@storybook/addon-info": "^5.3.21",
71
- "@storybook/addon-knobs": "^6.3.1",
72
- "@storybook/addon-links": "^6.4.22",
73
- "@storybook/addons": "^6.4.22",
74
- "@storybook/react": "^6.4.22",
75
- "@svgr/rollup": "^6.2.1",
76
- "@types/enzyme": "^3.10.12",
77
- "@types/enzyme-adapter-react-16": "^1.0.6",
78
- "@types/jest": "^27.4.1",
79
- "@types/node": "^17.0.30",
80
- "@types/react": "^18.0.8",
81
- "@types/react-dom": "^18.0.3",
65
+ "@plurid/plurid-ui-state-react": "^0.0.0-6",
66
+ "@reduxjs/toolkit": "^1.8.4",
67
+ "@types/jest": "^28.1.6",
68
+ "@types/node": "^18.7.2",
69
+ "@types/react": "^18.0.17",
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.21.0",
85
- "@typescript-eslint/parser": "^5.21.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
- "eslint": "^8.14.0",
92
- "jest": "^27.5.1",
76
+ "eslint": "^8.21.0",
77
+ "immer": "^9.0.15",
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
- "react-redux": "^8.0.1",
98
- "react-test-renderer": "==17.0.2",
81
+ "react-redux": "^8.0.2",
99
82
  "redux": "^4.2.0",
100
83
  "redux-thunk": "^2.4.1",
101
- "rollup": "^2.71.1",
84
+ "rollup": "^2.77.3",
102
85
  "rollup-plugin-terser": "^7.0.2",
103
- "rollup-plugin-typescript2": "^0.31.2",
86
+ "rollup-plugin-typescript2": "^0.32.1",
104
87
  "styled-components": "^5.3.5",
105
- "ts-jest": "^27.1.4",
88
+ "ts-jest": "^28.0.7",
106
89
  "ttypescript": "^1.5.13",
107
- "typescript": "^4.6.4"
90
+ "typescript": "^4.7.4"
108
91
  }
109
92
  }