Compare commits
15 commits
452f90b722
...
6c7e59a99a
Author | SHA1 | Date | |
---|---|---|---|
6c7e59a99a | |||
b0bcb8eb1d | |||
83a6a34544 | |||
0e69ced0f9 | |||
1aa7f04541 | |||
0c145b3e72 | |||
1478ea9c24 | |||
a1a981d383 | |||
8d06d77e18 | |||
6afb07b7ea | |||
2a7ecc2ccd | |||
0c0b189670 | |||
d7bc09fdd9 | |||
2faa317d84 | |||
3f67a9c784 |
6 changed files with 27 additions and 26 deletions
|
@ -10,7 +10,8 @@
|
|||
"Fooxly.themeswitch",
|
||||
"EditorConfig.EditorConfig",
|
||||
"rvest.vs-code-prettier-eslint",
|
||||
"wix.vscode-import-cost"
|
||||
"wix.vscode-import-cost",
|
||||
"mia-hall.vscode-git-branch-sidebar"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -2,7 +2,7 @@
|
|||
import FrontendBuild
|
||||
|
||||
FrontendBuild({
|
||||
name = 'seedling'
|
||||
appName = 'seedling'
|
||||
runLint = false
|
||||
runUnitTest = false
|
||||
runE2ETest = false
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"replace-in-file": "7.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "3.0.3"
|
||||
"prettier": "3.1.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://npm.romanjaros.dev"
|
||||
|
|
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
|
@ -14,8 +14,8 @@ dependencies:
|
|||
|
||||
devDependencies:
|
||||
prettier:
|
||||
specifier: 3.0.3
|
||||
version: 3.0.3
|
||||
specifier: 3.1.0
|
||||
version: 3.1.0
|
||||
|
||||
packages:
|
||||
|
||||
|
@ -136,8 +136,8 @@ packages:
|
|||
wrappy: 1.0.2
|
||||
dev: false
|
||||
|
||||
/prettier@3.0.3:
|
||||
resolution: {integrity: sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==}
|
||||
/prettier@3.1.0:
|
||||
resolution: {integrity: sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==}
|
||||
engines: {node: '>=14'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
"@nestjs/schematics": "^10.0.2",
|
||||
"@nestjs/testing": "^10.2.5",
|
||||
"@types/express": "^4.17.17",
|
||||
"@types/jest": "29.5.4",
|
||||
"@types/jest": "29.5.8",
|
||||
"@types/node": "20.6.0",
|
||||
"@types/supertest": "^2.0.12",
|
||||
"@typescript-eslint/eslint-plugin": "^6.7.0",
|
||||
|
|
|
@ -31,44 +31,44 @@
|
|||
"@procyon/types": "^1.0.31",
|
||||
"@procyon/utils": "^1.0.31",
|
||||
"@reduxjs/toolkit": "1.9.7",
|
||||
"clsx": "^1.2.1",
|
||||
"clsx": "^2.0.0",
|
||||
"date-fns": "2.30.0",
|
||||
"history": "5.3.0",
|
||||
"ramda": "0.29.1",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-redux": "8.1.3",
|
||||
"typescript": "5.2.2",
|
||||
"wouter": "2.11.0",
|
||||
"wouter": "2.12.1",
|
||||
"yup": "0.32.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rtk-query/codegen-openapi": "1.2.0",
|
||||
"@types/enzyme": "3.10.11",
|
||||
"@types/jest": "27.4.1",
|
||||
"@types/jest": "27.5.2",
|
||||
"@types/nightwatch": "2.3.28",
|
||||
"@types/ramda": "0.29.9",
|
||||
"@types/react": "17.0.70",
|
||||
"@types/react-dom": "17.0.23",
|
||||
"@types/react": "18.2.37",
|
||||
"@types/react-dom": "18.2.15",
|
||||
"@types/react-redux": "7.1.30",
|
||||
"@types/yup": "0.29.14",
|
||||
"@typescript-eslint/eslint-plugin": "5.16.0",
|
||||
"@typescript-eslint/parser": "5.16.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.62.0",
|
||||
"@typescript-eslint/parser": "5.62.0",
|
||||
"autoprefixer": "10.4.16",
|
||||
"case-sensitive-paths-webpack-plugin": "2.4.0",
|
||||
"clean-webpack-plugin": "^4.0.0",
|
||||
"copy-webpack-plugin": "^10.2.4",
|
||||
"copy-webpack-plugin": "^11.0.0",
|
||||
"css-loader": "6.8.1",
|
||||
"process": "0.11.10",
|
||||
"dotenv": "16.3.1",
|
||||
"eslint": "8.53.0",
|
||||
"eslint-config-prettier": "8.10.0",
|
||||
"eslint-config-prettier": "9.0.0",
|
||||
"eslint-plugin-import": "2.29.0",
|
||||
"eslint-plugin-react": "7.33.2",
|
||||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
"eslint-plugin-simple-import-sort": "7.0.0",
|
||||
"eslint-plugin-simple-import-sort": "10.0.0",
|
||||
"eslint-plugin-typescript": "0.14.0",
|
||||
"eslint-plugin-typescript-sort-keys": "2.3.0",
|
||||
"eslint-plugin-typescript-sort-keys": "3.1.0",
|
||||
"file-loader": "6.2.0",
|
||||
"html-webpack-plugin": "5.5.3",
|
||||
"http-server-spa": "1.3.0",
|
||||
|
@ -77,18 +77,18 @@
|
|||
"nightwatch": "3.3.2",
|
||||
"postcss": "8.4.31",
|
||||
"postcss-loader": "6.2.1",
|
||||
"prettier": "2.8.8",
|
||||
"prettier": "3.1.0",
|
||||
"tailwindcss": "3.3.5",
|
||||
"ts-node": "10.9.1",
|
||||
"ts-jest": "27.1.5",
|
||||
"ts-loader": "9.5.1",
|
||||
"ts-prune": "^0.10.3",
|
||||
"tsconfig-paths": "3.14.2",
|
||||
"tsconfig-paths": "4.2.0",
|
||||
"url-loader": "4.1.1",
|
||||
"webpack": "5.70.0",
|
||||
"webpack": "5.89.0",
|
||||
"webpack-bundle-analyzer": "^4.5.0",
|
||||
"webpack-cli": "4.10.0",
|
||||
"webpack-dev-server": "4.7.4",
|
||||
"webpack-cli": "5.1.4",
|
||||
"webpack-dev-server": "4.15.1",
|
||||
"webpack-merge": "^5.8.0"
|
||||
},
|
||||
"peerDependencies": {}
|
||||
|
|
Loading…
Add table
Reference in a new issue