Skip to content

Commit

Permalink
chore: update to fakerjs 9.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Aug 20, 2024
1 parent 03eb6b9 commit 8286cbf
Show file tree
Hide file tree
Showing 7 changed files with 1,309 additions and 631 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.16.2",
"typescript": "~5.5.3"
"tsx": "~4.17.0",
"typescript": "~5.5.4"
},
"dependencies": {
"@faker-js/faker": "9.0.0-rc.0"
"@faker-js/faker": "9.0.0-rc.1"
},
"packageManager": "pnpm@8.15.8",
"packageManager": "pnpm@8.15.9",
"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.3.1"
"vite": "~5.4.1"
}
}
4 changes: 2 additions & 2 deletions playgrounds/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "20.14.10",
"@types/node": "22.4.1",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"cypress": "13.13.0",
"cypress": "13.13.3",
"eslint": "8.57.0",
"eslint-config-next": "14.2.5"
}
Expand Down
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.31"
"vue": "~3.4.38"
},
"devDependencies": {
"@vitejs/plugin-vue": "~5.0.5",
"vite": "~5.3.3",
"vue-tsc": "~2.0.26"
"@vitejs/plugin-vue": "~5.1.2",
"vite": "~5.4.1",
"vue-tsc": "~2.0.29"
}
}
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.31"
"vue": "~3.4.38"
},
"devDependencies": {
"@vitejs/plugin-vue": "~5.0.5",
"vite": "~5.3.3",
"vue-tsc": "~2.0.26"
"@vitejs/plugin-vue": "~5.1.2",
"vite": "~5.4.1",
"vue-tsc": "~2.0.29"
}
}
6 changes: 3 additions & 3 deletions playgrounds/webpack-cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"build": "vue-cli-service build"
},
"dependencies": {
"core-js": "~3.37.1",
"vue": "~3.4.31"
"core-js": "~3.38.1",
"vue": "~3.4.38"
},
"devDependencies": {
"@babel/core": "~7.24.7",
"@babel/core": "~7.25.2",
"@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 8286cbf

Please sign in to comment.