Skip to content

Commit

Permalink
Bump dependencies (#5)
Browse files Browse the repository at this point in the history
## Describe your changes

## Issue ticket number and link

## Checklist before requesting a review
- [x] I have performed a self-review of my code
- [x] If it is a core feature, I have added thorough tests.
  • Loading branch information
lounsbrough authored Aug 3, 2023
1 parent 3251c5f commit 3c1d204
Show file tree
Hide file tree
Showing 8 changed files with 2,694 additions and 13,007 deletions.
6 changes: 4 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,18 @@ module.exports = {
],
extends: [
'plugin:react/recommended',
'standard-with-typescript'
'plugin:@typescript-eslint/recommended'
],
overrides: [],
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module',
project: './tsconfig.json'
},
plugins: [
'react'
'react',
'@typescript-eslint'
],
rules: {},
settings: {
Expand Down
6 changes: 4 additions & 2 deletions demo/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@ module.exports = {
},
extends: [
'plugin:react/recommended',
'standard-with-typescript'
'plugin:@typescript-eslint/recommended'
],
overrides: [],
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module',
project: './tsconfig.json'
},
plugins: [
'react'
'react',
'@typescript-eslint'
],
rules: {},
settings: {
Expand Down
22 changes: 11 additions & 11 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"homepage": "https://Bayer-Group.github.io/atomic-spinner",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.0",
"@testing-library/jest-dom": "^5.16.5",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"@types/react": "^18.0.35",
"@types/react-dom": "^18.0.11",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.6",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@types/react-helmet": "^6.1.6",
"atomic-spinner": "workspace:*",
"prop-types": "^15.8.1",
Expand All @@ -23,8 +23,8 @@
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-scripts": "5.0.1",
"typescript": "^5.0.4",
"web-vitals": "^3.3.1"
"typescript": "^5.1.6",
"web-vitals": "^3.4.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading

0 comments on commit 3c1d204

Please sign in to comment.