mirror of
https://github.com/tweenjs/tween.js.git
synced 2025-12-08 20:16:12 +00:00
update prettier
This commit is contained in:
parent
0e084c8f3b
commit
a00a8f562a
18
package-lock.json
generated
18
package-lock.json
generated
@ -15,7 +15,7 @@
|
||||
"eslint-config-prettier": "^6.7.0",
|
||||
"eslint-plugin-prettier": "^3.1.1",
|
||||
"nodeunit": "^0.11.3",
|
||||
"prettier": "2.8.7",
|
||||
"prettier": "^3.0.0",
|
||||
"rimraf": "^3.0.0",
|
||||
"rollup": "3.20.7",
|
||||
"rollup-plugin-dts": "5.3.0",
|
||||
@ -2616,15 +2616,15 @@
|
||||
}
|
||||
},
|
||||
"node_modules/prettier": {
|
||||
"version": "2.8.7",
|
||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.7.tgz",
|
||||
"integrity": "sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==",
|
||||
"version": "3.2.2",
|
||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.2.tgz",
|
||||
"integrity": "sha512-HTByuKZzw7utPiDO523Tt2pLtEyK7OibUD9suEJQrPUCYQqrHr74GGX6VidMrovbf/I50mPqr8j/II6oBAuc5A==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"prettier": "bin-prettier.js"
|
||||
"prettier": "bin/prettier.cjs"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.13.0"
|
||||
"node": ">=14"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/prettier/prettier?sponsor=1"
|
||||
@ -6026,9 +6026,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"prettier": {
|
||||
"version": "2.8.7",
|
||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.7.tgz",
|
||||
"integrity": "sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==",
|
||||
"version": "3.2.2",
|
||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.2.tgz",
|
||||
"integrity": "sha512-HTByuKZzw7utPiDO523Tt2pLtEyK7OibUD9suEJQrPUCYQqrHr74GGX6VidMrovbf/I50mPqr8j/II6oBAuc5A==",
|
||||
"dev": true
|
||||
},
|
||||
"prettier-linter-helpers": {
|
||||
|
||||
@ -43,7 +43,7 @@
|
||||
"test-unit": "nodeunit test/unit/nodeunitheadless.cjs",
|
||||
"test-lint": "npm run prettier -- --check && eslint 'src/**/*.ts'",
|
||||
"lint": "npm run prettier -- --write && eslint 'src/**/*.ts' --fix",
|
||||
"prettier": "prettier './**/*.{js,ts,md,json,html,css}'",
|
||||
"prettier": "prettier .",
|
||||
"prepare": "npm run build",
|
||||
"version": "npm test && git add .",
|
||||
"release:patch": "npm version patch --message 'v%s' && npm publish && npm run _release:push-branch",
|
||||
@ -59,7 +59,7 @@
|
||||
"eslint-config-prettier": "^6.7.0",
|
||||
"eslint-plugin-prettier": "^3.1.1",
|
||||
"nodeunit": "^0.11.3",
|
||||
"prettier": "2.8.7",
|
||||
"prettier": "^3.0.0",
|
||||
"rimraf": "^3.0.0",
|
||||
"rollup": "3.20.7",
|
||||
"rollup-plugin-dts": "5.3.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user