Skip to content

Commit

Permalink
chore: update to fakerjs 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Sep 14, 2024
1 parent 0370bfc commit f4238e0
Show file tree
Hide file tree
Showing 8 changed files with 743 additions and 684 deletions.
8 changes: 4 additions & 4 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.19.0",
"typescript": "~5.5.4"
"tsx": "~4.19.1",
"typescript": "~5.6.2"
},
"dependencies": {
"@faker-js/faker": "9.0.0"
"@faker-js/faker": "9.0.1"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.10.0",
"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.4.3"
"vite": "~5.4.5"
}
}
2 changes: 1 addition & 1 deletion playgrounds/nextjs/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
10 changes: 5 additions & 5 deletions playgrounds/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"test": "cypress install && cypress run"
},
"dependencies": {
"next": "14.2.7",
"next": "14.2.11",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "22.4.2",
"@types/react": "18.3.3",
"@types/node": "22.5.5",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"cypress": "13.14.1",
"cypress": "13.14.2",
"eslint": "8.57.0",
"eslint-config-next": "14.2.7"
"eslint-config-next": "14.2.11"
}
}
6 changes: 3 additions & 3 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.5.1"
"vue": "~3.5.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "~5.1.3",
"vite": "~5.4.3",
"vue-tsc": "~2.1.4"
"vite": "~5.4.5",
"vue-tsc": "~2.1.6"
}
}
6 changes: 3 additions & 3 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.5.1"
"vue": "~3.5.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "~5.1.3",
"vite": "~5.4.3",
"vue-tsc": "~2.1.4"
"vite": "~5.4.5",
"vue-tsc": "~2.1.6"
}
}
2 changes: 1 addition & 1 deletion playgrounds/webpack-cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"core-js": "~3.38.1",
"vue": "~3.5.1"
"vue": "~3.5.5"
},
"devDependencies": {
"@babel/core": "~7.25.2",
Expand Down
Loading

0 comments on commit f4238e0

Please sign in to comment.