Skip to content

Commit

Permalink
Clean up and simplify dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hkhalil-akamai committed Jan 2, 2025
1 parent 90b7e67 commit 50c8089
Show file tree
Hide file tree
Showing 375 changed files with 1,674 additions and 32,192 deletions.
4 changes: 2 additions & 2 deletions packages/volume-create/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand All @@ -9,4 +9,4 @@
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion packages/volume-create/knip.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"entry": ["src/index.tsx"],
"project": ["src/**/*.ts", "src/**/*.tsx"],
"vite": false
}
}
57 changes: 30 additions & 27 deletions packages/volume-create/package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,32 @@
{
"name": "@linode/volumes-create",
"description": "Volume Create app - micro-frontend proof of concept",
"version": "0.0.1",
"type": "module",
"main": "src/index.ts",
"module": "src/index.ts",
"types": "src/index.ts",
"dependencies": {
"@linode/api-v4": "*",
"@lukemorales/query-key-factory": "^1.3.4",
"@mui/icons-material": "^5.14.7",
"@mui/material": "^5.14.7",
"@tanstack/react-query": "5.51.24",
"@tanstack/react-router": "^1.58.3",
"formik": "~2.1.3",
"luxon": "3.4.4",
"notistack": "^3.0.1",
"ramda": "~0.25.0",
"react": "^18.2.0",
"tss-react": "^4.8.2"
},
"devDependencies": {
"@types/luxon": "3.4.2"
},
"scripts": {
"start": "vite serve --port 3001"
}
"name": "@linode/volumes-create",
"description": "Volume Create app - micro-frontend proof of concept",
"version": "0.0.1",
"type": "module",
"main": "src/index.ts",
"module": "src/index.ts",
"types": "src/index.ts",
"dependencies": {
"@lukemorales/query-key-factory": "^1.3.4",
"@mui/icons-material": "^5.14.7",
"@mui/material": "^5.14.7",
"@tanstack/react-query": "5.51.24",
"@tanstack/react-router": "^1.58.3",
"formik": "~2.1.3",
"notistack": "^3.0.1",
"ramda": "~0.25.0",
"react": "^18.2.0",
"tss-react": "^4.8.2"
},
"lint-staged": {
"*.{ts,tsx,js}": [
"prettier --write",
"eslint --ext .js,.ts,.tsx --quiet"
]
},
"devDependencies": {},
"scripts": {
"start": "vite serve --port 3001",
"precommit": "lint-staged"
}
}
193 changes: 0 additions & 193 deletions packages/volume-create/src/__data__/distributedRegionsData.ts

This file was deleted.

Loading

0 comments on commit 50c8089

Please sign in to comment.