Skip to content

Commit

Permalink
Merge branch 'main' into feat/SHAPE-8085-field-plugin-sdk-ai-prompt-n…
Browse files Browse the repository at this point in the history
…ew-action
  • Loading branch information
demetriusfeijoo authored Jan 3, 2025
2 parents d5b1a16 + d4be70c commit 86b8431
Show file tree
Hide file tree
Showing 16 changed files with 837 additions and 449 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,25 +49,25 @@
"bump-version": "./scripts/bump-version.ts"
},
"devDependencies": {
"@eslint/js": "9.11.1",
"@eslint/js": "9.16.0",
"@storyblok/mui": "0.2.0",
"@types/node": "18.19.54",
"@types/node": "18.19.67",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-react": "7.37.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.12",
"eslint-plugin-vue": "9.28.0",
"globals": "15.9.0",
"eslint-plugin-react-refresh": "0.4.16",
"eslint-plugin-vue": "9.32.0",
"globals": "15.13.0",
"kleur": "4.1.5",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"prompts": "2.4.2",
"semver": "7.6.3",
"tsx": "3.14.0",
"turbo": "2.1.3",
"typescript": "5.6.2",
"typescript-eslint": "8.8.0",
"vite": "5.4.8",
"turbo": "2.3.3",
"typescript": "5.7.2",
"typescript-eslint": "8.17.0",
"vite": "5.4.11",
"vite-plugin-dts": "1.7.3",
"vue-eslint-parser": "9.4.3",
"zx": "7.2.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
},
"dependencies": {
"commander": "^9.5.0",
"dotenv": "^16.4.4",
"dotenv": "^16.4.7",
"execa": "^6.1.0",
"fs-extra": "^11.1.0",
"kleur": "^4.1.5",
"node-fetch": "^3.3.0",
"ora": "6.3.1",
"prompts": "^2.4.2",
"vite": "5.4.8",
"vite": "5.4.11",
"walkdir": "^0.4.1"
},
"devDependencies": {
Expand All @@ -43,6 +43,6 @@
"@types/fs-extra": "11.0.4",
"@types/prompts": "2.4.9",
"temp-dir": "3.0.0",
"vitest": "2.1.1"
"vitest": "2.1.8"
}
}
2 changes: 1 addition & 1 deletion packages/cli/templates/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@storyblok/field-plugin": "1.4.2"
},
"devDependencies": {
"vite": "5.4.8",
"vite": "5.4.11",
"vite-plugin-css-injected-by-js": "2.4.0"
}
}
8 changes: 4 additions & 4 deletions packages/cli/templates/monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"format": "prettier . --write"
},
"devDependencies": {
"@types/node": "18.19.54",
"@types/node": "18.19.67",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.57.1",
"eslint-plugin-prettier": "5.2.1",
"prettier": "3.3.3",
"typescript": "5.6.2",
"vite": "5.4.8"
"prettier": "3.4.2",
"typescript": "5.7.2",
"vite": "5.4.11"
}
}
18 changes: 9 additions & 9 deletions packages/cli/templates/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@eslint/js": "^9.11.1",
"@testing-library/jest-dom": "6.5.0",
"@eslint/js": "^9.16.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "14.3.1",
"@testing-library/user-event": "14.5.2",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.1.0",
"@vitest/ui": "2.1.1",
"@vitest/ui": "2.1.8",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.13.0",
"jsdom": "22.1.0",
"typescript": "5.6.2",
"typescript-eslint": "^8.8.0",
"vite": "5.4.8",
"typescript": "5.7.2",
"typescript-eslint": "^8.17.0",
"vite": "5.4.11",
"vite-plugin-css-injected-by-js": "3.1.0",
"vitest": "2.1.1"
"vitest": "2.1.8"
}
}
6 changes: 3 additions & 3 deletions packages/cli/templates/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"devDependencies": {
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-replace": "5.0.7",
"@vitejs/plugin-vue2": "2.3.1",
"@vitejs/plugin-vue2": "2.3.3",
"rollup": "3.29.5",
"typescript": "5.6.2",
"vite": "5.4.8",
"typescript": "5.7.2",
"vite": "5.4.11",
"vite-plugin-css-injected-by-js": "2.4.0"
}
}
10 changes: 5 additions & 5 deletions packages/cli/templates/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"vue": "^3.2.47"
},
"devDependencies": {
"@testing-library/jest-dom": "6.5.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/user-event": "14.5.2",
"@testing-library/vue": "8.1.0",
"@vitejs/plugin-vue": "^4.6.2",
"@vitest/ui": "2.1.1",
"@vitest/ui": "2.1.8",
"jsdom": "23.0.1",
"typescript": "5.6.2",
"vite": "5.4.8",
"typescript": "5.7.2",
"vite": "5.4.11",
"vite-plugin-css-injected-by-js": "3.1.0",
"vitest": "2.1.1",
"vitest": "2.1.8",
"vue-tsc": "2.1.6"
}
}
8 changes: 4 additions & 4 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"check:types": "tsc --noEmit"
},
"dependencies": {
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@emotion/react": "11.13.5",
"@emotion/styled": "11.13.5",
"@fontsource/roboto": "4.5.8",
"@mui/material": "5.16.7",
"@mui/material": "5.16.9",
"@storyblok/field-plugin": "workspace:*",
"@storyblok/mui": "0.2.0",
"react": "18.3.1",
Expand All @@ -21,6 +21,6 @@
"devDependencies": {
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^3.0.0",
"vite": "5.4.8"
"vite": "5.4.11"
}
}
10 changes: 5 additions & 5 deletions packages/field-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
},
"devDependencies": {
"@types/core-js": "2.5.8",
"@types/node": "18.19.54",
"core-js": "3.38.1",
"@types/node": "18.19.67",
"core-js": "3.39.0",
"execa": "8.0.1",
"jsdom": "25.0.0",
"typescript": "5.6.2",
"typescript": "5.7.2",
"unbuild": "2.0.0",
"vite": "5.4.8",
"vite": "5.4.11",
"vite-plugin-dts": "4.2.1",
"vitest": "2.1.1"
"vitest": "2.1.8"
}
}
2 changes: 1 addition & 1 deletion packages/lib-helpers/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"@types/react": "^18.3.10",
"@types/react-dom": "^18.2.19",
"typescript": "5.6.2"
"typescript": "5.7.2"
}
}
4 changes: 2 additions & 2 deletions packages/lib-helpers/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"version": "0.0.0",
"type": "module",
"devDependencies": {
"typescript": "5.6.2"
"typescript": "5.7.2"
},
"dependencies": {
"@storyblok/field-plugin": "workspace:*",
"vitest": "2.1.1"
"vitest": "2.1.8"
}
}
2 changes: 1 addition & 1 deletion packages/lib-helpers/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
},
"devDependencies": {
"@storyblok/manifest-helper": "workspace:*",
"typescript": "5.6.2"
"typescript": "5.7.2"
}
}
4 changes: 2 additions & 2 deletions packages/lib-helpers/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"type": "module",
"dependencies": {
"@storyblok/field-plugin": "workspace:*",
"prettier": "3.3.3",
"prettier": "3.4.2",
"vue": "^3.3.4"
},
"devDependencies": {
"typescript": "5.6.2"
"typescript": "5.7.2"
}
}
4 changes: 2 additions & 2 deletions packages/manifest-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"unbuild": "2.0.0",
"vite": "5.4.8",
"vitest": "2.1.1"
"vite": "5.4.11",
"vitest": "2.1.8"
}
}
14 changes: 7 additions & 7 deletions packages/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@
"check:types": "tsc --noEmit"
},
"dependencies": {
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@emotion/react": "11.13.5",
"@emotion/styled": "11.13.5",
"@fontsource/roboto": "4.5.8",
"@mui/material": "5.16.7",
"@mui/material": "5.16.9",
"@storyblok/field-plugin": "workspace:*",
"@storyblok/mui": "0.2.0",
"highlight.js": "11.10.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "^6.22.1",
"react-router-dom": "^6.28.0",
"use-debounce": "^9.0.3",
"use-query-params": "^2.2.1",
"usehooks-ts": "2.16.0"
},
"devDependencies": {
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^3.0.0",
"sass": "^1.79.4",
"typescript": "5.6.2",
"vite": "5.4.8"
"sass": "^1.82.0",
"typescript": "5.7.2",
"vite": "5.4.11"
}
}
Loading

0 comments on commit 86b8431

Please sign in to comment.