Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Oct 21, 2020
1 parent deae871 commit bc1ffa9
Show file tree
Hide file tree
Showing 7 changed files with 2,450 additions and 1,459 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ yarn-error.log
coverage/

test/demo/build
.cache
.parcel-cache
3 changes: 1 addition & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ yarn.lock
test/
tsconfig.json
coverage/

img/

.cache
.gitpod.yml
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
cache: yarn
node_js:
- node
- "14"
- "12"
- "10"
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"spell": "yaspeller-ci *.md",
"clean": "rimraf coverage/",
"test": "jest-ci --coverage && eslint-ci . && check-dts && size-limit && yarn spell",
"start": "parcel serve test/demo/index.html -d test/demo/build --open",
"start": "parcel test/demo/index.html --dist-dir test/demo/build --open",
"watch": "size-limit --watch"
},
"engines": {
Expand All @@ -31,45 +31,45 @@
"bin": "./bin/nanoid.cjs",
"sideEffects": false,
"devDependencies": {
"@logux/eslint-config": "^40.0.5",
"@logux/sharec-config": "^0.7.4",
"@logux/eslint-config": "^41.0.1",
"@logux/sharec-config": "^0.7.7",
"@size-limit/dual-publish": "^4.6.0",
"@size-limit/preset-small-lib": "^4.6.0",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"benchmark": "^2.1.4",
"check-dts": "^0.3.3",
"colorette": "^1.2.1",
"cuid": "^2.1.8",
"dual-publish": "^0.11.0",
"eslint": "^7.10.0",
"eslint": "^7.11.0",
"eslint-ci": "^1.0.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-es5": "^1.5.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.0.2",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-let": "^1.1.0",
"eslint-plugin-prettierx": "^0.14.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-unicorn": "^22.0.0",
"eslint-plugin-unicorn": "^23.0.0",
"husky": "^4.3.0",
"jest": "^26.4.2",
"jest": "^26.6.0",
"jest-ci": "^0.1.1",
"lint-staged": "^10.4.0",
"parcel-bundler": "^1.12.4",
"lint-staged": "^10.4.2",
"parcel": "^2.0.0-nightly.420",
"rimraf": "^3.0.2",
"rndm": "^1.2.0",
"secure-random-string": "^1.1.3",
"shortid": "^2.2.15",
"size-limit": "^4.6.0",
"terser": "^5.3.2",
"terser": "^5.3.7",
"typescript": "^4.0.3",
"uid-safe": "^2.1.5",
"uuid": "^8.3.0",
"webpack": "^4.44.2",
"uuid": "^8.3.1",
"webpack": "^5.1.3",
"yaspeller-ci": "^1.0.2"
},
"size-limit": [
Expand Down Expand Up @@ -198,6 +198,6 @@
},
"sharec": {
"config": "@logux/sharec-config",
"version": "0.7.4"
"version": "0.7.7"
}
}
2 changes: 1 addition & 1 deletion test/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
</style>
</head>
<body>
<script src="/index.js"></script>
<script src="./index.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "esnext",
"target": "es2018",
"module": "commonjs",
"allowJs": true,
"strict": true,
Expand Down
Loading

0 comments on commit bc1ffa9

Please sign in to comment.