0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Released comments-ui v0.13.0

This commit is contained in:
Simon Backx 2023-08-24 10:46:44 +02:00 committed by Simon Backx
parent e9703f6a15
commit 7a7c11c7ec

View file

@ -1,6 +1,6 @@
{ {
"name": "@tryghost/comments-ui", "name": "@tryghost/comments-ui",
"version": "0.12.4", "version": "0.13.0",
"license": "MIT", "license": "MIT",
"repository": "git@github.com:TryGhost/comments-ui.git", "repository": "git@github.com:TryGhost/comments-ui.git",
"author": "Ghost Foundation", "author": "Ghost Foundation",
@ -63,11 +63,13 @@
"@testing-library/jest-dom": "5.16.5", "@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5", "@testing-library/react": "12.1.5",
"@testing-library/user-event": "14.4.3", "@testing-library/user-event": "14.4.3",
"@tryghost/i18n": "0.0.0",
"@vitejs/plugin-react": "4.0.4", "@vitejs/plugin-react": "4.0.4",
"@vitest/coverage-v8": "0.33.0", "@vitest/coverage-v8": "0.33.0",
"autoprefixer": "10.4.15", "autoprefixer": "10.4.15",
"bson-objectid": "2.0.4", "bson-objectid": "2.0.4",
"concurrently": "8.2.1", "concurrently": "8.2.1",
"eslint-plugin-i18next": "6.0.3",
"eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.3", "eslint-plugin-react-refresh": "0.4.3",
"eslint-plugin-tailwindcss": "3.13.0", "eslint-plugin-tailwindcss": "3.13.0",
@ -77,8 +79,6 @@
"vite": "4.4.9", "vite": "4.4.9",
"vite-plugin-css-injected-by-js": "3.3.0", "vite-plugin-css-injected-by-js": "3.3.0",
"vite-plugin-svgr": "3.2.0", "vite-plugin-svgr": "3.2.0",
"vitest": "0.34.2", "vitest": "0.34.2"
"@tryghost/i18n": "0.0.0",
"eslint-plugin-i18next": "6.0.3"
} }
} }