Compare commits
9 commits
149adf43d7
...
6a2c2a6f8f
Author | SHA1 | Date | |
---|---|---|---|
6a2c2a6f8f | |||
875d6da7ab | |||
39668af097 | |||
1a747bbefa | |||
81b8138b19 | |||
20df96adb6 | |||
52017df2d0 | |||
f787220c7d | |||
3f3d9e2f9d |
2 changed files with 14 additions and 14 deletions
|
@ -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.1",
|
||||
"@typescript-eslint/parser": "6.13.1",
|
||||
"eslint-config-prettier": "9.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "6.13.2",
|
||||
"@typescript-eslint/parser": "6.13.2",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"eslint-plugin-prettier": "5.0.1",
|
||||
"eslint": "8.54.0",
|
||||
"eslint": "8.55.0",
|
||||
"execa": "8.0.1",
|
||||
"jest": "29.7.0",
|
||||
"prettier": "3.1.0",
|
||||
|
|
|
@ -30,14 +30,14 @@
|
|||
"@procyon/styles": "1.2.9",
|
||||
"@procyon/types": "1.2.9",
|
||||
"@procyon/utils": "1.2.9",
|
||||
"@reduxjs/toolkit": "1.9.7",
|
||||
"@reduxjs/toolkit": "2.0.1",
|
||||
"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": "8.1.3",
|
||||
"react-redux": "9.0.2",
|
||||
"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.39",
|
||||
"@types/react": "18.2.42",
|
||||
"@types/react-dom": "18.2.17",
|
||||
"@types/react-redux": "7.1.31",
|
||||
"@types/react-redux": "7.1.32",
|
||||
"@types/yup": "0.29.14",
|
||||
"@typescript-eslint/eslint-plugin": "6.13.1",
|
||||
"@typescript-eslint/parser": "6.13.1",
|
||||
"@typescript-eslint/eslint-plugin": "6.13.2",
|
||||
"@typescript-eslint/parser": "6.13.2",
|
||||
"autoprefixer": "10.4.16",
|
||||
"case-sensitive-paths-webpack-plugin": "2.4.0",
|
||||
"clean-webpack-plugin": "4.0.0",
|
||||
|
@ -61,8 +61,8 @@
|
|||
"css-loader": "6.8.1",
|
||||
"process": "0.11.10",
|
||||
"dotenv": "16.3.1",
|
||||
"eslint": "8.54.0",
|
||||
"eslint-config-prettier": "9.0.0",
|
||||
"eslint": "8.55.0",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"eslint-plugin-import": "2.29.0",
|
||||
"eslint-plugin-react": "7.33.2",
|
||||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
|
@ -75,10 +75,10 @@
|
|||
"jest": "29.7.0",
|
||||
"mini-css-extract-plugin": "2.7.6",
|
||||
"nightwatch": "3.3.2",
|
||||
"postcss": "8.4.31",
|
||||
"postcss": "8.4.32",
|
||||
"postcss-loader": "7.3.3",
|
||||
"prettier": "3.1.0",
|
||||
"tailwindcss": "3.3.5",
|
||||
"tailwindcss": "3.3.6",
|
||||
"ts-node": "10.9.1",
|
||||
"ts-jest": "29.1.1",
|
||||
"ts-loader": "9.5.1",
|
||||
|
|
Loading…
Add table
Reference in a new issue