Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 18, 2024
1 parent 16523d2 commit 2cbe790
Show file tree
Hide file tree
Showing 5 changed files with 119 additions and 96 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install and Build 🔧
run: yarn install --frozen-lockfile --ignore-optional && yarn test && yarn build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.2
uses: JamesIves/github-pages-deploy-action@v4.6.1
with:
branch: gh-pages # The branch the action should deploy to.
folder: dist # The folder the action should deploy.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 16.13.2
nodejs 16.20.2
yarn 1.22.17
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js

node_js:
- "stable"
- "10.20.1"
- "10.24.1"

dist: trusty
sudo: false
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "",
"license": "MIT",
"engines": {
"node": ">= 10.20.1 <=16.13.2"
"node": ">= 10.20.1 <=16.20.2"
},
"scripts": {
"ts-lint": "tslint --fix 'src/**/*.tsx'",
Expand Down Expand Up @@ -57,33 +57,33 @@
"@types/react-dom": "17.0.0",
"@types/react-event-listener": "0.4.14",
"@types/react-numeric-input": "2.2.6",
"@types/react-select": "3.0.26",
"@types/react-select": "3.1.2",
"@types/string-hash": "1.1.2",
"babel-loader": "8.2.3",
"babel-loader": "8.3.0",
"bootstrap": "^3.4.1",
"core-js": "3.8.0",
"core-js": "3.37.1",
"cross-env": "7.0.3",
"css-loader": "5.0.2",
"css-loader": "5.2.7",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.7",
"events": "3.2.0",
"events": "3.3.0",
"file-loader": "6.2.0",
"fork-ts-checker-webpack-plugin": "4.1.6",
"happypack": "5.0.1",
"hard-source-webpack-plugin": "0.13.1",
"hashids": "2.2.2",
"hex-rgb": "4.2.0",
"hashids": "2.3.0",
"hex-rgb": "4.3.0",
"html-webpack-plugin": "4.5.2",
"husky": "4.3.8",
"identity-obj-proxy": "3.0.0",
"jest": "26.6.3",
"jquery": "3.5.1",
"jquery": "3.7.1",
"konva": "4.2.2",
"license-list-html": "1.0.6",
"lint-staged": "10.5.4",
"opener": "1.5.2",
"popper.js": "1.16.1",
"prettier": "2.2.1",
"prettier": "2.8.8",
"rc-slider": "9.2.4",
"react": "16.14.0",
"react-ace": "8.1.0",
Expand All @@ -93,7 +93,7 @@
"react-download-link": "2.3.0",
"react-konva": "16.9.0-1",
"react-numeric-input": "2.2.3",
"react-select": "3.1.1",
"react-select": "3.2.0",
"react-test-renderer": "16.14.0",
"shx": "0.3.4",
"string-hash": "1.1.3",
Expand All @@ -105,15 +105,15 @@
"tslint-config-standard": "9.0.0",
"tslint-loader": "3.5.4",
"tslint-plugin-prettier": "2.3.0",
"typescript": "4.1.5",
"typescript": "4.9.5",
"unicoen.ts": "0.5.0",
"url-loader": "4.1.1",
"vector2d": "3.0.0",
"webpack": "4.44.2",
"webpack": "4.47.0",
"webpack-bundle-analyzer": "3.9.0",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.3",
"webpack-merge": "5.8.0",
"webpack-merge": "5.10.0",
"yarn-deduplicate": "2.1.1"
}
}
Loading

0 comments on commit 2cbe790

Please sign in to comment.