Skip to content

Commit 88a3889

Browse files
committed
fix: Adjust button padding for improved compatibility with modern-normalize
1 parent 4dcd7cf commit 88a3889

File tree

4 files changed

+189
-177
lines changed

4 files changed

+189
-177
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-notion-x-code-block",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "",
55
"type": "module",
66
"module": "dist/index.js",
@@ -33,10 +33,10 @@
3333
"@rollup/plugin-babel": "^6.0.4",
3434
"@rollup/plugin-commonjs": "^25.0.7",
3535
"@rollup/plugin-node-resolve": "^15.2.3",
36-
"@types/react": "^18.2.74",
37-
"@types/react-dom": "^18.2.24",
38-
"@typescript-eslint/eslint-plugin": "^7.5.0",
39-
"@typescript-eslint/parser": "^7.5.0",
36+
"@types/react": "^18.2.78",
37+
"@types/react-dom": "^18.2.25",
38+
"@typescript-eslint/eslint-plugin": "^7.6.0",
39+
"@typescript-eslint/parser": "^7.6.0",
4040
"eslint": "^8.57.0",
4141
"eslint-config-prettier": "^9.1.0",
4242
"eslint-plugin-react": "^7.34.1",
@@ -45,14 +45,14 @@
4545
"notion-utils": "^6.16.0",
4646
"prettier": "^3.2.5",
4747
"react": "^18.2.0",
48-
"react-icons": "^5.0.1",
48+
"react-icons": "^5.1.0",
4949
"react-notion-x": "^6.16.0",
50-
"rollup": "^4.14.0",
50+
"rollup": "^4.14.3",
5151
"rollup-plugin-delete": "^2.0.0",
5252
"rollup-plugin-node-externals": "^7.1.1",
5353
"rollup-plugin-styles": "^4.0.0",
54-
"shiki": "^1.2.4",
55-
"typescript": "^5.4.4"
54+
"shiki": "^1.3.0",
55+
"typescript": "^5.4.5"
5656
},
5757
"peerDependencies": {
5858
"react": "^18.2.0"

0 commit comments

Comments
 (0)