diff --git a/starters/remix-gql-tailwind/package.json b/starters/remix-gql-tailwind/package.json index fbf9effbd..414601517 100644 --- a/starters/remix-gql-tailwind/package.json +++ b/starters/remix-gql-tailwind/package.json @@ -42,44 +42,44 @@ "workerDirectory": "public" }, "dependencies": { - "@remix-run/node": "1.12.0", - "@remix-run/react": "1.12.0", - "@remix-run/serve": "1.12.0", - "cross-env": "7.0.3", - "graphql": "^16.6.0", - "graphql-request": "5.1.0", - "react": "18.2.0", - "react-dom": "18.2.0" + "@remix-run/node": "^1.19.3", + "@remix-run/react": "^1.19.3", + "@remix-run/serve": "^1.19.3", + "cross-env": "^7.0.3", + "graphql": "^16.7.1", + "graphql-request": "^6.1.0", + "react": "^18.2.0", + "react-dom": "^18.2.0" }, "devDependencies": { - "@mdx-js/preact": "2.3.0", - "@remix-run/dev": "1.12.0", - "@remix-run/eslint-config": "1.12.0", - "@storybook/addon-actions": "6.5.16", - "@storybook/addon-essentials": "6.5.16", - "@storybook/addon-links": "6.5.16", - "@storybook/addon-postcss": "2.0.0", - "@storybook/react": "6.5.16", - "@testing-library/jest-dom": "5.16.5", - "@testing-library/react": "13.4.0", - "@testing-library/user-event": "14.4.3", - "@types/jest": "29.4.0", - "@types/react": "18.0.28", - "@types/react-dom": "18.0.10", - "autoprefixer": "10.4.13", - "concurrently": "7.6.0", - "eslint": "8.34.0", - "eslint-plugin-storybook": "0.6.10", - "eslint-plugin-unused-imports": "2.0.0", - "jest": "29.4.2", - "jest-environment-jsdom": "^29.3.0", - "postcss": "8.4.21", - "postcss-cli": "10.1.0", - "prettier": "2.8.4", - "storybook-builder-vite": "0.1.18", - "tailwindcss": "3.2.6", - "ts-jest": "29.0.5", - "typescript": "4.9.5", - "vite": "3.2.5" + "@mdx-js/preact": "^2.3.0", + "@remix-run/dev": "^1.19.3", + "@remix-run/eslint-config": "^1.19.3", + "@storybook/addon-actions": "^7.2.3", + "@storybook/addon-essentials": "^7.2.3", + "@storybook/addon-links": "^7.2.3", + "@storybook/addon-postcss": "^2.0.0", + "@storybook/react": "^7.2.3", + "@testing-library/jest-dom": "^6.0.0", + "@testing-library/react": "^14.0.0", + "@testing-library/user-event": "^14.4.3", + "@types/jest": "^29.5.3", + "@types/react": "^18.2.20", + "@types/react-dom": "^18.2.7", + "autoprefixer": "^10.4.15", + "concurrently": "^8.2.0", + "eslint": "^8.47.0", + "eslint-plugin-storybook": "^0.6.13", + "eslint-plugin-unused-imports": "^3.0.0", + "jest": "^29.6.2", + "jest-environment-jsdom": "^29.6.2", + "postcss": "^8.4.27", + "postcss-cli": "^10.1.0", + "prettier": "^3.0.1", + "storybook-builder-vite": "^0.1.23", + "tailwindcss": "^3.3.3", + "ts-jest": "^29.1.1", + "typescript": "^5.1.6", + "vite": "^4.4.9" } }