Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into marked/next
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsgowtham committed Feb 1, 2025
2 parents 1e2343b + 3e26e7d commit f6fd049
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 154 deletions.
22 changes: 7 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@
"test:updateSnapshot": "jest --updateSnapshot",
"reassure": "reassure"
},
"keywords": [
"react-native",
"markdown",
"react-native markdown"
],
"keywords": ["react-native", "markdown", "react-native markdown"],
"repository": "https://github.com/gmsgowtham/react-native-marked",
"author": "Gowtham G <webappsbygowtham@gmail.com> (https://github.com/gmsgowtham)",
"license": "MIT",
Expand All @@ -51,17 +47,17 @@
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/core": "7.26.7",
"@babel/helper-explode-assignable-expression": "7.18.6",
"@babel/preset-env": "7.26.0",
"@babel/preset-env": "7.26.7",
"@biomejs/biome": "1.9.4",
"@commitlint/config-conventional": "19.6.0",
"@evilmartians/lefthook": "1.10.4",
"@release-it/conventional-changelog": "10.0.0",
"@testing-library/jest-native": "5.4.3",
"@testing-library/react-native": "13.0.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.6",
"@types/node": "22.13.0",
"@types/react": "18.3.18",
"@types/svg-parser": "^2.0.3",
"commitlint": "19.6.1",
Expand All @@ -78,7 +74,7 @@
"react-native-svg": "15.11.1",
"react-test-renderer": "18.3.1",
"reassure": "1.3.2",
"release-it": "18.1.1",
"release-it": "18.1.2",
"typescript": "5.7.3"
},
"peerDependencies": {
Expand All @@ -93,17 +89,13 @@
"<rootDir>/examples/*/node_modules",
"<rootDir>/dist/"
],
"setupFilesAfterEnv": [
"@testing-library/jest-native/extend-expect"
],
"setupFilesAfterEnv": ["@testing-library/jest-native/extend-expect"],
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|@react-native|@react-native-community|github-slugger)"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
],
"extends": ["@commitlint/config-conventional"],
"rules": {
"type-enum": [
2,
Expand Down
Loading

0 comments on commit f6fd049

Please sign in to comment.