Skip to content

Commit 9acc25b

Browse files
chore: update major dependencies (#3178)
1 parent a8f782c commit 9acc25b

File tree

6 files changed

+266
-67
lines changed

6 files changed

+266
-67
lines changed

apps/test/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@tailwindcss/typography": "^0.5.13",
3939
"@types/react": "^18.0.28",
4040
"@types/react-dom": "^18.0.11",
41-
"@vitejs/plugin-react": "^4.0.0-beta.0",
41+
"@vitejs/plugin-react": "^4.3.0",
4242
"autoprefixer": "^10.4.19",
4343
"chokidar-cli": "^3.0.0",
4444
"concurrently": "^8.2.2",

packages/config/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@typescript-eslint/eslint-plugin": "^6.0.0",
1414
"@typescript-eslint/parser": "^6.0.0",
15-
"@vue-storefront/eslint-config": "^2.0.0-rc.7",
15+
"@vue-storefront/eslint-config": "^3.0.0",
1616
"@vue/eslint-config-standard": "^8.0.1",
1717
"eslint": "^8.34.0",
1818
"eslint-config-airbnb": "^19.0.4",

packages/sfui/frameworks/react/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "2.6.3",
44
"license": "MIT",
55
"sideEffects": false,
6+
"type": "module",
67
"exports": {
78
".": {
89
"types": "./dist/index.d.ts",
@@ -53,7 +54,7 @@
5354
"devDependencies": {
5455
"@storefront-ui/eslint-config": "workspace:*",
5556
"@storefront-ui/tests-shared": "workspace:*",
56-
"@vitejs/plugin-react": "^3.1.0",
57+
"@vitejs/plugin-react": "^4.3.0",
5758
"concurrently": "^8.2.0",
5859
"eslint": "^8.34.0",
5960
"prettier": "^3.0.0",

packages/sfui/frameworks/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"devDependencies": {
5252
"@storefront-ui/eslint-config": "workspace:*",
5353
"@storefront-ui/tests-shared": "workspace:*",
54-
"@vitejs/plugin-vue": "^4.0.0",
54+
"@vitejs/plugin-vue": "^5.0.4",
5555
"concurrently": "^8.2.2",
5656
"eslint": "^8.34.0",
5757
"prettier": "^3.0.0",

0 commit comments

Comments
 (0)