Update checked-in dependencies
This commit is contained in:
parent
7269bf610b
commit
e5a7c904c1
215 changed files with 41592 additions and 3253 deletions
21
node_modules/uuid/package.json
generated
vendored
21
node_modules/uuid/package.json
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "uuid",
|
||||
"version": "11.0.4",
|
||||
"version": "11.0.5",
|
||||
"description": "RFC9562 UUIDs",
|
||||
"type": "module",
|
||||
"funding": [
|
||||
|
|
@ -68,7 +68,7 @@
|
|||
"release-please": "16.15.0",
|
||||
"runmd": "1.4.1",
|
||||
"standard-version": "9.5.0",
|
||||
"typescript": "5.7.2",
|
||||
"typescript": "5.0.4",
|
||||
"typescript-eslint": "8.18.2"
|
||||
},
|
||||
"optionalDevDependencies": {
|
||||
|
|
@ -87,15 +87,17 @@
|
|||
"docs": "npm run build && npx runmd --output=README.md README_js.md",
|
||||
"eslint:check": "eslint src/ test/ examples/ *.[jt]s",
|
||||
"eslint:fix": "eslint --fix src/ test/ examples/ *.[jt]s",
|
||||
"examples:browser:rollup:build": "cd examples/browser-rollup && npm install && npm run build",
|
||||
"examples:browser:webpack:build": "cd examples/browser-webpack && npm install && npm run build",
|
||||
"examples:node:commonjs:test": "cd examples/node-commonjs && npm install && npm test",
|
||||
"examples:node:esmodules:test": "cd examples/node-esmodules && npm install && npm test",
|
||||
"examples:node:jest:test": "cd examples/node-jest && npm install && npm test",
|
||||
"examples:browser:rollup:build": "cd examples/browser-rollup && npm run build",
|
||||
"examples:browser:webpack:build": "cd examples/browser-webpack && npm run build",
|
||||
"examples:node:commonjs:test": "cd examples/node-commonjs && npm test",
|
||||
"examples:node:esmodules:test": "cd examples/node-esmodules && npm test",
|
||||
"examples:node:jest:test": "cd examples/node-jest && npm test",
|
||||
"examples:node:typescript:test": "cd examples/typescript && npm test",
|
||||
"lint": "npm run eslint:check && npm run prettier:check",
|
||||
"md": "runmd --watch --output=README.md README_js.md",
|
||||
"prepack": "npm run build",
|
||||
"prepack": "npm run build -- --no-pack",
|
||||
"prepare": "husky",
|
||||
"prepublishOnly": "npm run build",
|
||||
"pretest:benchmark": "npm run build",
|
||||
"pretest:browser": "./scripts/iodd && npm run build && npm-run-all --parallel examples:browser:**",
|
||||
"pretest:node": "npm run build",
|
||||
|
|
@ -103,10 +105,9 @@
|
|||
"prettier:check": "prettier --check .",
|
||||
"prettier:fix": "prettier --write .",
|
||||
"release": "standard-version --no-verify",
|
||||
"test:benchmark": "cd examples/benchmark && HUSKY=0 npm install && npm test",
|
||||
"test:benchmark": "cd examples/benchmark && npm test",
|
||||
"test:browser": "wdio run ./wdio.conf.js",
|
||||
"test:node": "npm-run-all --parallel examples:node:**",
|
||||
"test:pack": "./scripts/testpack.sh",
|
||||
"test:watch": "node --test --enable-source-maps --watch dist/esm/test/*.js",
|
||||
"test": "node --test --enable-source-maps dist/esm/test/*.js"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue