Skip to content

Commit

Permalink
feat: updated all dependencies, fixed version and added tailwind's ji…
Browse files Browse the repository at this point in the history
…t feature
  • Loading branch information
natterstefan committed Apr 13, 2021
1 parent 983d6d9 commit 05b97fe
Show file tree
Hide file tree
Showing 4 changed files with 541 additions and 392 deletions.
3 changes: 1 addition & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# Enable when you fork this repository and use it for your apps.
# save-exact=true
save-exact=true
108 changes: 54 additions & 54 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,61 +25,61 @@
"test": "jest"
},
"dependencies": {
"date-fns": "^2.19.0",
"next": "^10.1.3",
"next-compose-plugins": "^2.2.1",
"next-i18next": "^8.1.3",
"react": "^16.14.0",
"react-cookie": "^4.0.3",
"react-dom": "^16.14.0"
"date-fns": "2.20.2",
"next": "10.1.3",
"next-compose-plugins": "2.2.1",
"next-i18next": "8.1.3",
"react": "16.14.0",
"react-cookie": "4.0.3",
"react-dom": "16.14.0"
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@storybook/addon-actions": "^6.2.2",
"@storybook/addon-essentials": "^6.2.2",
"@storybook/addon-links": "^6.2.2",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addons": "^6.2.2",
"@storybook/builder-webpack5": "^6.2.2",
"@storybook/react": "^6.2.2",
"@types/enzyme": "^3.10.8",
"@types/node": "^14.14.37",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"all-contributors-cli": "^6.20.0",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.0",
"enzyme": "^3.11.0",
"eslint": "^7.23.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-ns-ts": "^1.6.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^6.0.0",
"jest": "^26.6.3",
"jest-preset-ns": "^0.2.0",
"postcss": "^8.2.9",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.0.1",
"postcss-loader": "^5.2.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.2.1",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"storybook-addon-next-router": "^2.0.4",
"style-loader": "^2.0.0",
"stylelint": "^13.12.0",
"stylelint-config-recommended": "^4.0.0",
"tailwindcss": "^2.0.4",
"typescript": "^4.2.3",
"webpack": "^5.30.0"
"@babel/core": "7.13.15",
"@commitlint/cli": "12.1.1",
"@commitlint/config-conventional": "12.1.1",
"@storybook/addon-actions": "6.2.7",
"@storybook/addon-essentials": "6.2.7",
"@storybook/addon-links": "6.2.7",
"@storybook/addon-postcss": "2.0.0",
"@storybook/addons": "6.2.7",
"@storybook/builder-webpack5": "6.2.7",
"@storybook/react": "6.2.7",
"@types/enzyme": "3.10.8",
"@types/node": "14.14.37",
"@types/react": "17.0.3",
"@types/react-dom": "17.0.3",
"all-contributors-cli": "6.20.0",
"autoprefixer": "10.2.5",
"babel-loader": "8.2.2",
"css-loader": "5.2.1",
"enzyme": "3.11.0",
"eslint": "7.24.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-ns-ts": "1.6.1",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jest": "24.3.5",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-react": "7.23.2",
"eslint-plugin-react-hooks": "4.2.0",
"husky": "6.0.0",
"jest": "26.6.3",
"jest-preset-ns": "0.2.0",
"postcss": "8.2.10",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-import": "14.0.1",
"postcss-loader": "5.2.0",
"postcss-preset-env": "6.7.0",
"prettier": "2.2.1",
"sass": "1.32.8",
"sass-loader": "11.0.1",
"storybook-addon-next-router": "2.0.4",
"style-loader": "2.0.0",
"stylelint": "13.12.0",
"stylelint-config-recommended": "4.0.0",
"tailwindcss": "2.1.1",
"typescript": "4.2.4",
"webpack": "5.32.0"
}
}
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
module.exports = {
mode: 'jit',
purge: ['./src/**/*.{ts,tsx,scss}'],
}
Loading

1 comment on commit 05b97fe

@vercel
Copy link

@vercel vercel bot commented on 05b97fe Apr 13, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.