mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
fix: update dependencies (#2115)
* fix: update dependencies * test: update snapshot
This commit is contained in:
parent
6b489cc6ec
commit
420657293b
3 changed files with 39 additions and 34 deletions
58
package.json
58
package.json
|
@ -19,8 +19,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/commons-api": "9.7.1",
|
||||
"@verdaccio/local-storage": "9.7.4",
|
||||
"@verdaccio/readme": "9.7.3",
|
||||
"@verdaccio/local-storage": "9.7.5",
|
||||
"@verdaccio/readme": "9.7.5",
|
||||
"@verdaccio/streams": "9.7.2",
|
||||
"@verdaccio/ui-theme": "1.15.1",
|
||||
"JSONStream": "1.3.5",
|
||||
|
@ -31,18 +31,18 @@
|
|||
"compression": "1.7.4",
|
||||
"cookies": "0.8.0",
|
||||
"cors": "2.8.5",
|
||||
"dayjs": "1.10.3",
|
||||
"envinfo": "7.7.3",
|
||||
"dayjs": "1.10.4",
|
||||
"envinfo": "7.7.4",
|
||||
"express": "4.17.1",
|
||||
"handlebars": "4.7.7",
|
||||
"http-errors": "1.8.0",
|
||||
"js-yaml": "3.14.1",
|
||||
"jsonwebtoken": "8.5.1",
|
||||
"kleur": "4.1.3",
|
||||
"kleur": "4.1.4",
|
||||
"lodash": "4.17.21",
|
||||
"lunr-mutable-indexes": "2.3.2",
|
||||
"marked": "1.2.7",
|
||||
"mime": "2.5.0",
|
||||
"marked": "2.0.1",
|
||||
"mime": "2.5.2",
|
||||
"minimatch": "3.0.4",
|
||||
"mkdirp": "0.5.5",
|
||||
"mv": "2.1.1",
|
||||
|
@ -53,27 +53,27 @@
|
|||
"verdaccio-htpasswd": "9.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.12.10",
|
||||
"@babel/core": "7.12.10",
|
||||
"@babel/node": "7.12.10",
|
||||
"@babel/plugin-proposal-class-properties": "7.12.1",
|
||||
"@babel/plugin-proposal-decorators": "7.12.12",
|
||||
"@babel/plugin-proposal-export-namespace-from": "7.12.1",
|
||||
"@babel/plugin-proposal-function-sent": "7.12.1",
|
||||
"@babel/plugin-proposal-json-strings": "7.12.1",
|
||||
"@babel/plugin-proposal-numeric-separator": "7.12.7",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.12.1",
|
||||
"@babel/plugin-proposal-throw-expressions": "7.12.1",
|
||||
"@babel/cli": "7.13.0",
|
||||
"@babel/core": "7.13.8",
|
||||
"@babel/node": "7.13.0",
|
||||
"@babel/plugin-proposal-class-properties": "7.13.0",
|
||||
"@babel/plugin-proposal-decorators": "7.13.5",
|
||||
"@babel/plugin-proposal-export-namespace-from": "7.12.13",
|
||||
"@babel/plugin-proposal-function-sent": "7.12.13",
|
||||
"@babel/plugin-proposal-json-strings": "7.13.8",
|
||||
"@babel/plugin-proposal-numeric-separator": "7.12.13",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.13.8",
|
||||
"@babel/plugin-proposal-throw-expressions": "7.12.13",
|
||||
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
||||
"@babel/plugin-syntax-import-meta": "7.10.4",
|
||||
"@babel/plugin-transform-async-to-generator": "7.12.1",
|
||||
"@babel/plugin-transform-classes": "7.12.1",
|
||||
"@babel/plugin-transform-runtime": "7.12.10",
|
||||
"@babel/plugin-transform-async-to-generator": "7.13.0",
|
||||
"@babel/plugin-transform-classes": "7.13.0",
|
||||
"@babel/plugin-transform-runtime": "7.13.9",
|
||||
"@babel/polyfill": "^7.12.1",
|
||||
"@babel/preset-env": "7.12.11",
|
||||
"@babel/preset-typescript": "7.12.7",
|
||||
"@babel/register": "7.12.10",
|
||||
"@babel/runtime": "7.12.5",
|
||||
"@babel/preset-env": "7.13.9",
|
||||
"@babel/preset-typescript": "7.13.0",
|
||||
"@babel/register": "7.13.8",
|
||||
"@babel/runtime": "7.13.9",
|
||||
"@commitlint/cli": "8.3.5",
|
||||
"@commitlint/config-conventional": "8.3.4",
|
||||
"@octokit/rest": "16.43.2",
|
||||
|
@ -91,7 +91,7 @@
|
|||
"@typescript-eslint/eslint-plugin": "2.12.0",
|
||||
"@verdaccio/eslint-config": "^8.5.0",
|
||||
"@verdaccio/types": "^9.7.2",
|
||||
"all-contributors-cli": "6.19.0",
|
||||
"all-contributors-cli": "6.20.0",
|
||||
"babel-eslint": "10.1.0",
|
||||
"babel-jest": "26.6.3",
|
||||
"babel-loader": "^8.2.2",
|
||||
|
@ -101,7 +101,7 @@
|
|||
"cross-env": "7.0.3",
|
||||
"detect-secrets": "1.0.6",
|
||||
"eslint": "6.8.0",
|
||||
"fs-extra": "9.0.1",
|
||||
"fs-extra": "9.1.0",
|
||||
"get-stdin": "7.0.0",
|
||||
"husky": "2.7.0",
|
||||
"in-publish": "2.0.1",
|
||||
|
@ -115,9 +115,9 @@
|
|||
"puppeteer": "5.5.0",
|
||||
"rimraf": "3.0.2",
|
||||
"selfsigned": "1.10.8",
|
||||
"standard-version": "9.1.0",
|
||||
"standard-version": "9.1.1",
|
||||
"supertest": "6.1.1",
|
||||
"typescript": "3.9.7",
|
||||
"typescript": "3.9.9",
|
||||
"verdaccio": "^4.5.1",
|
||||
"verdaccio-auth-memory": "^9.7.2",
|
||||
"verdaccio-memory": "^9.7.2"
|
||||
|
|
|
@ -7,22 +7,27 @@ exports[`Utilities parseReadme should parse makrdown text to html template 1`] =
|
|||
<p>These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.</p>
|
||||
<h3 id=\\"prerequisites\\">Prerequisites</h3>
|
||||
<p>What things you need to install the software and how to install them</p>
|
||||
<pre><code>Give examples</code></pre>
|
||||
<pre><code>Give examples
|
||||
</code></pre>
|
||||
<h3 id=\\"installing\\">Installing</h3>
|
||||
<p>A step by step series of examples that tell you how to get a development env running</p>
|
||||
<p>Say what the step will be</p>
|
||||
<pre><code>Give the example</code></pre>
|
||||
<pre><code>Give the example
|
||||
</code></pre>
|
||||
<p>And repeat</p>
|
||||
<pre><code>until finished</code></pre>
|
||||
<pre><code>until finished
|
||||
</code></pre>
|
||||
<p>End with an example of getting some data out of the system or using it for a little demo</p>
|
||||
<h2 id=\\"running-the-tests\\">Running the tests</h2>
|
||||
<p>Explain how to run the automated tests for this system</p>
|
||||
<h3 id=\\"break-down-into-end-to-end-tests\\">Break down into end to end tests</h3>
|
||||
<p>Explain what these tests test and why</p>
|
||||
<pre><code>Give an example</code></pre>
|
||||
<pre><code>Give an example
|
||||
</code></pre>
|
||||
<h3 id=\\"and-coding-style-tests\\">And coding style tests</h3>
|
||||
<p>Explain what these tests test and why</p>
|
||||
<pre><code>Give an example</code></pre>
|
||||
<pre><code>Give an example
|
||||
</code></pre>
|
||||
<h2 id=\\"deployment\\">Deployment</h2>
|
||||
<p>Add additional notes about how to deploy this on a live system</p>
|
||||
<h2 id=\\"built-with\\">Built With</h2>
|
||||
|
|
BIN
yarn.lock
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in a new issue