Skip to content

Commit

Permalink
Merge pull request #444 from rtfpessoa/bump-deps
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
rtfpessoa authored Jul 24, 2022
2 parents b164b51 + 82a2da0 commit 0ed9e76
Show file tree
Hide file tree
Showing 3 changed files with 1,649 additions and 1,833 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,19 +92,19 @@ jobs:
paths:
- '*'

build-node-16:
build-node-18:
<<: *build-stable
docker:
- image: node:16
- image: node:18

build-node-17:
build-node-16:
<<: *build-common
docker:
- image: node:17
- image: node:16

tag_version:
docker:
- image: node:16
- image: node:18
working_directory: ~/workdir
steps:
- attach_workspace:
Expand All @@ -122,7 +122,7 @@ jobs:
publish_library:
docker:
- image: node:16
- image: node:18
working_directory: ~/workdir
steps:
- attach_workspace:
Expand Down Expand Up @@ -196,14 +196,14 @@ workflows:
- build-node-16:
requires:
- checkout-and-version
- build-node-17:
- build-node-18:
requires:
- checkout-and-version
- publish_approval:
type: approval
requires:
- build-node-16
- build-node-17
- build-node-18
- tag_version:
requires:
- publish_approval
Expand Down
67 changes: 34 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,63 +81,63 @@
]
},
"dependencies": {
"diff": "5.0.0",
"diff": "5.1.0",
"hogan.js": "3.0.2"
},
"optionalDependencies": {
"highlight.js": "11.5.1"
"highlight.js": "11.6.0"
},
"devDependencies": {
"@types/diff": "5.0.2",
"@types/hogan.js": "3.0.1",
"@types/jest": "27.4.1",
"@types/jest": "28.1.6",
"@types/mkdirp": "1.0.2",
"@types/node": "17.0.24",
"@types/node": "18.6.0",
"@types/nopt": "3.0.29",
"@typescript-eslint/eslint-plugin": "5.19.0",
"@typescript-eslint/parser": "5.19.0",
"@typescript-eslint/eslint-plugin": "5.30.7",
"@typescript-eslint/parser": "5.30.7",
"all-contributors-cli": "^6.20.0",
"autoprefixer": "10.4.4",
"bulma": "^0.9.2",
"clipboard": "2.0.10",
"copy-webpack-plugin": "10.2.4",
"autoprefixer": "10.4.7",
"bulma": "^0.9.4",
"clipboard": "2.0.11",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.7.1",
"cssnano": "5.1.7",
"eslint": "8.13.0",
"cssnano": "5.1.12",
"eslint": "8.20.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "26.1.4",
"eslint-plugin-jest": "26.6.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-optimize-regex": "1.2.1",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-sonarjs": "0.13.0",
"eslint-plugin-sonarjs": "0.14.0",
"file-loader": "6.2.0",
"handlebars": "4.7.7",
"handlebars-loader": "1.7.1",
"handlebars-loader": "1.7.2",
"html-webpack-plugin": "5.5.0",
"husky": "^7.0.2",
"husky": "^8.0.1",
"image-webpack-loader": "8.1.0",
"is-ci-cli": "2.2.0",
"jest": "27.5.1",
"lint-staged": "12.3.8",
"jest": "28.1.3",
"lint-staged": "13.0.3",
"markdown-toc": "^1.2.0",
"mini-css-extract-plugin": "2.6.0",
"mini-css-extract-plugin": "2.6.1",
"mkdirp": "1.0.4",
"nopt": "5.0.0",
"postcss": "8.4.12",
"postcss-cli": "9.1.0",
"nopt": "6.0.0",
"postcss": "8.4.14",
"postcss-cli": "10.0.0",
"postcss-import": "14.1.0",
"postcss-loader": "6.2.1",
"postcss-preset-env": "7.4.3",
"prettier": "2.6.2",
"ts-jest": "27.1.4",
"ts-loader": "9.2.8",
"ts-node": "10.7.0",
"typescript": "4.6.3",
"postcss-loader": "7.0.1",
"postcss-preset-env": "7.7.2",
"prettier": "2.7.1",
"ts-jest": "28.0.7",
"ts-loader": "9.3.1",
"ts-node": "10.9.1",
"typescript": "4.7.4",
"url-loader": "4.1.1",
"webpack": "5.72.0",
"webpack-cli": "4.9.2",
"webpack": "5.73.0",
"webpack-cli": "4.10.0",
"whatwg-fetch": "3.6.2"
},
"resolutions": {
Expand All @@ -149,8 +149,9 @@
"decompress": ">=4.2.1",
"node-forge": ">=0.10.0",
"trim-newlines": ">=3.0.1",
"semver-regex": ">=3.1.3",
"async": ">=2.6.4"
"async": ">=2.6.4",
"terser": ">=5.14.2",
"semver-regex": ">=4.0.5"
},
"license": "MIT",
"files": [
Expand Down
Loading

0 comments on commit 0ed9e76

Please sign in to comment.