Skip to content

Commit

Permalink
refactor: update deps and format code
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanzyTHEbar committed Jul 19, 2023
1 parent b2c649d commit 7de00c9
Show file tree
Hide file tree
Showing 4 changed files with 1,719 additions and 1,578 deletions.
40 changes: 20 additions & 20 deletions GUI/ETVR/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@
"tauri:clean": "cd src-tauri && cargo clean",
"docs": "jsdoc -c jsdoc.conf.json",
"lint": "eslint --ext .js,.ts,.jsx,.tsx src",
"format": "yarn run lint --fix & yarn prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"format": "pnpm run lint --fix & pnpm prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"update-deps": "pnpm up -Li",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.4",
"@tailwindcss/forms": "^0.5.3",
"@tauri-apps/api": "^1.3.0",
"@tauri-apps/cli": "^1.3.1",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@tailwindcss/forms": "^0.5.4",
"@tauri-apps/api": "^1.4.0",
"@tauri-apps/cli": "^1.4.0",
"@types/node": "^20.4.2",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2",
"babel-loader": "^9.1.3",
"better-docs": "^2.7.2",
"eslint": "^8.41.0",
"eslint-config-google": "^0.14.0",
Expand All @@ -46,34 +46,34 @@
"jsdoc": "^4.0.2",
"postcss": "^8.4.24",
"postcss-import": "^15.1.0",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4",
"vite": "^4.3.9",
"prettier": "^3.0.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6",
"vite": "^4.4.4",
"vite-plugin-solid": "^2.7.0"
},
"dependencies": {
"@builder.io/partytown": "^0.8.0",
"@kobalte/core": "^0.9.6",
"@kobalte/core": "^0.9.8",
"@kobalte/tailwindcss": "^0.6.5",
"@solid-primitives/i18n": "^1.4.0",
"@solid-primitives/map": "^0.4.5",
"@solid-primitives/map": "^0.4.6",
"@solidjs/meta": "^0.28.5",
"@solidjs/router": "^0.8.2",
"@stitches/core": "^1.2.8",
"@tailwindcss/typography": "^0.5.9",
"babel-preset-solid": "^1.7.4",
"babel-preset-solid": "^1.7.7",
"clsx": "^1.2.1",
"moment": "^2.29.4",
"solid-form-handler": "^1.2.0",
"solid-headless": "^0.13.1",
"solid-i18n": "^1.0.4",
"solid-icons": "^1.0.6",
"solid-js": "^1.7.6",
"solid-icons": "^1.0.11",
"solid-js": "^1.7.8",
"solid-spinner": "^0.1.9",
"solid-transition-group": "^0.2.2",
"solidjs-icons": "^1.0.12",
"solidjs-use": "^2.1.0",
"solidjs-use": "^2.2.1",
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store",
"tauri-plugin-upload-api": "github:tauri-apps/tauri-plugin-upload",
Expand Down
Loading

0 comments on commit 7de00c9

Please sign in to comment.