Skip to content

Commit 9f506ad

Browse files
committed
upgrade the packages
1 parent 25574b6 commit 9f506ad

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

starters/remix-gql-tailwind/package.json

+37-37
Original file line numberDiff line numberDiff line change
@@ -42,44 +42,44 @@
4242
"workerDirectory": "public"
4343
},
4444
"dependencies": {
45-
"@remix-run/node": "1.12.0",
46-
"@remix-run/react": "1.12.0",
47-
"@remix-run/serve": "1.12.0",
48-
"cross-env": "7.0.3",
49-
"graphql": "^16.6.0",
50-
"graphql-request": "5.1.0",
51-
"react": "18.2.0",
52-
"react-dom": "18.2.0"
45+
"@remix-run/node": "^1.19.3",
46+
"@remix-run/react": "^1.19.3",
47+
"@remix-run/serve": "^1.19.3",
48+
"cross-env": "^7.0.3",
49+
"graphql": "^16.7.1",
50+
"graphql-request": "^6.1.0",
51+
"react": "^18.2.0",
52+
"react-dom": "^18.2.0"
5353
},
5454
"devDependencies": {
55-
"@mdx-js/preact": "2.3.0",
56-
"@remix-run/dev": "1.12.0",
57-
"@remix-run/eslint-config": "1.12.0",
58-
"@storybook/addon-actions": "6.5.16",
59-
"@storybook/addon-essentials": "6.5.16",
60-
"@storybook/addon-links": "6.5.16",
61-
"@storybook/addon-postcss": "2.0.0",
62-
"@storybook/react": "6.5.16",
63-
"@testing-library/jest-dom": "5.16.5",
64-
"@testing-library/react": "13.4.0",
65-
"@testing-library/user-event": "14.4.3",
66-
"@types/jest": "29.4.0",
67-
"@types/react": "18.0.28",
68-
"@types/react-dom": "18.0.10",
69-
"autoprefixer": "10.4.13",
70-
"concurrently": "7.6.0",
71-
"eslint": "8.34.0",
72-
"eslint-plugin-storybook": "0.6.10",
73-
"eslint-plugin-unused-imports": "2.0.0",
74-
"jest": "29.4.2",
75-
"jest-environment-jsdom": "^29.3.0",
76-
"postcss": "8.4.21",
77-
"postcss-cli": "10.1.0",
78-
"prettier": "2.8.4",
79-
"storybook-builder-vite": "0.1.18",
80-
"tailwindcss": "3.2.6",
81-
"ts-jest": "29.0.5",
82-
"typescript": "4.9.5",
83-
"vite": "3.2.5"
55+
"@mdx-js/preact": "^2.3.0",
56+
"@remix-run/dev": "^1.19.3",
57+
"@remix-run/eslint-config": "^1.19.3",
58+
"@storybook/addon-actions": "^7.2.3",
59+
"@storybook/addon-essentials": "^7.2.3",
60+
"@storybook/addon-links": "^7.2.3",
61+
"@storybook/addon-postcss": "^2.0.0",
62+
"@storybook/react": "^7.2.3",
63+
"@testing-library/jest-dom": "^6.0.0",
64+
"@testing-library/react": "^14.0.0",
65+
"@testing-library/user-event": "^14.4.3",
66+
"@types/jest": "^29.5.3",
67+
"@types/react": "^18.2.20",
68+
"@types/react-dom": "^18.2.7",
69+
"autoprefixer": "^10.4.15",
70+
"concurrently": "^8.2.0",
71+
"eslint": "^8.47.0",
72+
"eslint-plugin-storybook": "^0.6.13",
73+
"eslint-plugin-unused-imports": "^3.0.0",
74+
"jest": "^29.6.2",
75+
"jest-environment-jsdom": "^29.6.2",
76+
"postcss": "^8.4.27",
77+
"postcss-cli": "^10.1.0",
78+
"prettier": "^3.0.1",
79+
"storybook-builder-vite": "^0.1.23",
80+
"tailwindcss": "^3.3.3",
81+
"ts-jest": "^29.1.1",
82+
"typescript": "^5.1.6",
83+
"vite": "^4.4.9"
8484
}
8585
}

0 commit comments

Comments
 (0)