@nutui/nutui-react 0.1.0 → 0.1.1

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/dist/style.es.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react v0.1.0 Fri Dec 31 2021 17:17:16 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react v0.1.1 Wed Jan 05 2022 17:39:30 GMT+0800 (China Standard Time)
3
3
  * (c) 2021 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nutui/nutui-react",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "style": "dist/style.css",
5
5
  "main": "dist/nutui.react.umd.js",
6
6
  "module": "dist/esm/nutui-react.es.js",
@@ -88,6 +88,7 @@
88
88
  "@types/react": "^17.0.0",
89
89
  "@types/react-dom": "^17.0.0",
90
90
  "@types/react-router-dom": "^5.1.7",
91
+ "@types/react-syntax-highlighter": "^13.5.2",
91
92
  "@types/react-transition-group": "^4.4.4",
92
93
  "@typescript-eslint/eslint-plugin": "^4.24.0",
93
94
  "@typescript-eslint/parser": "^4.24.0",
@@ -115,11 +116,15 @@
115
116
  "prettier": "2.3.0",
116
117
  "react": "^17.0.0",
117
118
  "react-dom": "^17.0.0",
119
+ "react-markdown": "^7.1.2",
120
+ "react-syntax-highlighter": "^15.4.5",
121
+ "remark-directive": "^2.0.1",
122
+ "remark-gfm": "^3.0.1",
118
123
  "sass": "^1.45.0",
119
124
  "shelljs": "^0.8.4",
120
125
  "typescript": "^4.1.2",
126
+ "unist-util-visit": "^4.1.0",
121
127
  "vinyl-fs": "^3.0.3",
122
- "vite": "^2.1.5",
123
- "vite-plugin-markdown": "^2.0.2"
128
+ "vite": "^2.1.5"
124
129
  }
125
130
  }