mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-30 02:36:56 +02:00
Bump @fab/plugin-rewire-assets from 1.0.0-rc.8 to 1.0.0-rc.9
Bumps [@fab/plugin-rewire-assets](https://github.com/fab-spec/fab) from 1.0.0-rc.8 to 1.0.0-rc.9. - [Release notes](https://github.com/fab-spec/fab/releases) - [Commits](https://github.com/fab-spec/fab/commits) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
3f24ef2207
commit
567062c2d1
2 changed files with 28 additions and 35 deletions
61
package-lock.json
generated
61
package-lock.json
generated
|
@ -1824,13 +1824,13 @@
|
|||
}
|
||||
},
|
||||
"@fab/plugin-rewire-assets": {
|
||||
"version": "1.0.0-rc.8",
|
||||
"resolved": "https://registry.npmjs.org/@fab/plugin-rewire-assets/-/plugin-rewire-assets-1.0.0-rc.8.tgz",
|
||||
"integrity": "sha512-FE+460vc0Gq9uXbb0Or8c6Ks+gzu5G4/K5qzACZzoh9LThBmQrKkuNOpiQju2x6uEkaHj65gg9N9O/AbVIrYbw==",
|
||||
"version": "1.0.0-rc.9",
|
||||
"resolved": "https://registry.npmjs.org/@fab/plugin-rewire-assets/-/plugin-rewire-assets-1.0.0-rc.9.tgz",
|
||||
"integrity": "sha512-u5kDPMD+EzHcS+1K4+s0uXE5on+3/3kd1900h+TphB0LXX1WBCqel7E2wQZu8BHXdMiOQfjm20yG0SH60WHMnQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@fab/cli": "1.0.0-rc.7",
|
||||
"@fab/core": "1.0.0-rc.8",
|
||||
"@fab/cli": "1.0.0-rc.9",
|
||||
"@fab/core": "1.0.0-rc.9",
|
||||
"@types/istextorbinary": "^2.3.0",
|
||||
"@types/mime-types": "^2.1.0",
|
||||
"@types/node": "^12.12.14",
|
||||
|
@ -1839,12 +1839,12 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fab/cli": {
|
||||
"version": "1.0.0-rc.7",
|
||||
"resolved": "https://registry.npmjs.org/@fab/cli/-/cli-1.0.0-rc.7.tgz",
|
||||
"integrity": "sha512-9BHl5ahxE1ntZXQKtLO0Nlu5iyrJyGQrTFIXHGK1G4eFvdvMJNNP/gwgfmtP9FG9IeXEgthZWsm2RDQ6TrYA4Q==",
|
||||
"version": "1.0.0-rc.9",
|
||||
"resolved": "https://registry.npmjs.org/@fab/cli/-/cli-1.0.0-rc.9.tgz",
|
||||
"integrity": "sha512-pIA0LztiLcdMMaac1EoHOuxEa0IHv1cdsYZawVMnO/+o+bLyoVpvk+vYxXWReeKrNQ2uOIY2NVD7czgtchp9Nw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@fab/core": "1.0.0-rc.7",
|
||||
"@fab/core": "1.0.0-rc.9",
|
||||
"@oclif/command": "^1",
|
||||
"@oclif/config": "^1",
|
||||
"@oclif/errors": "^1",
|
||||
|
@ -1857,6 +1857,7 @@
|
|||
"chalk": "^3.0.0",
|
||||
"chokidar": "^3.4.0",
|
||||
"cli-ux": "^5.4.5",
|
||||
"cross-fetch": "^3.0.6",
|
||||
"dotenv": "^8.2.0",
|
||||
"execa": "^4.0.0",
|
||||
"fs-extra": "^8.1.0",
|
||||
|
@ -1872,37 +1873,29 @@
|
|||
"typescript": "^3.7.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fab/core": {
|
||||
"version": "1.0.0-rc.7",
|
||||
"resolved": "https://registry.npmjs.org/@fab/core/-/core-1.0.0-rc.7.tgz",
|
||||
"integrity": "sha512-tfUeUwiT2yqxI2VYzq34ODmrG68eirf+wJ1uYzGhiKEg26l+YDv9VOUv/RIkNqdRHdsqi3NjFDMqxO/jJIV5JA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/node": "^12.12.14",
|
||||
"mime-types": "^2.1.25",
|
||||
"path-to-regexp": "^6.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/node": {
|
||||
"version": "12.19.9",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.19.9.tgz",
|
||||
"integrity": "sha512-yj0DOaQeUrk3nJ0bd3Y5PeDRJ6W0r+kilosLA+dzF3dola/o9hxhMSg2sFvVcA2UHS5JSOsZp4S0c1OEXc4m1Q==",
|
||||
"dev": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"@types/node": {
|
||||
"version": "10.17.49",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.49.tgz",
|
||||
"integrity": "sha512-PGaJNs5IZz5XgzwJvL/1zRfZB7iaJ5BydZ8/Picm+lUNYoNO9iVTQkVy5eUh0dZDrx3rBOIs3GCbCRmMuYyqwg==",
|
||||
"version": "10.17.51",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.51.tgz",
|
||||
"integrity": "sha512-KANw+MkL626tq90l++hGelbl67irOJzGhUJk6a1Bt8QHOeh9tztJx+L0AqttraWKinmZn7Qi5lJZJzx45Gq0dg==",
|
||||
"dev": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"@fab/core": {
|
||||
"version": "1.0.0-rc.9",
|
||||
"resolved": "https://registry.npmjs.org/@fab/core/-/core-1.0.0-rc.9.tgz",
|
||||
"integrity": "sha512-W34owtwvgaQKOubLWAdREl7lAhyN1S1YOoXEkqUnjskOD0etovXcrUTlgkFavz2mreg/IJu5/WH1PLiiQ1/CCw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/node": "^12.12.14",
|
||||
"mime-types": "^2.1.25",
|
||||
"path-to-regexp": "^6.1.0"
|
||||
}
|
||||
},
|
||||
"@types/node": {
|
||||
"version": "12.19.9",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.19.9.tgz",
|
||||
"integrity": "sha512-yj0DOaQeUrk3nJ0bd3Y5PeDRJ6W0r+kilosLA+dzF3dola/o9hxhMSg2sFvVcA2UHS5JSOsZp4S0c1OEXc4m1Q==",
|
||||
"version": "12.19.14",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.19.14.tgz",
|
||||
"integrity": "sha512-2U9uLN46+7dv9PiS8VQJcHhuoOjiDPZOLAt0WuA1EanEknIMae+2QbMhayF7cgGqjvRVIfNpt+6jLPczJZFiRw==",
|
||||
"dev": true
|
||||
},
|
||||
"ansi-styles": {
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
"@fab/cli": "^1.0.0-rc.8",
|
||||
"@fab/input-static": "^1.0.0-rc.8",
|
||||
"@fab/plugin-render-html": "^1.0.0-rc.8",
|
||||
"@fab/plugin-rewire-assets": "^1.0.0-rc.8",
|
||||
"@fab/plugin-rewire-assets": "^1.0.0-rc.9",
|
||||
"@fab/server": "^1.0.0-rc.8",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"eslint": "^7.17.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue