Skip to content

Commit

Permalink
Merge branch 'development' into v2-translate
Browse files Browse the repository at this point in the history
  • Loading branch information
Zasa-san authored Apr 12, 2024
2 parents fe426e7 + fdbb93d commit 2530799
Show file tree
Hide file tree
Showing 4 changed files with 612 additions and 1,008 deletions.
4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
---
name: "Feature request"
name: 'Feature request'
about: Suggest an idea for this project
title: ''
labels: Feature
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
Expand Down
3 changes: 2 additions & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ module.exports = {
'@storybook/addon-interactions',
'@storybook/addon-viewport',
'@storybook/addon-actions',
'@storybook/addon-webpack5-compiler-babel'
'@storybook/addon-webpack5-compiler-babel',
'@chromatic-com/storybook'
],
framework: {
name: '@storybook/react-webpack5',
Expand Down
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,15 +268,16 @@
"@babel/register": "^7.23.7",
"@babel/traverse": "^7.24.1",
"@cfaester/enzyme-adapter-react-18": "^0.7.1",
"@chromatic-com/storybook": "^1",
"@cypress/react18": "^2.0.0",
"@storybook/addon-actions": "^8.0.2",
"@storybook/addon-essentials": "^8.0.2",
"@storybook/addon-interactions": "^8.0.2",
"@storybook/addon-links": "^8.0.2",
"@storybook/addon-viewport": "^8.0.2",
"@storybook/addon-actions": "^8.0.8",
"@storybook/addon-essentials": "^8.0.8",
"@storybook/addon-interactions": "^8.0.8",
"@storybook/addon-links": "^8.0.8",
"@storybook/addon-viewport": "^8.0.8",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/react": "^8.0.2",
"@storybook/react-webpack5": "^8.0.2",
"@storybook/react": "^8.0.8",
"@storybook/react-webpack5": "^8.0.8",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.2",
Expand All @@ -291,7 +292,7 @@
"@types/express-session": "1.17.5",
"@types/google.maps": "^3.48.2",
"@types/immutable": "^3.8.7",
"@types/jest": "29.0.0",
"@types/jest": "29.5.12",
"@types/jest-environment-puppeteer": "5.0.2",
"@types/jest-image-snapshot": "^6.4.0",
"@types/leaflet": "^1.7.9",
Expand Down Expand Up @@ -355,7 +356,7 @@
"flowbite-typography": "^1.0.3",
"html-webpack-plugin": "5.6.0",
"identity-obj-proxy": "^3.0.0",
"jest": "29.0.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-extended": "4.0.2",
"jest-image-snapshot": "^6.4.0",
Expand All @@ -375,7 +376,7 @@
"sass": "^1.74.1",
"sass-loader": "14.1.0",
"sharp": "^0.33.2",
"storybook": "^8.0.2",
"storybook": "^8.0.8",
"stream-mock": "^2.0.5",
"supertest": "6.3.3",
"svg-inline-loader": "^0.8.2",
Expand Down
Loading

0 comments on commit 2530799

Please sign in to comment.