Skip to content

Commit

Permalink
chore: updating dependencies to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
willmendesneto committed Feb 12, 2021
1 parent ef8f8cd commit d49375f
Show file tree
Hide file tree
Showing 6 changed files with 1,794 additions and 1,867 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2

docker_defaults: &docker_defaults
docker:
- image: circleci/node:14.11.0-browsers
- image: circleci/node:15.8.0-browsers
working_directory: ~/project/repo

attach_workspace: &attach_workspace
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14.11.0
v15.8.0
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Updated

- Updating package dependencies
- Updating project to use NodeJS v15.8.0

## [1.14.0][] - 2020-09-30

Expand Down
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Open an issue to report bugs or to propose new features.

- Reporting bugs: describe the bug as clearly as you can, including steps to reproduce, what happened and what you were expecting to happen. Also include browser version, OS and other related software's (npm, Node.js, etc) versions when applicable.

- Proposing features: explain the proposed feature, what it should do, why it is useful, how users should use it. Give us as much info as possible so it will be easier to discuss, access and implement the proposed feature. When you're unsure about a certain aspect of the feature, feel free to leave it open for others to discuss and find an appropriate solution. In case of a specific scenario, please recreate that in our Stackblitz demo (http://stackblitz.com/edit/perf-marks-playground) and share the link. This will help in make the fix as quick as possible
- Proposing features: explain the proposed feature, what it should do, why it is useful, how users should use it. Give us as much info as possible so it will be easier to discuss, access and implement the proposed feature. When you're unsure about a certain aspect of the feature, feel free to leave it open for others to discuss and find an appropriate solution. In case of a specific scenario, please recreate that in our Stackblitz demo (http://stackblitz.com/edit/perf-marks-playground) and share the link. This will help in make the fix as quick as possible

## Proposing pull requests

Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,31 +28,31 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@types/jest": "^26.0.14",
"@types/node": "^14.11.2",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"bundlesize": "^0.18.0",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.27",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"bundlesize": "^0.18.1",
"changelog-verify": "^1.1.0",
"coveralls": "^3.1.0",
"depcheck": "^1.2.0",
"eslint": "^7.10.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-compat": "^3.3.0",
"eslint-plugin-prettier": "^3.1.3",
"husky": "^4.3.0",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-compat": "^3.9.0",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^5.0.9",
"jest": "^26.4.2",
"jsdom": "^16.4.0",
"lint-staged": "^10.4.0",
"lint-staged": "^10.5.4",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.2",
"rollup": "^2.28.2",
"rollup": "^2.39.0",
"rollup-plugin-node-resolve": "^5.2.0",
"ts-jest": "^26.4.1",
"ts-jest": "^26.5.1",
"ts-node": "^9.0.0",
"typescript": "^4.0.3",
"typescript": "^4.1.5",
"typings": "^2.1.1",
"uglify-js": "^3.11.0",
"uglify-js": "^3.12.7",
"usertiming": "^0.1.8",
"version-changelog": "^3.1.0"
},
Expand Down

0 comments on commit d49375f

Please sign in to comment.