Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Jun 22, 2024
1 parent ac8018a commit 3087c5a
Show file tree
Hide file tree
Showing 7 changed files with 6,162 additions and 7,216 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"build": "pnpm -r --workspace-concurrency 1 --filter=./playgrounds/* build"
},
"devDependencies": {
"tsx": "~4.10.5",
"typescript": "~5.4.5"
"tsx": "~4.15.7",
"typescript": "~5.5.2"
},
"dependencies": {
"@faker-js/faker": "9.0.0-alpha.0"
},
"packageManager": "pnpm@8.15.1",
"packageManager": "pnpm@8.15.8",
"pnpm": {
"overrides-for-dev": {
"@faker-js/faker": "link:../faker"
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"serve": "vite"
},
"devDependencies": {
"vite": "~5.2.11"
"vite": "~5.3.1"
}
}
8 changes: 4 additions & 4 deletions playgrounds/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "20.12.12",
"@types/react": "18.3.2",
"@types/node": "20.14.8",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"cypress": "13.9.0",
"cypress": "13.12.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3"
"eslint-config-next": "14.2.4"
}
}
8 changes: 4 additions & 4 deletions playgrounds/vite-cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "~3.4.27"
"vue": "~3.4.30"
},
"devDependencies": {
"@vitejs/plugin-vue": "~5.0.4",
"vite": "~5.2.11",
"vue-tsc": "~2.0.19"
"@vitejs/plugin-vue": "~5.0.5",
"vite": "~5.3.1",
"vue-tsc": "~2.0.22"
}
}
8 changes: 4 additions & 4 deletions playgrounds/vite-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "~3.4.27"
"vue": "~3.4.30"
},
"devDependencies": {
"@vitejs/plugin-vue": "~5.0.4",
"vite": "~5.2.11",
"vue-tsc": "~2.0.19"
"@vitejs/plugin-vue": "~5.0.5",
"vite": "~5.3.1",
"vue-tsc": "~2.0.22"
}
}
4 changes: 2 additions & 2 deletions playgrounds/webpack-cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
},
"dependencies": {
"core-js": "~3.37.1",
"vue": "~3.4.27"
"vue": "~3.4.30"
},
"devDependencies": {
"@babel/core": "~7.24.5",
"@babel/core": "~7.24.7",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-service": "~5.0.8"
Expand Down
Loading

0 comments on commit 3087c5a

Please sign in to comment.