Skip to content

Commit

Permalink
chore: bump (dev)Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jan 4, 2024
1 parent cf63c14 commit d9d24a1
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 73 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
],
"packageManager": "[email protected]",
"scripts": {
"build": "concurrently 'yarn:build:*'",
"build": "concurrently -r 'yarn:build:*'",
"build:r": "r -f cjs",
"build:tsc": "tsc -b",
"clean": "rimraf -g 'packages/**/{lib,*.tsbuildinfo}'",
"dev": "vitest",
"docs": "vite docs",
"lint": "concurrently 'yarn:lint:*'",
"lint": "concurrently -r 'yarn:lint:*'",
"lint:es": "eslint . --cache -f friendly",
"lint:style": "stylelint . --cache",
"lint:tsc": "tsc --noEmit",
Expand All @@ -37,12 +37,12 @@
"@commitlint/cli": "^18.4.3",
"@mdx-js/rollup": "^3.0.0",
"@pkgr/rollup": "^5.0.0",
"@types/node": "^20.10.5",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/web": "^0.0.131",
"@types/web": "^0.0.134",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/coverage-istanbul": "^1.1.0",
"@vitest/coverage-istanbul": "^1.1.1",
"concurrently": "^8.2.2",
"eslint": "^8.56.0",
"github-markdown-css": "^5.5.0",
Expand All @@ -53,7 +53,7 @@
"react-router-dom": "^6.21.1",
"remark-gfm": "^4.0.0",
"rimraf": "^5.0.5",
"sass": "^1.69.6",
"sass": "^1.69.7",
"simple-git-hooks": "^2.9.0",
"sirv-cli": "^2.0.2",
"stylelint": "^16.1.0",
Expand All @@ -62,7 +62,7 @@
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.3",
"vite": "^5.0.10",
"vitest": "^1.1.0"
"vitest": "^1.1.1"
},
"browserslist": [
"extends @1stg/browserslist-config/modern"
Expand Down
125 changes: 59 additions & 66 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4644,12 +4644,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^20.10.5":
version: 20.10.5
resolution: "@types/node@npm:20.10.5"
"@types/node@npm:*, @types/node@npm:^20.10.6":
version: 20.10.6
resolution: "@types/node@npm:20.10.6"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 4a378428d2c9f692b19801a5a3d20dc4c0ad5d4a3d103350f8b401af439941a9aa5efeadc8eb9db13c66c620318bc7f336abfc8934f82fd32c4a689d85068c6f
checksum: 08471220d3cbbb6669835c4b78541edf5eface8f2c2e36c550cfa4ff73da73071c90e200a06359fac25d6564127597c23e178128058fb676824ec23d5178a017
languageName: node
linkType: hard

Expand Down Expand Up @@ -4768,10 +4768,10 @@ __metadata:
languageName: node
linkType: hard

"@types/web@npm:^0.0.131":
version: 0.0.131
resolution: "@types/web@npm:0.0.131"
checksum: a85194559d18272b173545504642229497ad20d57894ba20bf3c71df8ece9f98f643c2eed5bb5afe069193413386eb36996f2aa883e7675806b305b1a6f9d616
"@types/web@npm:^0.0.134":
version: 0.0.134
resolution: "@types/web@npm:0.0.134"
checksum: 2c1edb6f164c76ebb2615561a1fe571d5a8741501f13f97db9c1517f427e8956df73172760f7f1570a96fa35389048a4425258f76c9f6fbb2a18d2e21a510792
languageName: node
linkType: hard

Expand Down Expand Up @@ -5065,9 +5065,9 @@ __metadata:
languageName: node
linkType: hard

"@vitest/coverage-istanbul@npm:^1.1.0":
version: 1.1.0
resolution: "@vitest/coverage-istanbul@npm:1.1.0"
"@vitest/coverage-istanbul@npm:^1.1.1":
version: 1.1.1
resolution: "@vitest/coverage-istanbul@npm:1.1.1"
dependencies:
debug: "npm:^4.3.4"
istanbul-lib-coverage: "npm:^3.2.2"
Expand All @@ -5080,60 +5080,60 @@ __metadata:
test-exclude: "npm:^6.0.0"
peerDependencies:
vitest: ^1.0.0
checksum: 145a5ba5d283215e27f78265efaa36eda722e8373d7bce8684ec88de0176b7ce6836b6b41d6d42a60c4f8be219e088535f223da5136ce3309d15bd635f5768fa
checksum: daa61319f55c4510cd2069cf2a9357a2a6d1d03a8173551eb92afc815dbf5060cc2f93b945305480cebdaa4ae3dbe9591cfeca4dd033eceb0d7cee48ec30f708
languageName: node
linkType: hard

"@vitest/expect@npm:1.1.0":
version: 1.1.0
resolution: "@vitest/expect@npm:1.1.0"
"@vitest/expect@npm:1.1.1":
version: 1.1.1
resolution: "@vitest/expect@npm:1.1.1"
dependencies:
"@vitest/spy": "npm:1.1.0"
"@vitest/utils": "npm:1.1.0"
"@vitest/spy": "npm:1.1.1"
"@vitest/utils": "npm:1.1.1"
chai: "npm:^4.3.10"
checksum: 08d1ea192cf638da4b6f19e67642ea6a181593bca3c21ca8cb741d8d0792f95876281414b9cce0c0583701489a1ebbbdc4a83eec3012874bba3282d15664eaaa
checksum: 6d9dc6055ba5d6117834fef7b1c9d2f6d748e7ae1605e8ff8118abe3ed83b9d4aee22f0f4d11be42ddc60f83fd34c90a76bb1fc21f7bf7b225a6f8cf000b2441
languageName: node
linkType: hard

"@vitest/runner@npm:1.1.0":
version: 1.1.0
resolution: "@vitest/runner@npm:1.1.0"
"@vitest/runner@npm:1.1.1":
version: 1.1.1
resolution: "@vitest/runner@npm:1.1.1"
dependencies:
"@vitest/utils": "npm:1.1.0"
"@vitest/utils": "npm:1.1.1"
p-limit: "npm:^5.0.0"
pathe: "npm:^1.1.1"
checksum: f21c503ea944cdafcf33160913759ae686739ccde7b36d060128a4f7387245019ab4508d825ddf51268aea6e72bc8afd4806ca6ba88f564274d5265229c8e91f
checksum: 538ea204d8a948309e069a4b5aed7d7a2b37e6bf02feffbacdba5f017d559a9b4e20b9800c99add5b0850a34bc084c6a99edcff851c3ff588791b9da9913f475
languageName: node
linkType: hard

"@vitest/snapshot@npm:1.1.0":
version: 1.1.0
resolution: "@vitest/snapshot@npm:1.1.0"
"@vitest/snapshot@npm:1.1.1":
version: 1.1.1
resolution: "@vitest/snapshot@npm:1.1.1"
dependencies:
magic-string: "npm:^0.30.5"
pathe: "npm:^1.1.1"
pretty-format: "npm:^29.7.0"
checksum: e4db6344019aae10fe880cecf0a058e22e4952172cc9bb2a8ea9fc41d3e32a3dc3e99520676cffd4d870ba77108e24f2d8ab1e391da423d21c2533e1933def5e
checksum: ec5a107248800d7d55567762096fe44baad0dad491c193fefdc6d2cabb341f904f06b6b3f7f66b354fcfed2d49ac09850c0701e689a17e2db93ca2684e5522fb
languageName: node
linkType: hard

"@vitest/spy@npm:1.1.0":
version: 1.1.0
resolution: "@vitest/spy@npm:1.1.0"
"@vitest/spy@npm:1.1.1":
version: 1.1.1
resolution: "@vitest/spy@npm:1.1.1"
dependencies:
tinyspy: "npm:^2.2.0"
checksum: 99d507df9e0f4224fa21b841721af2ed03d7538e534fb55627d5e8ba684b8659b79a1d46cfaa87d24121ce14fd0a93a04c01099e0758ba40fbdd6efebc4278d1
checksum: 3a50ba5cb187314278b8892086772d34e194b4a318320373bc5e54c793b6b836a20d64d5963bb213ccf5b8e2fff367755b5f261f11074ec5c24da250d1b9b8d9
languageName: node
linkType: hard

"@vitest/utils@npm:1.1.0":
version: 1.1.0
resolution: "@vitest/utils@npm:1.1.0"
"@vitest/utils@npm:1.1.1":
version: 1.1.1
resolution: "@vitest/utils@npm:1.1.1"
dependencies:
diff-sequences: "npm:^29.6.3"
loupe: "npm:^2.3.7"
pretty-format: "npm:^29.7.0"
checksum: d1e5443b366664f244d8cbce8a36fcc74a5c784a97aeabd93511afc86c04acdd57414c16d97151656466626af9553cf10074618c16722fff88bbb7545186eeb8
checksum: de86cad83efc44791458b4cc7601df6c690ae465b25ae3e4f6e0ccfe9d3a0a7cee11f28b74360ad44d9415c4be04e6c73e75cff3b4a51706b7e7920b974d7a9f
languageName: node
linkType: hard

Expand Down Expand Up @@ -6311,14 +6311,7 @@ __metadata:
languageName: node
linkType: hard

"caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001538, caniuse-lite@npm:^1.0.30001565":
version: 1.0.30001566
resolution: "caniuse-lite@npm:1.0.30001566"
checksum: fdff43ed498201bf4f6074bd1112bd853e91973b6ccb016049b030948a7d197cba235ac4d93e712d1862b33a3c947bf4e62bad7011ccdac78e5179501b28d04a
languageName: node
linkType: hard

"caniuse-lite@npm:^1.0.30001487":
"caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001487, caniuse-lite@npm:^1.0.30001538, caniuse-lite@npm:^1.0.30001565":
version: 1.0.30001572
resolution: "caniuse-lite@npm:1.0.30001572"
checksum: cf27b354c0af58d5468cdc0ecea5bff381bc382378016b36b05790929f80e321ee712470a536911dee82e946ad4be246a21326835f1da599c6ee12ec150ae8b7
Expand Down Expand Up @@ -14342,12 +14335,12 @@ __metadata:
"@commitlint/cli": "npm:^18.4.3"
"@mdx-js/rollup": "npm:^3.0.0"
"@pkgr/rollup": "npm:^5.0.0"
"@types/node": "npm:^20.10.5"
"@types/node": "npm:^20.10.6"
"@types/react": "npm:^18.2.46"
"@types/react-dom": "npm:^18.2.18"
"@types/web": "npm:^0.0.131"
"@types/web": "npm:^0.0.134"
"@vitejs/plugin-react-swc": "npm:^3.5.0"
"@vitest/coverage-istanbul": "npm:^1.1.0"
"@vitest/coverage-istanbul": "npm:^1.1.1"
concurrently: "npm:^8.2.2"
eslint: "npm:^8.56.0"
github-markdown-css: "npm:^5.5.0"
Expand All @@ -14358,7 +14351,7 @@ __metadata:
react-router-dom: "npm:^6.21.1"
remark-gfm: "npm:^4.0.0"
rimraf: "npm:^5.0.5"
sass: "npm:^1.69.6"
sass: "npm:^1.69.7"
simple-git-hooks: "npm:^2.9.0"
sirv-cli: "npm:^2.0.2"
stylelint: "npm:^16.1.0"
Expand All @@ -14367,7 +14360,7 @@ __metadata:
typescript: "npm:^5.3.3"
unplugin-auto-import: "npm:^0.17.3"
vite: "npm:^5.0.10"
vitest: "npm:^1.1.0"
vitest: "npm:^1.1.1"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -18399,16 +18392,16 @@ __metadata:
languageName: node
linkType: hard

"sass@npm:^1.69.6":
version: 1.69.6
resolution: "sass@npm:1.69.6"
"sass@npm:^1.69.7":
version: 1.69.7
resolution: "sass@npm:1.69.7"
dependencies:
chokidar: "npm:>=3.0.0 <4.0.0"
immutable: "npm:^4.0.0"
source-map-js: "npm:>=0.6.2 <2.0.0"
bin:
sass: sass.js
checksum: 60b4793aca965b538aae15421a598dee96011a3680b49a807904fcdbb7ea7888d5ea5040908826510493b61d1b2faa7b878283690a34e936b3a8b81e14083d8d
checksum: 9c6d3fe468a267949e8dd766085351f59988caf5d3d5c13eb041d370366f869ad3704b5046586fd3584b2cbf59c03650d237b62a4c6ed26a0c003e27f9ef4e89
languageName: node
linkType: hard

Expand Down Expand Up @@ -20945,9 +20938,9 @@ __metadata:
languageName: node
linkType: hard

"vite-node@npm:1.1.0":
version: 1.1.0
resolution: "vite-node@npm:1.1.0"
"vite-node@npm:1.1.1":
version: 1.1.1
resolution: "vite-node@npm:1.1.1"
dependencies:
cac: "npm:^6.7.14"
debug: "npm:^4.3.4"
Expand All @@ -20956,7 +20949,7 @@ __metadata:
vite: "npm:^5.0.0"
bin:
vite-node: vite-node.mjs
checksum: 2978b2fa7091233c234a86d60be6d6b407748471ae7b0e10a93ccd707ed2c888f04bc1c0e0737fa243f85e8477c18d6ed998b5bf67fd42cdd8778cc9cd40868c
checksum: ae03bddc354dd80c79e55664eacc0828476a38c90fd3551c70c22f228d2a22624a64d83a519890477c035b98f1faf98d33d9422b5e0773a98cc2d973d46efc69
languageName: node
linkType: hard

Expand Down Expand Up @@ -21000,15 +20993,15 @@ __metadata:
languageName: node
linkType: hard

"vitest@npm:^1.1.0":
version: 1.1.0
resolution: "vitest@npm:1.1.0"
"vitest@npm:^1.1.1":
version: 1.1.1
resolution: "vitest@npm:1.1.1"
dependencies:
"@vitest/expect": "npm:1.1.0"
"@vitest/runner": "npm:1.1.0"
"@vitest/snapshot": "npm:1.1.0"
"@vitest/spy": "npm:1.1.0"
"@vitest/utils": "npm:1.1.0"
"@vitest/expect": "npm:1.1.1"
"@vitest/runner": "npm:1.1.1"
"@vitest/snapshot": "npm:1.1.1"
"@vitest/spy": "npm:1.1.1"
"@vitest/utils": "npm:1.1.1"
acorn-walk: "npm:^8.3.0"
cac: "npm:^6.7.14"
chai: "npm:^4.3.10"
Expand All @@ -21023,7 +21016,7 @@ __metadata:
tinybench: "npm:^2.5.1"
tinypool: "npm:^0.8.1"
vite: "npm:^5.0.0"
vite-node: "npm:1.1.0"
vite-node: "npm:1.1.1"
why-is-node-running: "npm:^2.2.2"
peerDependencies:
"@edge-runtime/vm": "*"
Expand All @@ -21047,7 +21040,7 @@ __metadata:
optional: true
bin:
vitest: vitest.mjs
checksum: 5e4ac0231b2dc9cf51892e0414c7ab092e70bf5eacdb9c4a8cdd941bdd325544eb4ffe8eb89586aa6e399f9a34739f330482c64c13300bf1b7c5b130101d7e7c
checksum: ca97cbf8673e6918594c8060823376396f4ed68968cc342554c1d7c72a76482e1c4605617eb299bd08449ce84891c7eeb181d1137065ff3e59ee99c023c1ef4e
languageName: node
linkType: hard

Expand Down

0 comments on commit d9d24a1

Please sign in to comment.