mirror of
https://github.com/fccview/cronmaster.git
synced 2026-09-08 11:17:21 -04:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f08ff0f449 |
No files matched your search
+14
-8
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cronmaster",
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
@@ -36,17 +36,17 @@
|
||||
"cronstrue": "^3.2.0",
|
||||
"fflate": "^0.8.2",
|
||||
"jose": "^6.1.1",
|
||||
"minimatch": "^10.2.3",
|
||||
"next": "^16.2.6",
|
||||
"minimatch": "^10.2.6",
|
||||
"next": "^16.3.0",
|
||||
"next-intl": "^4.9.2",
|
||||
"next-themes": "^0.2.1",
|
||||
"postcss": "^8.5.10",
|
||||
"postcss": "^8.5.26",
|
||||
"proper-lockfile": "^4.1.2",
|
||||
"react": "19.2.4",
|
||||
"react-dom": "19.2.4",
|
||||
"react-syntax-highlighter": "^15.6.1",
|
||||
"serwist": "^9.5.5",
|
||||
"systeminformation": "^5.31.6",
|
||||
"systeminformation": "^5.33.1",
|
||||
"tailwind-merge": "^2.0.0",
|
||||
"tailwindcss": "^3.4.17",
|
||||
"typescript": "^5"
|
||||
@@ -54,13 +54,19 @@
|
||||
"devDependencies": {
|
||||
"@serwist/turbopack": "^9.5.5",
|
||||
"@types/bcryptjs": "^2.4.6",
|
||||
"@types/minimatch": "^6.0.0",
|
||||
"eslint": "^9",
|
||||
"eslint-config-next": "16.2.6",
|
||||
"eslint-config-next": "16.3.0",
|
||||
"postcss-import": "^16.1.1"
|
||||
},
|
||||
"resolutions": {
|
||||
"prismjs": "1.30.0",
|
||||
"postcss": "8.5.10"
|
||||
"postcss": "8.5.26",
|
||||
"nanoid": "3.3.18",
|
||||
"js-yaml": "4.3.1",
|
||||
"sharp": "0.35.3",
|
||||
"@babel/core": "7.29.7",
|
||||
"eslint-config-next/**/brace-expansion": "1.1.18",
|
||||
"eslint/**/brace-expansion": "1.1.18",
|
||||
"@serwist/turbopack/**/brace-expansion": "2.1.4"
|
||||
}
|
||||
}
|
||||
Reference in new issue
Block a user