3 Commits

Author SHA1 Message Date
Drew Rautenberg 775d64ef9e Merge pull request #43 from BarkProductions/update-dependencies
updated packages to the latest versions
2026-07-23 14:16:50 -05:00
drew 4a479283da updated packages to the latest versions 2026-07-23 14:11:49 -05:00
Drew Rautenberg 2eaa8723d0 Merge pull request #42 from BarkProductions/40-add-job-endpoints
40 add job endpoints
2026-07-20 19:51:51 -05:00
4 changed files with 1338 additions and 1830 deletions
+1
View File
@@ -0,0 +1 @@
22.22.1
+1309 -1801
View File
File diff suppressed because it is too large Load Diff
+26 -26
View File
@@ -10,34 +10,34 @@
"preview": "vite preview" "preview": "vite preview"
}, },
"dependencies": { "dependencies": {
"@mantine/core": "^7.16.0", "@mantine/core": "^9.4.2",
"@mantine/form": "^7.16.0", "@mantine/form": "^9.4.2",
"@mantine/hooks": "^7.16.0", "@mantine/hooks": "^9.4.2",
"@mantine/notifications": "^7.16.2", "@mantine/notifications": "^9.4.2",
"@tabler/icons-react": "^3.29.0", "@tabler/icons-react": "^3.45.0",
"@tanstack/react-query": "^5.64.1", "@tanstack/react-query": "^5.101.4",
"@tanstack/react-query-devtools": "^5.64.1", "@tanstack/react-query-devtools": "^5.101.4",
"axios": "^1.7.9", "axios": "^1.18.1",
"react": "^18.3.1", "react": "^19.2.8",
"react-dom": "^18.3.1", "react-dom": "^19.2.8",
"react-router": "^7.1.1", "react-router": "^8.3.0"
"react-router-dom": "^7.1.1"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.17.0", "@eslint/js": "^9.39.5",
"@tanstack/eslint-plugin-query": "^5.62.16", "@tanstack/eslint-plugin-query": "^5.101.4",
"@types/react": "^18.3.18", "@types/node": "^26.1.1",
"@types/react-dom": "^18.3.5", "@types/react": "^19.2.17",
"@vitejs/plugin-react": "^4.3.4", "@types/react-dom": "^19.2.3",
"eslint": "^9.17.0", "@vitejs/plugin-react": "^6.0.4",
"eslint-plugin-react-hooks": "^5.0.0", "eslint": "^9.39.5",
"eslint-plugin-react-refresh": "^0.4.16", "eslint-plugin-react-hooks": "^7.1.1",
"globals": "^15.14.0", "eslint-plugin-react-refresh": "^0.5.3",
"postcss": "^8.5.1", "globals": "^17.7.0",
"postcss-preset-mantine": "^1.17.0", "postcss": "^8.5.22",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1", "postcss-simple-vars": "^7.0.1",
"typescript": "~5.6.2", "typescript": "^6.0.3",
"typescript-eslint": "^8.18.2", "typescript-eslint": "^8.65.0",
"vite": "^6.0.5" "vite": "^8.1.5"
} }
} }
-1
View File
@@ -22,7 +22,6 @@
"noFallthroughCasesInSwitch": true, "noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true, "noUncheckedSideEffectImports": true,
"baseUrl": ".",
"paths": { "paths": {
"@/*": ["./src/*"] "@/*": ["./src/*"]
} }