Skip to content

Commit

Permalink
fix: lf -d
Browse files Browse the repository at this point in the history
  • Loading branch information
arpowers committed Mar 20, 2024
1 parent 44fb48a commit fc07e82
Show file tree
Hide file tree
Showing 6 changed files with 234 additions and 233 deletions.
10 changes: 5 additions & 5 deletions @fiction/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.21",
"@vue/server-renderer": "^3.4.21",
"autoprefixer": "^10.4.18",
"autoprefixer": "^10.4.19",
"axios": "^1.6.8",
"bcrypt": "^5.1.1",
"blurhash": "^2.0.5",
Expand All @@ -62,7 +62,7 @@
"esbuild": "^0.20.2",
"events": "^3.3.0",
"execa": "^8.0.1",
"express": "^4.19.0",
"express": "^4.19.1",
"extract-domain": "^4.1.5",
"fast-safe-stringify": "^2.1.1",
"formdata-node": "^6.0.3",
Expand All @@ -72,7 +72,7 @@
"google-auth-library": "^9.7.0",
"google-one-tap": "^1.0.6",
"handlebars": "^4.7.8",
"happy-dom": "^14.1.1",
"happy-dom": "^14.2.0",
"helmet": "^7.1.0",
"highlight.js": "^11.9.0",
"html-minifier": "^4.0.0",
Expand Down Expand Up @@ -104,7 +104,7 @@
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"pg": "^8.11.3",
"postcss": "^8.4.37",
"postcss": "^8.4.38",
"prettyoutput": "^1.2.0",
"process": "^0.11.10",
"querystring-browser": "^1.0.4",
Expand All @@ -124,7 +124,7 @@
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"typescript": "^5.4.2",
"typescript": "^5.4.3",
"unhead": "^1.8.20",
"unocss": "^0.58.6",
"uuid-apikey": "^1.5.3",
Expand Down
2 changes: 1 addition & 1 deletion @fiction/plugin-stripe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": {
"@fiction/core": "workspace:*",
"@stripe/stripe-js": "^3.0.10",
"express": "^4.19.0",
"express": "^4.19.1",
"stripe": "^14.21.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion @fiction/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"blurhash": "^2.0.5",
"gravatar-url": "^4.0.1",
"monaco-editor": "^0.47.0",
"postcss": "^8.4.37",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.1",
"vue": "^3.4.21"
},
Expand Down
2 changes: 1 addition & 1 deletion @fiction/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@fiction/ui": "workspace:*",
"@types/mapbox-gl": "^3.1.0",
"mapbox-gl": "^3.2.0",
"postcss": "^8.4.37",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.1"
},
"license": "GPL-2.0-only",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"textlint": "^14.0.4",
"ts-node": "^10.9.2",
"tsx": "^4.7.1",
"typescript": "^5.4.2",
"typescript": "^5.4.3",
"vite": "5.1.6",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
Expand All @@ -97,13 +97,13 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-vue": "^9.23.0",
"happy-dom": "^14.1.1",
"happy-dom": "^14.2.0",
"jsdom": "^24.0.0",
"ngrok": "5.0.0-beta.2",
"nodemon": "^3.1.0",
"npm-package-json-lint": "^7.1.0",
"playwright": "^1.42.1",
"postcss": "^8.4.37",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-eslint": "^16.3.0",
"sharp": "^0.33.2",
Expand Down

0 comments on commit fc07e82

Please sign in to comment.