Skip to content

Commit

Permalink
⬆️ pnpm up --latest --recursive
Browse files Browse the repository at this point in the history
* @markuplint/svelte-parser: `3.9.1`
* @nhost/nhost-js: `2.2.16`
* @storybook/addon-essentials: `7.4.2`
* @storybook/addon-interactions: `7.4.2`
* @storybook/addon-links: `7.4.2`
* @storybook/blocks: `7.4.2`
* @storybook/svelte-vite: `7.4.2`
* @storybook/svelte: `7.4.2`
* @storybook/testing-library: `0.2.1`
* @sveltejs/kit: `1.25.0`
* @typescript-eslint/eslint-plugin: `6.7.0`
* @typescript-eslint/parser: `6.7.0`
* autoprefixer: `10.4.15`
* concurrently: `8.2.1`
* cspell: `7.3.6`
* eslint-config-prettier: `9.0.0`
* eslint-config-turbo: `1.10.14`
* eslint-plugin-import: `2.28.1`
* eslint-plugin-jsdoc: `46.8.1`
* eslint-plugin-svelte: `2.33.1`
* eslint-plugin-unused-imports: `3.0.0`
* eslint: `8.49.0`
* graphql-ws: `5.14.0`
* graphql: `16.8.0`
* houdini-svelte: `1.2.11`
* houdini: `1.2.11`
* lint-staged: `14.0.1`
* luxon: `3.4.3`
* markuplint: `3.12.1`
* postcss: `8.4.29`
* prettier-plugin-svelte: `3.0.3`
* prettier-plugin-tailwindcss: `0.5.4`
* prettier: `3.0.3`
* storybook: `7.4.2`
* svelte-check: `3.5.1`
* svelte: `4.2.0`
* tailwindcss: `3.3.3`
* turbo: `1.10.14`
* vite: `4.4.9`
* vitest: `0.34.4`
  • Loading branch information
usagizmo committed Sep 18, 2023
1 parent 43d03e7 commit 7575a4f
Show file tree
Hide file tree
Showing 9 changed files with 3,947 additions and 2,976 deletions.
4 changes: 2 additions & 2 deletions apps/mockup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"eslint-config-custom": "workspace:*",
"image-size": "^1.0.2",
"tailwind-preset-base": "workspace:*",
"tailwindcss": "^3.3.2",
"vitest": "^0.31.1"
"tailwindcss": "^3.3.3",
"vitest": "^0.34.4"
}
}
20 changes: 10 additions & 10 deletions apps/story/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
"ui": "workspace:*"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.0.12",
"@storybook/addon-interactions": "^7.0.12",
"@storybook/addon-links": "^7.0.12",
"@storybook/blocks": "^7.0.12",
"@storybook/svelte": "^7.0.12",
"@storybook/svelte-vite": "^7.0.12",
"@storybook/testing-library": "^0.1.0",
"@storybook/addon-essentials": "^7.4.2",
"@storybook/addon-interactions": "^7.4.2",
"@storybook/addon-links": "^7.4.2",
"@storybook/blocks": "^7.4.2",
"@storybook/svelte": "^7.4.2",
"@storybook/svelte-vite": "^7.4.2",
"@storybook/testing-library": "^0.2.1",
"eslint-config-custom": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.0.12",
"svelte": "^3.59.1",
"storybook": "^7.4.2",
"svelte": "^4.2.0",
"tailwind-preset-base": "workspace:*",
"tailwindcss": "^3.3.2"
"tailwindcss": "^3.3.3"
}
}
34 changes: 17 additions & 17 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,30 +23,30 @@
"format": "concurrently pnpm:format:*"
},
"dependencies": {
"@nhost/nhost-js": "^2.2.4",
"graphql": "^16.6.0",
"graphql-ws": "^5.13.1",
"@nhost/nhost-js": "^2.2.16",
"graphql": "^16.8.0",
"graphql-ws": "^5.14.0",
"js-cookie": "^3.0.5",
"luxon": "^3.3.0",
"luxon": "^3.4.3",
"ui": "workspace:*"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.18.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.41.0",
"@sveltejs/kit": "^1.25.0",
"autoprefixer": "^10.4.15",
"eslint": "^8.49.0",
"eslint-config-custom": "workspace:*",
"graphqurl": "^1.0.1",
"houdini": "^1.2.3",
"houdini-svelte": "^1.2.3",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.0",
"svelte": "^3.59.1",
"svelte-check": "^3.3.2",
"houdini": "^1.2.11",
"houdini-svelte": "^1.2.11",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"svelte": "^4.2.0",
"svelte-check": "^3.5.1",
"tailwind-preset-base": "workspace:*",
"tailwindcss": "^3.3.2",
"vite": "^4.3.8",
"vitest": "^0.31.1"
"tailwindcss": "^3.3.3",
"vite": "^4.4.9",
"vitest": "^0.34.4"
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
"format": "concurrently pnpm:format:*"
},
"devDependencies": {
"@markuplint/svelte-parser": "^3.7.0",
"concurrently": "^8.0.1",
"cspell": "^6.31.1",
"eslint": "^8.41.0",
"@markuplint/svelte-parser": "^3.9.1",
"concurrently": "^8.2.1",
"cspell": "^7.3.6",
"eslint": "^8.49.0",
"eslint-config-custom": "workspace:*",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"markuplint": "^3.10.0",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.0",
"prettier-plugin-tailwindcss": "^0.3.0",
"turbo": "^1.9.8"
"lint-staged": "^14.0.1",
"markuplint": "^3.12.1",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"turbo": "^1.10.14"
},
"packageManager": "pnpm@8.3.1"
}
4 changes: 2 additions & 2 deletions packages/eslint-config-custom-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"format": "concurrently pnpm:format:*"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint-config-custom": "workspace:*"
},
"publishConfig": {
Expand Down
12 changes: 6 additions & 6 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"format": "concurrently pnpm:format:*"
},
"devDependencies": {
"eslint-config-prettier": "^8.8.0",
"eslint-config-turbo": "^1.9.8",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^44.2.4",
"eslint-plugin-svelte": "^2.29.0",
"eslint-plugin-unused-imports": "^2.0.0"
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.10.14",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsdoc": "^46.8.1",
"eslint-plugin-svelte": "^2.33.1",
"eslint-plugin-unused-imports": "^3.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/tailwind-preset-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"format": "concurrently pnpm:format:*"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@tailwindcss/typography": "^0.5.10",
"eslint-config-custom": "workspace:*",
"tailwindcss": "^3.3.2"
"tailwindcss": "^3.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
},
"devDependencies": {
"eslint-config-custom": "workspace:*",
"svelte": "^3.59.1"
"svelte": "^4.2.0"
}
}
Loading

0 comments on commit 7575a4f

Please sign in to comment.