Skip to content

Commit

Permalink
chore: update to fakerjs 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Sep 4, 2024
1 parent 8286cbf commit 9cedb68
Show file tree
Hide file tree
Showing 7 changed files with 7,041 additions and 6,404 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.17.0",
"tsx": "~4.19.0",
"typescript": "~5.5.4"
},
"dependencies": {
"@faker-js/faker": "9.0.0-rc.1"
"@faker-js/faker": "9.0.0"
},
"packageManager": "pnpm@8.15.9",
"packageManager": "pnpm@9.9.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.1"
"vite": "~5.4.3"
}
}
8 changes: 4 additions & 4 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.5",
"next": "14.2.7",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "22.4.1",
"@types/node": "22.4.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"cypress": "13.13.3",
"cypress": "13.14.1",
"eslint": "8.57.0",
"eslint-config-next": "14.2.5"
"eslint-config-next": "14.2.7"
}
}
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.38"
"vue": "~3.5.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "~5.1.2",
"vite": "~5.4.1",
"vue-tsc": "~2.0.29"
"@vitejs/plugin-vue": "~5.1.3",
"vite": "~5.4.3",
"vue-tsc": "~2.1.4"
}
}
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.38"
"vue": "~3.5.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "~5.1.2",
"vite": "~5.4.1",
"vue-tsc": "~2.0.29"
"@vitejs/plugin-vue": "~5.1.3",
"vite": "~5.4.3",
"vue-tsc": "~2.1.4"
}
}
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.4.38"
"vue": "~3.5.1"
},
"devDependencies": {
"@babel/core": "~7.25.2",
Expand Down
Loading

0 comments on commit 9cedb68

Please sign in to comment.