Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen1 committed Jun 21, 2024
1 parent ebe79d7 commit 908bcf7
Show file tree
Hide file tree
Showing 2 changed files with 2,164 additions and 1,689 deletions.
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"ts",
"tsx",
"js"
]
],
"testEnvironment": "jsdom"
},
"repository": {
"type": "git",
Expand All @@ -48,20 +49,21 @@
},
"homepage": "https://github.com/mohsen1/json-formatter-js#readme",
"devDependencies": {
"@types/jest": "^24.0.19",
"css-loader": "^3.2.0",
"jest": "^28.1.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"@types/jest": "^29.5.12",
"css-loader": "^7.1.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"prettier": "^3.3.2",
"rollup": "^1.25.1",
"rollup-plugin-less": "^1.1.2",
"rollup-plugin-livereload": "^1.0.4",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-terser": "^5.1.2",
"rollup-plugin-typescript2": "^0.24.3",
"ts-jest": "^28.0.2",
"typescript": "^3.6.4",
"webpack-dev-server": "^4.9.0"
"ts-jest": "^29.1.5",
"typescript": "^5.5.2",
"webpack-dev-server": "^5.0.4"
}
}
Loading

0 comments on commit 908bcf7

Please sign in to comment.