Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump dev dependencies to latest #39

Merged
merged 1 commit into from
Nov 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .yarn/install-state.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"test": "lerna run test"
},
"devDependencies": {
"@versini/dev-dependencies-client": "1.1.2"
"@versini/dev-dependencies-client": "1.2.1"
},
"resolutions": {
"prettier": "3.0.3"
"prettier": ">=3.0.3"
},
"packageManager": "[email protected]"
}
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5225,15 +5225,15 @@ __metadata:
languageName: node
linkType: hard

"@versini/dev-dependencies-client@npm:1.1.2":
version: 1.1.2
resolution: "@versini/dev-dependencies-client@npm:1.1.2"
"@versini/dev-dependencies-client@npm:1.2.1":
version: 1.2.1
resolution: "@versini/dev-dependencies-client@npm:1.2.1"
dependencies:
"@testing-library/dom": "npm:9.3.3"
"@testing-library/jest-dom": "npm:6.1.4"
"@testing-library/react": "npm:14.1.0"
"@testing-library/user-event": "npm:14.5.1"
"@versini/dev-dependencies-common": "npm:>=1.0.1"
"@versini/dev-dependencies-common": "npm:1.1.1"
"@vitejs/plugin-react-swc": "npm:3.4.1"
"@vitest/coverage-v8": "npm:0.34.6"
"@vitest/ui": "npm:0.34.6"
Expand All @@ -5245,13 +5245,13 @@ __metadata:
vite-plugin-dts: "npm:3.6.3"
vite-plugin-lib-inject-css: "npm:1.3.0"
vitest: "npm:0.34.6"
checksum: c457a739b46ff52976a047d329c4b2983725ecc2fbf16b178dac4ebb047ea20b2351e9ac1c048afceeeb1decee546e326bc60cc4fe6b78b1fa0282bb2798f57d
checksum: 3dc93c0502af60676d1a7987cccb47eed36cea092e5dad90705164f115933bba53cfe709bc0fcd44e7a9392b5f867beae4b8e2d34306b17176501c1dc242ff14
languageName: node
linkType: hard

"@versini/dev-dependencies-common@npm:>=1.0.1":
version: 1.0.1
resolution: "@versini/dev-dependencies-common@npm:1.0.1"
"@versini/dev-dependencies-common@npm:1.1.1":
version: 1.1.1
resolution: "@versini/dev-dependencies-common@npm:1.1.1"
dependencies:
"@types/fs-extra": "npm:11.0.4"
"@types/jest": "npm:29.5.8"
Expand Down Expand Up @@ -5282,11 +5282,11 @@ __metadata:
lint-staged: "npm:15.1.0"
nodemon: "npm:3.0.1"
npm-run-all: "npm:4.1.5"
prettier: "npm:3.0.3"
prettier: "npm:3.1.0"
rimraf: "npm:5.0.5"
tsup: "npm:7.2.0"
typescript: "npm:5.2.2"
checksum: a128f73289571c50139f88369d437e61a1994819b45b982b92a0fc15fc6054ef65c9b642af6826853651127e0d455d47ef37f386a8ee037e1b880d1343584688
checksum: b4c28e953236c2e46f499f8e58cf28527d90d8d43d536b223712676116d3f7a6bf7bfcf4474ab4f04982b6663e890f3d34df0e07197ae16c28e3079e4dd96825
languageName: node
linkType: hard

Expand Down Expand Up @@ -13000,12 +13000,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:3.0.3":
version: 3.0.3
resolution: "prettier@npm:3.0.3"
"prettier@npm:>=3.0.3":
version: 3.1.0
resolution: "prettier@npm:3.1.0"
bin:
prettier: bin/prettier.cjs
checksum: f950887bc03c5b970d8c6dd129364acfbbc61e7b46aec5d5ce17f4adf6404e2ef43072c98b51c4786e0eaca949b307d362a773fd47502862d754b5a328fa2b26
checksum: a45ea70aa97fde162ea4c4aba3dfc7859aa6a732a1db34458d9535dc3c2c16d3bc3fb5689e6cd76aa835562555303b02d9449fd2e15af3b73c8053557e25c5b6
languageName: node
linkType: hard

Expand Down Expand Up @@ -13986,7 +13986,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "root@workspace:."
dependencies:
"@versini/dev-dependencies-client": "npm:1.1.2"
"@versini/dev-dependencies-client": "npm:1.2.1"
languageName: unknown
linkType: soft

Expand Down
Loading