Skip to content

Commit

Permalink
chore: update faker to v9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Nov 3, 2024
1 parent 95ed7be commit 5a459f6
Show file tree
Hide file tree
Showing 6 changed files with 224 additions and 237 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
},
"devDependencies": {
"npm-run-all2": "~7.0.1",
"tsx": "~4.19.1",
"tsx": "~4.19.2",
"typescript": "~5.6.3"
},
"dependencies": {
"@faker-js/faker": "9.1.0"
"@faker-js/faker": "9.2.0"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"pnpm": {
"overrides-for-dev": {
"@faker-js/faker": "link:../faker"
Expand Down
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": "15.0.1",
"next": "15.0.2",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "22.8.1",
"@types/node": "22.8.7",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"cypress": "13.15.1",
"eslint": "9.13.0",
"eslint-config-next": "15.0.1"
"eslint": "9.14.0",
"eslint-config-next": "15.0.2"
}
}
2 changes: 1 addition & 1 deletion playgrounds/vite-cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"devDependencies": {
"@vitejs/plugin-vue": "~5.1.4",
"vite": "~5.4.10",
"vue-tsc": "~2.1.8"
"vue-tsc": "~2.1.10"
}
}
2 changes: 1 addition & 1 deletion playgrounds/vite-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"devDependencies": {
"@vitejs/plugin-vue": "~5.1.4",
"vite": "~5.4.10",
"vue-tsc": "~2.1.8"
"vue-tsc": "~2.1.10"
}
}
2 changes: 1 addition & 1 deletion playgrounds/webpack-cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "vue-cli-service build"
},
"dependencies": {
"core-js": "~3.38.1",
"core-js": "~3.39.0",
"vue": "~3.5.12"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 5a459f6

Please sign in to comment.