Skip to content

Commit

Permalink
chore: add version
Browse files Browse the repository at this point in the history
  • Loading branch information
swkatmask committed Jun 25, 2024
1 parent 2ef5b76 commit 8184beb
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 134 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- version: %PACKAGE_VERSION% -->
</body>
</html>
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,19 @@
"@vitejs/plugin-react-swc": "^3.5.0",
"babel-plugin-macros": "^3.1.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-unused-imports": "^3.2.0",
"eslint-config-next": "13.5.2",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-no-relative-import-paths": "^1.5.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-unused-imports": "^3.2.0",
"prettier": "^3.2.5",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-plugin-package-version": "^1.1.0",
"vite-plugin-radar": "^0.9.4",
"vitest": "^1.6.0"
},
Expand Down
58 changes: 24 additions & 34 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

97 changes: 0 additions & 97 deletions src/abis/erc20.ts

This file was deleted.

2 changes: 2 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import react from '@vitejs/plugin-react-swc'
import { TanStackRouterVite } from '@tanstack/router-vite-plugin'
import svgr from 'vite-plugin-svgr'
import { VitePluginRadar } from 'vite-plugin-radar'
import version from 'vite-plugin-package-version'

function createURL(pathToFile: string) {
return new URL(pathToFile, import.meta.url).pathname
Expand Down Expand Up @@ -46,6 +47,7 @@ export default defineConfig({
]
: undefined,
}),
version(),
],

resolve: {
Expand Down

0 comments on commit 8184beb

Please sign in to comment.