Compare commits

..

9 commits

Author SHA1 Message Date
6a2c2a6f8f Update dependency eslint-config-prettier to v9.1.0
Some checks failed
forgejo/Procyon/seedling/pipeline/head There was a failure building this commit
forgejo/Procyon/seedling/pipeline/pr-master There was a failure building this commit
2023-12-08 05:34:05 +00:00
875d6da7ab Update dependency @reduxjs/toolkit to v2
Some checks failed
forgejo/Procyon/seedling/pipeline/head There was a failure building this commit
2023-12-07 23:00:45 +01:00
39668af097 Update dependency react-redux to v9
Some checks failed
forgejo/Procyon/seedling/pipeline/head There was a failure building this commit
2023-12-07 23:00:41 +01:00
1a747bbefa Update dependency @types/react-redux to v7.1.32
Some checks are pending
forgejo/Procyon/seedling/pipeline/head Build queued...
2023-12-07 23:00:35 +01:00
81b8138b19 Update dependency tailwindcss to v3.3.6
Some checks failed
forgejo/Procyon/seedling/pipeline/head There was a failure building this commit
2023-12-07 23:00:30 +01:00
20df96adb6 Update typescript-eslint monorepo to v6.13.2
Some checks are pending
forgejo/Procyon/seedling/pipeline/head Build queued...
2023-12-07 23:00:25 +01:00
52017df2d0 Update dependency eslint to v8.55.0
Some checks failed
forgejo/Procyon/seedling/pipeline/head There was a failure building this commit
2023-12-07 23:00:17 +01:00
f787220c7d Update dependency postcss to v8.4.32
Some checks failed
forgejo/Procyon/seedling/pipeline/head There was a failure building this commit
2023-12-07 23:00:12 +01:00
3f3d9e2f9d Update dependency @types/react to v18.2.42
Some checks are pending
forgejo/Procyon/seedling/pipeline/pr-master This commit looks good
forgejo/Procyon/seedling/pipeline/head Build queued...
2023-12-04 21:33:50 +00:00
2 changed files with 12 additions and 12 deletions

View file

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

View file

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