Skip to content

Commit

Permalink
Merge pull request #122 from storyblok/chore/update-deps-18-10-24
Browse files Browse the repository at this point in the history
chore: update deps
  • Loading branch information
alvarosabu authored Oct 18, 2024
2 parents b4f092e + 48c967e commit f14a87d
Show file tree
Hide file tree
Showing 6 changed files with 1,072 additions and 2,722 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@storyblok/richtext",
"type": "module",
"version": "2.1.0",
"packageManager": "pnpm@9.1.4",
"packageManager": "pnpm@9.12.2",
"description": "Storyblok RichText Resolver",
"author": "Alvaro Saburido <[email protected]> (https://github.com/alvarosabu/)",
"license": "MIT",
Expand Down Expand Up @@ -55,29 +55,29 @@
"release:dry": "release-it --dry-run"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@storyblok/eslint-config": "^0.3.0",
"@storyblok/vue": "^8.0.8",
"@storyblok/vue": "^8.1.4",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitest/coverage-v8": "^2.0.4",
"@vitest/ui": "^2.0.4",
"eslint": "^8.57.0",
"@vitest/coverage-v8": "^2.1.3",
"@vitest/ui": "^2.1.3",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.27.0",
"eslint-plugin-vue": "^9.29.0",
"kolorist": "^1.8.0",
"lint-staged": "^15.2.7",
"lint-staged": "^15.2.10",
"pathe": "^1.1.2",
"prettier": "^3.3.3",
"release-it": "^17.6.0",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"release-it": "^17.10.0",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite-plugin-banner": "^0.8.0",
"vite-plugin-dts": "4.2.4",
"vite-plugin-inspect": "^0.8.5",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-qrcode": "^0.2.3",
"vitest": "^2.0.4",
"vue": "^3.4.34"
"vitest": "^2.1.3",
"vue": "^3.5.12"
},
"commitlint": {
"extends": [
Expand Down
24 changes: 12 additions & 12 deletions playground/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
"preview": "vite preview"
},
"dependencies": {
"@storyblok/react": "^3.0.9",
"@storyblok/react": "^3.0.15",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.2.2",
"vite": "^5.1.6"
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"@vitejs/plugin-react-swc": "^3.7.1",
"eslint": "^9.12.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.12",
"typescript": "^5.6.3",
"vite": "^5.4.9"
}
}
6 changes: 3 additions & 3 deletions playground/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
},
"dependencies": {
"@storyblok/richtext": "workspace:^",
"storyblok-js-client": "^6.7.3"
"storyblok-js-client": "^6.10.1"
},
"devDependencies": {
"typescript": "^5.4.5",
"vite": "^5.2.11",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite-plugin-qrcode": "^0.2.3"
}
}
12 changes: 6 additions & 6 deletions playground/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
},
"dependencies": {
"@storyblok/richtext": "workspace:^",
"@storyblok/vue": "^8.0.7",
"@storyblok/vue": "^8.1.4",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"vue-router": "^4.4.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"typescript": "^5.2.2",
"vite": "^5.1.6",
"vue-tsc": "^1.8.27"
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vue-tsc": "^2.1.6"
}
}
Loading

0 comments on commit f14a87d

Please sign in to comment.