Skip to content

Commit

Permalink
create v3.0.0
Browse files Browse the repository at this point in the history
This release migrates the UI to a react based system. There are no
major changes regarding user facing features. However this rewrite
breaks full compatibility with the previous versions.
  • Loading branch information
svenrademakers committed May 7, 2024
1 parent b642c9e commit 6b56b3a
Showing 1 changed file with 43 additions and 43 deletions.
86 changes: 43 additions & 43 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
{
"name": "bmc-ui",
"version": "2.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives",
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 0"
},
"packageManager": "[email protected]",
"dependencies": {
"@fontsource/inter": "^5.0.18",
"@tanstack/react-query": "^5.34.1",
"@tanstack/react-router": "^1.31.19",
"axios": "^1.6.8",
"filesize": "^10.1.1",
"javascript-time-ago": "^2.5.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-loading-skeleton": "^3.4.0",
"react-responsive-modal": "^6.4.2",
"react-select": "^5.8.0",
"react-toastify": "^10.0.5"
},
"devDependencies": {
"@tanstack/react-query-devtools": "^5.34.1",
"@tanstack/router-devtools": "^1.31.19",
"@tanstack/router-vite-plugin": "^1.31.18",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-simple-import-sort": "^12.1.0",
"sass": "^1.76.0",
"vite": "^5.2.11",
"vite-plugin-svgr": "^4.2.0"
}
"name": "bmc-ui",
"version": "3.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives",
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 0"
},
"packageManager": "[email protected]",
"dependencies": {
"@fontsource/inter": "^5.0.18",
"@tanstack/react-query": "^5.34.1",
"@tanstack/react-router": "^1.31.19",
"axios": "^1.6.8",
"filesize": "^10.1.1",
"javascript-time-ago": "^2.5.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-loading-skeleton": "^3.4.0",
"react-responsive-modal": "^6.4.2",
"react-select": "^5.8.0",
"react-toastify": "^10.0.5"
},
"devDependencies": {
"@tanstack/react-query-devtools": "^5.34.1",
"@tanstack/router-devtools": "^1.31.19",
"@tanstack/router-vite-plugin": "^1.31.18",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-simple-import-sort": "^12.1.0",
"sass": "^1.76.0",
"vite": "^5.2.11",
"vite-plugin-svgr": "^4.2.0"
}
}

0 comments on commit 6b56b3a

Please sign in to comment.