rotion 0.2.10 → 0.3.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.
- package/package.json +11 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rotion",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": "linyows/rotion",
|
|
6
6
|
"description": "This is react components that uses the notion API to display the notion's database and page.",
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"@notionhq/client": "^2.2.14",
|
|
63
63
|
"cdate": "^0.0.7",
|
|
64
64
|
"cdate-relative": "^0.0.1",
|
|
65
|
-
"file-type": "^
|
|
66
|
-
"imagemin": "^
|
|
65
|
+
"file-type": "^19.0.0",
|
|
66
|
+
"imagemin": "^9.0.0",
|
|
67
67
|
"imagemin-webp": "^8.0.0",
|
|
68
68
|
"katex": "^0.16.9",
|
|
69
69
|
"mermaid": "^10.6.1",
|
|
@@ -97,16 +97,15 @@
|
|
|
97
97
|
"@types/react-dom": "^18.2.18",
|
|
98
98
|
"@types/replace-ext": "^2.0.2",
|
|
99
99
|
"@types/rollup-plugin-peer-deps-external": "^2.2.4",
|
|
100
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
101
|
-
"@typescript-eslint/parser": "^
|
|
102
|
-
"eslint": "^8
|
|
100
|
+
"@typescript-eslint/eslint-plugin": "^7.8.0",
|
|
101
|
+
"@typescript-eslint/parser": "^7.8.0",
|
|
102
|
+
"eslint": "^8",
|
|
103
103
|
"eslint-config-standard": "^17.1.0",
|
|
104
104
|
"eslint-plugin-import": "^2.29.1",
|
|
105
105
|
"eslint-plugin-node": "^11.1.0",
|
|
106
106
|
"eslint-plugin-promise": "^6.0.0",
|
|
107
107
|
"eslint-plugin-react": "^7.33.2",
|
|
108
108
|
"eslint-plugin-storybook": "^0.8.0",
|
|
109
|
-
"http-cache-semantics": ">=4.1.1",
|
|
110
109
|
"react": "^18.2.0",
|
|
111
110
|
"react-dom": "^18.2.0",
|
|
112
111
|
"rollup": "^4.9.1",
|
|
@@ -123,6 +122,11 @@
|
|
|
123
122
|
"typescript": "^5.3.3",
|
|
124
123
|
"uvu": "^0.5.6"
|
|
125
124
|
},
|
|
125
|
+
"overrides": {
|
|
126
|
+
"got": "11.8.5",
|
|
127
|
+
"http-cache-semantics": "4.1.1",
|
|
128
|
+
"semver-regex": "3.1.4"
|
|
129
|
+
},
|
|
126
130
|
"extends": "@tsconfig/node-lts-strictest-esm",
|
|
127
131
|
"ts-node": {
|
|
128
132
|
"esm": true
|