Skip to content

Commit

Permalink
Merge pull request #894 from storyblok/chore/update-deps-dev-9-12-24
Browse files Browse the repository at this point in the history
chore(deps-dev): update dev related deps
  • Loading branch information
alvarosabu authored Dec 9, 2024
2 parents f8d89ee + 19c167e commit e496881
Show file tree
Hide file tree
Showing 5 changed files with 550 additions and 1,053 deletions.
26 changes: 14 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "storyblok-js-client",
"version": "6.10.1",
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.15.0",
"description": "Universal JavaScript SDK for Storyblok's API",
"author": "Alexander Feiglstorfer <delooks@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -50,7 +50,9 @@
"scripts": {
"lint": "eslint --max-warnings=0 './src/**/*.{ts,js}'",
"build": "node vite.build.mjs && tsc",
"demo": "vite serve playground",
"playground": "pnpm run --filter ./playground/vanilla dev",
"playground:svelte": "pnpm run --filter ./playground/svelte dev",
"playground:next": "pnpm run --filter ./playground/nextjs dev",
"dev:umd": "npx serve ./",
"test": "vitest run",
"test:e2e": "vitest run -c vitest.config.e2e.ts",
Expand All @@ -59,24 +61,24 @@
"prepare": "npm run build"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@storyblok/eslint-config": "^0.3.0",
"@tsconfig/recommended": "^1.0.8",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@vitest/coverage-v8": "^2.1.4",
"@vitest/ui": "^2.1.4",
"eslint": "^9.14.0",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"isomorphic-fetch": "^3.0.0",
"kolorist": "^1.8.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-plugin-banner": "^0.8.0",
"vite-plugin-dts": "^4.3.0",
"vitest": "^2.1.4"
"vitest": "^2.1.8"
},
"release": {
"branches": [
Expand Down
10 changes: 5 additions & 5 deletions playground/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"demo": "next dev",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
Expand All @@ -12,10 +12,10 @@
"@types/react": "18.2.47",
"eslint": "8.55.0",
"eslint-config-next": "14.0.4",
"next": "^13.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"next": "^13.5.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storyblok-js-client": "file:..",
"swr": "^2.2.4"
"swr": "^2.2.5"
}
}
12 changes: 7 additions & 5 deletions playground/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
"name": "@storyblok/playground",
"version": "0.0.1",
"scripts": {
"demo": "vite"
"dev": "vite"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tsconfig/svelte": "^5.0.2",
"svelte": "^4.2.8",
"vite": "^5.4.2"
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tsconfig/svelte": "^5.0.4",
"pathe": "^1.1.2",
"svelte": "^4.2.19",
"vite": "^5.4.11",
"vite-plugin-qrcode": "^0.2.3"
},
"dependencies": {
"storyblok-js-client": "file:.."
Expand Down
4 changes: 2 additions & 2 deletions playground/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"devDependencies": {
"typescript": "^5.4.5",
"vite": "^5.2.11",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-plugin-qrcode": "^0.2.3"
},
"dependencies": {
Expand Down
Loading

0 comments on commit e496881

Please sign in to comment.