Skip to content

Commit

Permalink
Merge pull request #73 from kmvan/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
kmvan committed Apr 8, 2020
2 parents 1ac9cce + a3cd278 commit c3fda09
Show file tree
Hide file tree
Showing 7 changed files with 725 additions and 665 deletions.
2 changes: 1 addition & 1 deletion AppConfig.json
@@ -1,5 +1,5 @@
{
"APP_VERSION": "4.3",
"APP_VERSION": "4.4",
"APP_NAME": "X Prober",
"APP_URL": "https://github.com/kmvan/x-prober",
"AUTHOR_URL": "https://inn-studio.com/prober",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

All Notable changes to `X-Prober` will be documented in this file

## 4.4.0 - 2020-04-08

### Update

- Update package
-

## 4.3.0 - 2020-02-22

### Add
Expand Down
4 changes: 2 additions & 2 deletions dist/prober.php

Large diffs are not rendered by default.

1,323 changes: 688 additions & 635 deletions package-lock.json

Large diffs are not rendered by default.

50 changes: 25 additions & 25 deletions package.json
Expand Up @@ -10,53 +10,53 @@
"last 4 version"
],
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-transform-async-to-generator": "^7.8.3",
"@babel/plugin-transform-strict-mode": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"@types/core-js": "^2.5.3",
"@types/lodash-es": "^4.17.3",
"@types/node": "^13.7.4",
"@types/node": "^13.11.0",
"@types/query-string": "^6.3.0",
"@types/react": "^16.9.22",
"@types/react-dom": "^16.9.5",
"@types/react": "^16.9.32",
"@types/react-dom": "^16.9.6",
"babel-plugin-styled-components": "^1.10.7",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^7.0.0",
"cross-env": "^7.0.2",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react": "^7.19.0",
"lodash-es": "^4.17.15",
"mobx": "^5.15.4",
"mobx-react": "^6.1.8",
"mobx-react": "^6.2.1",
"node-libs-browser": "^2.2.1",
"pofile": "^1.1.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-hot-loader": "^4.12.19",
"ts-loader": "^6.2.1",
"typescript": "^3.8.2",
"webpack": "^4.41.6",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-hot-loader": "^4.12.20",
"ts-loader": "^6.2.2",
"typescript": "^3.8.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-common-shake": "^2.1.0",
"webpack-dev-server": "^3.10.3",
"webpack-log": "^3.0.1"
},
"dependencies": {
"@types/styled-components": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/eslint-plugin-tslint": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0",
"babel-loader": "^8.0.6",
"caniuse-lite": "^1.0.30001028",
"@types/styled-components": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/eslint-plugin-tslint": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"babel-loader": "^8.1.0",
"caniuse-lite": "^1.0.30001039",
"es6-promise": "^4.2.8",
"eslint-config-prettier": "^6.10.0",
"eslint-config-prettier": "^6.10.1",
"glob": "^7.1.6",
"polished": "^3.4.4",
"query-string": "^6.11.0",
"styled-components": "^5.0.1",
"polished": "^3.5.1",
"query-string": "^6.12.0",
"styled-components": "^5.1.0",
"typescript-plugin-styled-components": "^1.4.4"
}
}
2 changes: 1 addition & 1 deletion prod.webpack.config.js
Expand Up @@ -43,7 +43,7 @@ module.exports = {
cache: true,
terserOptions: {
output: {
ecma: 5,
ecma: 6,
comments: false,
},
compress: {
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Config/ConfigApi.php
Expand Up @@ -7,7 +7,7 @@

class ConfigApi
{
public static $APP_VERSION = '4.3';
public static $APP_VERSION = '4.4';
public static $APP_NAME = 'X Prober';
public static $APP_URL = 'https://github.com/kmvan/x-prober';
public static $APP_CONFIG_URLS = array('https://raw.githubusercontent.com/kmvan/x-prober/master/AppConfig.json', 'https://api.inn-studio.com/download/?id=xprober-config');
Expand Down

0 comments on commit c3fda09

Please sign in to comment.