fenextjs-date
Advanced tools
Comparing version 2.0.0 to 3.0.0
{ | ||
"name": "fenextjs-date", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "", | ||
@@ -52,10 +52,10 @@ "main": "./cjs/index.js", | ||
"@types/react-dom": "18.2.7", | ||
"@typescript-eslint/eslint-plugin": "^6.7.2", | ||
"@typescript-eslint/parser": "^6.7.2", | ||
"@typescript-eslint/eslint-plugin": "6.7.2", | ||
"@typescript-eslint/parser": "6.7.2", | ||
"eslint": "8.49.0", | ||
"prettier": "^3.0.3", | ||
"ts-loader": "^9.4.4", | ||
"tslib": "^2.6.2", | ||
"typescript": "^5.2.2" | ||
"prettier": "3.0.3", | ||
"ts-loader": "9.4.4", | ||
"tslib": "2.6.2", | ||
"typescript": "5.2.2" | ||
} | ||
} |
11723