matsuri-ui 9.9.2-alpha.2 → 10.0.0

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +1 -3
  2. package/README.md +1 -1
  3. package/package.json +24 -18
package/CHANGELOG.md CHANGED
@@ -2,9 +2,7 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
- ### [9.9.2-alpha.2](https://github.com/matsuri-tech/matsuri-ui/compare/v9.9.2-alpha.0...v9.9.2-alpha.2) (2021-12-21)
6
-
7
- ### [9.9.2-alpha.0](https://github.com/matsuri-tech/matsuri-ui/compare/v9.9.1...v9.9.2-alpha.0) (2021-12-21)
5
+ ## [10.0.0](https://github.com/matsuri-tech/matsuri-ui/compare/v9.9.1...v10.0.0) (2021-12-21)
8
6
 
9
7
  ### [9.9.1](https://github.com/matsuri-tech/matsuri-ui/compare/v9.9.0...v9.9.1) (2021-12-20)
10
8
 
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
  ### インストール方法
9
9
 
10
10
  ```command
11
- yarn add matsuri-ui
11
+ yarn add matsuri-ui @emotion/react
12
12
  ```
13
13
 
14
14
  [対応状況 by Storybook](https://matsuri-ui.netlify.com)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matsuri-ui",
3
- "version": "9.9.2-alpha.2",
3
+ "version": "10.0.0",
4
4
  "repository": "https://github.com/matsuri-tech/matsuri-ui.git",
5
5
  "license": "GPL-3.0",
6
6
  "sideEffects": false,
@@ -25,7 +25,6 @@
25
25
  "node_modules"
26
26
  ],
27
27
  "dependencies": {
28
- "@emotion/react": "^11.0.0",
29
28
  "@material-ui/core": "^4.12.3",
30
29
  "@material-ui/icons": "^4.11.2",
31
30
  "@popperjs/core": "^2.11.0",
@@ -36,16 +35,22 @@
36
35
  "resize-observer-polyfill": "^1.5.1"
37
36
  },
38
37
  "peerDependencies": {
39
- "@emotion/react": "^11.0.0",
40
- "@popperjs/core": "^2.0.0",
41
- "@types/react": "^17.0.0",
42
- "@types/react-dom": "^17.0.0",
43
- "clsx": "^1.0.0",
44
- "dayjs": "^1.0.0",
45
- "react": "^17.0.0",
46
- "react-dom": "^17.0.0",
47
- "react-spring": "^8.0.0",
48
- "relative-time-format": "^1.0.0"
38
+ "@emotion/react": "11.1.4",
39
+ "@types/react": "17.0.34",
40
+ "@types/react-dom": "17.0.11",
41
+ "react": "17.0.2",
42
+ "react-dom": "17.0.2"
43
+ },
44
+ "peerDependenciesMeta": {
45
+ "@types/react": {
46
+ "optional": true
47
+ },
48
+ "@emotion/react": {
49
+ "optional": true
50
+ },
51
+ "@emotion/styled": {
52
+ "optional": true
53
+ }
49
54
  },
50
55
  "devDependencies": {
51
56
  "@babel/cli": "7.16.0",
@@ -54,37 +59,38 @@
54
59
  "@babel/preset-react": "7.16.0",
55
60
  "@babel/preset-typescript": "^7.16.0",
56
61
  "@emotion/babel-preset-css-prop": "11.2.0",
62
+ "@emotion/react": "11.1.4",
57
63
  "@storybook/addon-essentials": "^6.4.4",
58
64
  "@storybook/addon-links": "6.4.4",
59
65
  "@storybook/react": "6.4.4",
60
66
  "@testing-library/react": "12.1.2",
61
67
  "@types/jest": "27.0.3",
62
- "@types/react": "17.0.34",
63
68
  "@types/react-dom": "17.0.11",
64
- "@types/react-router": "5.1.17",
65
69
  "@types/react-router-dom": "5.3.2",
70
+ "@types/react-router": "5.1.17",
66
71
  "@types/react-transition-group": "4.4.4",
72
+ "@types/react": "17.0.34",
67
73
  "@typescript-eslint/eslint-plugin": "4.33.0",
68
74
  "@typescript-eslint/parser": "4.33.0",
69
75
  "concurrently": "^6.4.0",
70
- "eslint": "7.32.0",
71
76
  "eslint-config-prettier": "8.3.0",
72
- "eslint-plugin-react": "7.27.1",
73
77
  "eslint-plugin-react-hooks": "4.3.0",
78
+ "eslint-plugin-react": "7.27.1",
74
79
  "eslint-plugin-sort-imports-es6-autofix": "0.6.0",
80
+ "eslint": "7.32.0",
75
81
  "husky": "^7.0.4",
76
82
  "jest": "27.4.3",
77
83
  "lint-staged": "12.1.2",
78
84
  "next": "12.0.4",
79
85
  "npm-run-all": "4.1.5",
80
86
  "prettier": "2.5.0",
81
- "react": "17.0.2",
82
87
  "react-docgen-typescript-loader": "3.7.2",
83
88
  "react-dom": "17.0.2",
84
- "react-router": "5.2.1",
85
89
  "react-router-dom": "5.3.0",
90
+ "react-router": "5.2.1",
86
91
  "react-table": "7.7.0",
87
92
  "react-transition-group": "4.4.2",
93
+ "react": "17.0.2",
88
94
  "ress": "^4.0.0",
89
95
  "rimraf": "3.0.2",
90
96
  "standard-version": "9.3.2",