Skip to content

Commit

Permalink
ci: bump version to 0.1.106
Browse files Browse the repository at this point in the history
  • Loading branch information
kevkevinpal committed Nov 10, 2023
1 parent c8134e7 commit cc0dfe0
Showing 1 changed file with 24 additions and 7 deletions.
31 changes: 24 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sphinx-nav",
"version": "0.1.105",
"version": "0.1.106",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
Expand Down Expand Up @@ -89,11 +89,17 @@
"lint": "eslint src --max-warnings 24"
},
"eslintConfig": {
"extends": ["react-app", "react-app/jest"]
"extends": [
"react-app",
"react-app/jest"
]
},
"jest": {
"collectCoverage": true,
"collectCoverageFrom": ["./src/**/*.js", "./src/**/*.ts"],
"collectCoverageFrom": [
"./src/**/*.js",
"./src/**/*.ts"
],
"coverageThreshold": {
"global": {
"lines": 2
Expand All @@ -109,7 +115,7 @@
"./src/network/": {
"lines": 31,
"branches": 22,
"functions": 27
"functions": 27
}
},
"moduleNameMapper": {
Expand All @@ -125,8 +131,16 @@
}
},
"browserslist": {
"production": [">0.2%", "not dead", "not op_mini all"],
"development": ["last 1 chrome version", "last 1 firefox version", "last 1 safari version"]
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"react-error-overlay": "6.0.9"
Expand Down Expand Up @@ -197,7 +211,10 @@
"sourceMap": false,
"all": true,
"include": "src/**/*.{js,jsx,ts,tsx}",
"reporter": ["html", "text-summary"]
"reporter": [
"html",
"text-summary"
]
},
"coverage": {
"min": 30
Expand Down

0 comments on commit cc0dfe0

Please sign in to comment.