Skip to content

Commit

Permalink
Merge version 1.7.3
Browse files Browse the repository at this point in the history
1.7.3
  • Loading branch information
georg-stone authored Oct 27, 2024
2 parents f1f4856 + 759c53e commit bc46edf
Show file tree
Hide file tree
Showing 36 changed files with 119 additions and 2,120 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/firebase-hosting-merge.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/firebase-hosting-pull-request.yml

This file was deleted.

87 changes: 20 additions & 67 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,74 +1,27 @@

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
firebase-debug.log*
firebase-debug.*.log*

# Firebase cache
.firebase/

# Firebase config

# Uncomment this if you'd like others to create their own Firebase project.
# For a team working on the same Firebase project(s), it is recommended to leave
# it commented so all members can deploy to the same project(s) in .firebaserc.
# .firebaserc

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# dataconnect generated files
.dataconnect

pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
!.vscode/launch.json
.idea
.DS_Store

src/.DS_Store
public/.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
.vite/
src/.DS_Store
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 6 additions & 9 deletions src/package.json → package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "flowtide",
"private": true,
"version": "1.7",
"version": "1.7.3",
"type": "module",
"scripts": {
"build": "vite build",
"lint": "eslint .",
"build": "pnpm lint && vite build",
"build-only": "vite build",
"lint": "oxlint .",
"preview": "vite preview",
"dev": "chokidar 'src/**/*' -c 'echo Change detected! && npm run build'"
"dev": "chokidar 'src/**/*' -c 'echo Change detected! && pnpm run build-only'"
},
"dependencies": {
"@radix-ui/react-checkbox": "^1.1.2",
Expand All @@ -28,17 +29,13 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@eslint/js": "^9.11.1",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"chokidar-cli": "^3.0.0",
"eslint": "^9.11.1",
"eslint-plugin-react": "^7.37.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.9.0",
"oxlint": "^0.10.3",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"vite": "^5.4.8"
Expand Down
Loading

0 comments on commit bc46edf

Please sign in to comment.