Compare commits

..

1 commit

Author SHA1 Message Date
149adf43d7 Update dependency eslint-config-prettier to v9.1.0
Some checks failed
forgejo/Procyon/seedling/pipeline/head This commit looks good
forgejo/Procyon/seedling/pipeline/pr-master There was a failure building this commit
2023-12-02 11:33:21 +00:00
2 changed files with 12 additions and 12 deletions

View file

@ -40,11 +40,11 @@
"@types/jest": "29.5.10",
"@types/node": "20.6.0",
"@types/supertest": "2.0.16",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.0.1",
"eslint": "8.55.0",
"eslint": "8.54.0",
"execa": "8.0.1",
"jest": "29.7.0",
"prettier": "3.1.0",

View file

@ -30,14 +30,14 @@
"@procyon/styles": "1.2.9",
"@procyon/types": "1.2.9",
"@procyon/utils": "1.2.9",
"@reduxjs/toolkit": "2.0.1",
"@reduxjs/toolkit": "1.9.7",
"clsx": "2.0.0",
"date-fns": "2.30.0",
"history": "5.3.0",
"ramda": "0.29.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "9.0.2",
"react-redux": "8.1.3",
"typescript": "5.3.2",
"wouter": "2.12.1",
"yup": "1.3.2"
@ -48,12 +48,12 @@
"@types/jest": "29.5.10",
"@types/nightwatch": "2.3.30",
"@types/ramda": "0.29.9",
"@types/react": "18.2.42",
"@types/react": "18.2.39",
"@types/react-dom": "18.2.17",
"@types/react-redux": "7.1.32",
"@types/react-redux": "7.1.31",
"@types/yup": "0.29.14",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"autoprefixer": "10.4.16",
"case-sensitive-paths-webpack-plugin": "2.4.0",
"clean-webpack-plugin": "4.0.0",
@ -61,7 +61,7 @@
"css-loader": "6.8.1",
"process": "0.11.10",
"dotenv": "16.3.1",
"eslint": "8.55.0",
"eslint": "8.54.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-react": "7.33.2",
@ -75,10 +75,10 @@
"jest": "29.7.0",
"mini-css-extract-plugin": "2.7.6",
"nightwatch": "3.3.2",
"postcss": "8.4.32",
"postcss": "8.4.31",
"postcss-loader": "7.3.3",
"prettier": "3.1.0",
"tailwindcss": "3.3.6",
"tailwindcss": "3.3.5",
"ts-node": "10.9.1",
"ts-jest": "29.1.1",
"ts-loader": "9.5.1",