Compare commits

..

1 commit

Author SHA1 Message Date
d0237c708e Update dependency postcss-loader to v7
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-11-17 20:31:30 +00:00
6 changed files with 23 additions and 24 deletions

View file

@ -10,8 +10,7 @@
"Fooxly.themeswitch", "Fooxly.themeswitch",
"EditorConfig.EditorConfig", "EditorConfig.EditorConfig",
"rvest.vs-code-prettier-eslint", "rvest.vs-code-prettier-eslint",
"wix.vscode-import-cost", "wix.vscode-import-cost"
"mia-hall.vscode-git-branch-sidebar"
] ]
} }
} }

2
Jenkinsfile vendored
View file

@ -2,7 +2,7 @@
import FrontendBuild import FrontendBuild
FrontendBuild({ FrontendBuild({
appName = 'seedling' name = 'seedling'
runLint = false runLint = false
runUnitTest = false runUnitTest = false
runE2ETest = false runE2ETest = false

View file

@ -16,7 +16,7 @@
"replace-in-file": "7.0.2" "replace-in-file": "7.0.2"
}, },
"devDependencies": { "devDependencies": {
"prettier": "3.1.0" "prettier": "3.0.3"
}, },
"publishConfig": { "publishConfig": {
"registry": "https://npm.romanjaros.dev" "registry": "https://npm.romanjaros.dev"

8
pnpm-lock.yaml generated
View file

@ -14,8 +14,8 @@ dependencies:
devDependencies: devDependencies:
prettier: prettier:
specifier: 3.1.0 specifier: 3.0.3
version: 3.1.0 version: 3.0.3
packages: packages:
@ -136,8 +136,8 @@ packages:
wrappy: 1.0.2 wrappy: 1.0.2
dev: false dev: false
/prettier@3.1.0: /prettier@3.0.3:
resolution: {integrity: sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==} resolution: {integrity: sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==}
engines: {node: '>=14'} engines: {node: '>=14'}
hasBin: true hasBin: true
dev: true dev: true

View file

@ -37,7 +37,7 @@
"@nestjs/schematics": "^10.0.2", "@nestjs/schematics": "^10.0.2",
"@nestjs/testing": "^10.2.5", "@nestjs/testing": "^10.2.5",
"@types/express": "^4.17.17", "@types/express": "^4.17.17",
"@types/jest": "29.5.8", "@types/jest": "29.5.4",
"@types/node": "20.6.0", "@types/node": "20.6.0",
"@types/supertest": "^2.0.12", "@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^6.7.0", "@typescript-eslint/eslint-plugin": "^6.7.0",

View file

@ -31,44 +31,44 @@
"@procyon/types": "^1.0.31", "@procyon/types": "^1.0.31",
"@procyon/utils": "^1.0.31", "@procyon/utils": "^1.0.31",
"@reduxjs/toolkit": "1.9.7", "@reduxjs/toolkit": "1.9.7",
"clsx": "^2.0.0", "clsx": "^1.2.1",
"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": "17.0.2",
"react-dom": "18.2.0", "react-dom": "17.0.2",
"react-redux": "8.1.3", "react-redux": "8.1.3",
"typescript": "5.2.2", "typescript": "5.2.2",
"wouter": "2.12.1", "wouter": "2.11.0",
"yup": "0.32.11" "yup": "0.32.11"
}, },
"devDependencies": { "devDependencies": {
"@rtk-query/codegen-openapi": "1.2.0", "@rtk-query/codegen-openapi": "1.2.0",
"@types/enzyme": "3.10.11", "@types/enzyme": "3.10.11",
"@types/jest": "27.5.2", "@types/jest": "27.4.1",
"@types/nightwatch": "2.3.28", "@types/nightwatch": "2.3.28",
"@types/ramda": "0.29.9", "@types/ramda": "0.29.9",
"@types/react": "18.2.37", "@types/react": "17.0.70",
"@types/react-dom": "18.2.15", "@types/react-dom": "17.0.23",
"@types/react-redux": "7.1.30", "@types/react-redux": "7.1.30",
"@types/yup": "0.29.14", "@types/yup": "0.29.14",
"@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/eslint-plugin": "5.16.0",
"@typescript-eslint/parser": "5.62.0", "@typescript-eslint/parser": "5.16.0",
"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",
"copy-webpack-plugin": "^11.0.0", "copy-webpack-plugin": "^10.2.4",
"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.53.0", "eslint": "8.53.0",
"eslint-config-prettier": "9.0.0", "eslint-config-prettier": "8.10.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",
"eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "10.0.0", "eslint-plugin-simple-import-sort": "7.0.0",
"eslint-plugin-typescript": "0.14.0", "eslint-plugin-typescript": "0.14.0",
"eslint-plugin-typescript-sort-keys": "3.1.0", "eslint-plugin-typescript-sort-keys": "2.3.0",
"file-loader": "6.2.0", "file-loader": "6.2.0",
"html-webpack-plugin": "5.5.3", "html-webpack-plugin": "5.5.3",
"http-server-spa": "1.3.0", "http-server-spa": "1.3.0",
@ -77,13 +77,13 @@
"nightwatch": "3.3.2", "nightwatch": "3.3.2",
"postcss": "8.4.31", "postcss": "8.4.31",
"postcss-loader": "7.3.3", "postcss-loader": "7.3.3",
"prettier": "3.1.0", "prettier": "2.8.8",
"tailwindcss": "3.3.5", "tailwindcss": "3.3.5",
"ts-node": "10.9.1", "ts-node": "10.9.1",
"ts-jest": "27.1.5", "ts-jest": "27.1.5",
"ts-loader": "9.5.1", "ts-loader": "9.5.1",
"ts-prune": "^0.10.3", "ts-prune": "^0.10.3",
"tsconfig-paths": "4.2.0", "tsconfig-paths": "3.14.2",
"url-loader": "4.1.1", "url-loader": "4.1.1",
"webpack": "5.70.0", "webpack": "5.70.0",
"webpack-bundle-analyzer": "^4.5.0", "webpack-bundle-analyzer": "^4.5.0",