Skip to content

Commit

Permalink
Merge pull request #35 from bikk-uk/dependency-updates-september-21
Browse files Browse the repository at this point in the history
Dependency Updates
  • Loading branch information
aboyce authored Sep 12, 2021
2 parents 305aef8 + 9d893c1 commit af7b7c5
Show file tree
Hide file tree
Showing 4 changed files with 953 additions and 4,582 deletions.
22 changes: 11 additions & 11 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module.exports = {
semi: false,
trailingComma: 'all',
singleQuote: true,
jsxSingleQuote: true,
printWidth: 120,
tabWidth: 2,
tabs: false,
arrowParens: 'always', // Needed for the type in Typescript
bracketSpacing: true,
jsxBracketSameLine: true
}
semi: false,
trailingComma: 'all',
singleQuote: true,
jsxSingleQuote: true,
printWidth: 120,
tabWidth: 2,
tabs: false,
arrowParens: 'always', // Needed for the type in Typescript
bracketSpacing: true,
bracketSameLine: true,
}
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'jsdom',
setupFilesAfterEnv: ['./jest.setup.js'],
testPathIgnorePatterns: ['/node_modules/', '/dist/'],
coveragePathIgnorePatterns: ['<rootDir>/node_modules/', '<rootDir>/dist/'],
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-css/grid",
"version": "1.4.4",
"version": "1.4.5",
"description": "A thin wrapper to help make CSS Grid simpler and more expressive",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -39,23 +39,23 @@
},
"homepage": "https://github.com/bikk-uk/react-css-grid#readme",
"devDependencies": {
"@testing-library/react": "^11.2.7",
"@types/jest": "^26.0.24",
"@types/react": "^17.0.15",
"@testing-library/react": "^12.1.0",
"@types/jest": "^27.0.1",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"csstype": "^3.0.8",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^26.6.3",
"prettier": "^2.3.2",
"snyk": "^1.667.0",
"ts-jest": "^26.5.4",
"typescript": "^4.3.5"
"jest": "^27.1.1",
"prettier": "^2.4.0",
"snyk": "^1.706.0",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
},
"dependencies": {
"react": "^17.0.2",
Expand Down
Loading

0 comments on commit af7b7c5

Please sign in to comment.