Skip to content

Commit

Permalink
Merge pull request #2 from aboutbits/update-packages-and-configs
Browse files Browse the repository at this point in the history
Update packages and configs
  • Loading branch information
lukasvice authored Jun 28, 2022
2 parents 78d98d2 + 28ed04e commit c12d484
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"browser": true,
"node": true
},
"plugins": ["prettier", "@typescript-eslint", "jest", "import"],
"extends": [
"prettier",
"plugin:prettier/recommended",
"plugin:@typescript-eslint/recommended",
"plugin:import/recommended",
"plugin:import/typescript"
],
"parserOptions": {
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Webpack and Tailwind integration for ReactUI",
"main": "dist/index.js",
"engines": {
"node": ">=14",
"npm": ">=7"
"node": "^16",
"npm": "^8"
},
"scripts": {
"build": "npm run build:node && npm run build:esm",
Expand Down Expand Up @@ -49,21 +49,21 @@
"webpack": "^5"
},
"devDependencies": {
"@types/jest": "^28.1.1",
"@types/jest": "^28.1.3",
"@types/lodash.mergewith": "^4.6.7",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"eslint": "^7.32.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-prettier": "^4.1.0",
"jest": "^28.1.1",
"prettier": "^2.7.0",
"prettier": "^2.7.1",
"ts-jest": "^28.0.5",
"typescript": "^4.7.3"
"typescript": "^4.7.4"
},
"dependencies": {
"lodash.mergewith": "^4.6.2",
Expand Down

0 comments on commit c12d484

Please sign in to comment.