Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #61 from jobcloud/develop
Browse files Browse the repository at this point in the history
Release 1.8.0
  • Loading branch information
lagodimou authored May 24, 2022
2 parents a4a9c2b + 62a6445 commit f04cdf8
Show file tree
Hide file tree
Showing 3 changed files with 1,049 additions and 711 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: /srv/unity/applywith-sdk
docker:
- image: node:8-jessie
- image: node:12.22.12-buster-slim
steps:
- checkout
- restore_cache:
Expand Down
53 changes: 36 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@jobcloud/applywith-sdk",
"engines": {
"node": ">=8.0.0"
"node": ">=12.0.0"
},
"version": "1.6.0",
"version": "1.8.0",
"description": "ApplyWith JobCloud SDK",
"files": [
"es",
Expand Down Expand Up @@ -39,37 +39,56 @@
"testURL": "http://localhost:8080/"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-loader": "^7.1.5",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-polyfill": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.5.1",
"babel-preset-flow": "^6.23.0",
"body-parser": "^1.17.2",
"body-parser": "^1.20.0",
"chalk": "^1.1.3",
"concurrently": "^4.1.1",
"eslint": "^4.18.2",
"eslint-plugin-prettier": "^2.1.1",
"express": "^4.15.3",
"concurrently": "^4.1.2",
"eslint": "^4.19.1",
"eslint-plugin-prettier": "^2.7.0",
"express": "^4.18.1",
"flow-bin": "^0.47.0",
"gzip-size": "^3.0.0",
"http-server": "^0.10.0",
"in-publish": "^2.0.0",
"jest": "^20.0.4",
"jest-cli": "^20.0.4",
"ngrok": "^2.2.11",
"prettier": "^1.4.2",
"ngrok": "^2.3.0",
"prettier": "^1.19.1",
"pretty-bytes": "^4.0.2",
"readline-sync": "^1.4.7",
"webpack": "^4.41.3",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14"
"readline-sync": "^1.4.10",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.3"
},
"dependencies": {
"uuid": "^3.3.2"
},
"resolutions": {
"node-forge": "^1.3.0",
"tar": "^4.4.18",
"ansi-regex": "^3.0.1",
"braces": "^2.3.1",
"minimist": "^1.2.6",
"ajv": "^6.12.3",
"async": "^2.6.4",
"glob-parent": "^5.1.2",
"elliptic": "^6.5.4",
"ecstatic": "^4.1.3",
"json-schema": "^0.4.0",
"merge": "^2.1.1",
"y18n": "^4.0.1",
"node-notifier": "^8.0.1",
"serialize-javascript": "^3.1.0",
"qs": "^6.0.4",
"path-parse": "^1.0.7"
},
"repository": {
"type": "git",
"url": "https://github.com/jobcloud/applywith-sdk.git"
Expand Down
Loading

0 comments on commit f04cdf8

Please sign in to comment.