Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvan committed Dec 25, 2023
1 parent 4851ec5 commit 7433a28
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 29 deletions.
File renamed without changes.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,49 +9,49 @@
"dev": "webpack --config webpack.config.mjs",
"dev:php": "php ./Make.php dev; php -S localhost:8000 -t .tmp",
"build": "webpack --config webpack.config.prod.mjs",
"build:php": "php-cs-fixer fix ./src --config=.php-cs-fixer53; php ./Make.php build; echo '\nPlease access via http://localhost:8001/prober.php'; php -S localhost:8001 -t dist",
"build:php": "php-cs-fixer fix ./src --config=.php-cs-fixer54.php; php ./Make.php build; echo '\nPlease access via http://localhost:8001/prober.php'; php -S localhost:8001 -t dist",
"build:php-debug": "php ./Make.php build debug; echo '\nPlease access via http://localhost:8001/prober.php'; php -S localhost:8001 -t dist",
"php-cs-fixer-53": "php-cs-fixer fix ./src --config=.php-cs-fixer53"
"php-cs-fixer-54": "php-cs-fixer fix ./src --config=.php-cs-fixer54.php"
},
"browserslist": [
"defaults"
],
"dependencies": {
"copy-to-clipboard": "^3.3.3",
"mobx": "^6.9.0",
"mobx-react-lite": "^3.4.3",
"mobx": "^6.12.0",
"mobx-react-lite": "^4.0.5",
"polished": "^4.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-use": "^17.4.0"
"react-use": "^17.4.2"
},
"devDependencies": {
"@types/core-js": "^2.5.5",
"@types/node": "^18.15.11",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"css-loader": "^6.7.3",
"@types/core-js": "^2.5.8",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"css-loader": "^6.8.1",
"deep-sort-object": "^1.0.2",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"fast-glob": "^3.2.12",
"mini-css-extract-plugin": "^2.7.5",
"prettier": "^2.8.7",
"sass": "^1.61.0",
"sass-loader": "^13.2.2",
"style-loader": "^3.3.2",
"terser-webpack-plugin": "^5.3.7",
"ts-loader": "^9.4.2",
"typescript": "^5.0.3",
"typescript-plugin-css-modules": "^5.0.0",
"webpack": "^5.78.0",
"webpack-cli": "^5.0.1",
"fast-glob": "^3.3.2",
"mini-css-extract-plugin": "^2.7.6",
"prettier": "^3.1.1",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"typescript-plugin-css-modules": "^5.0.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-common-shake": "^2.1.0",
"webpack-log": "^3.0.2"
}
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"noImplicitThis": false,
"noImplicitAny": false,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": true,
// "skipLibCheck": true,
"diagnostics": true,
Expand Down

0 comments on commit 7433a28

Please sign in to comment.