Skip to content

Commit

Permalink
refactor: rename some modules
Browse files Browse the repository at this point in the history
  • Loading branch information
radoslavirha committed Oct 16, 2023
1 parent b786f97 commit 94df550
Show file tree
Hide file tree
Showing 18 changed files with 57 additions and 118 deletions.
4 changes: 2 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ PACKAGE: packages/**
"Hiker's Book UI": ui/hikers-book/**
'@hikers-book/cli-tools': packages/cli-tools/**
'@hikers-book/config': packages/config/**
'@hikers-book/config-jest': packages/config-jest/**
'@hikers-book/cryptography': packages/cryptography/**
'@hikers-book/eslint-config': packages/eslint-config/**
'@hikers-book/eslint-config': packages/eslint/**
'@hikers-book/jest': packages/jest/**
'@hikers-book/tsed-swagger': packages/tsed-swagger/**

ci: .github/**
Expand Down
2 changes: 1 addition & 1 deletion api/authentication/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import sharedConfig from '@hikers-book/config-jest/api';
import sharedConfig from '@hikers-book/jest/api';

export default {
...sharedConfig,
Expand Down
2 changes: 1 addition & 1 deletion api/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"devDependencies": {
"@hikers-book/cli-tools": "workspace:*",
"@hikers-book/config": "workspace:*",
"@hikers-book/config-jest": "workspace:*",
"@hikers-book/eslint-config": "workspace:*",
"@hikers-book/jest": "workspace:*",
"@tsed/cli-plugin-eslint": "4.6.4",
"@tsed/cli-plugin-jest": "4.6.4",
"@tsed/cli-plugin-mongoose": "4.6.4",
Expand Down
2 changes: 1 addition & 1 deletion api/graphql/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import sharedConfig from '@hikers-book/config-jest/api';
import sharedConfig from '@hikers-book/jest/api';

export default {
...sharedConfig,
Expand Down
2 changes: 1 addition & 1 deletion api/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"devDependencies": {
"@hikers-book/cli-tools": "workspace:*",
"@hikers-book/config": "workspace:*",
"@hikers-book/config-jest": "workspace:*",
"@hikers-book/eslint-config": "workspace:*",
"@hikers-book/jest": "workspace:*",
"@tsed/apollo": "^7.36.8",
"@tsed/cli-plugin-eslint": "4.6.4",
"@tsed/cli-plugin-jest": "4.6.4",
Expand Down
2 changes: 1 addition & 1 deletion api/stages/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import sharedConfig from '@hikers-book/config-jest/api';
import sharedConfig from '@hikers-book/jest/api';

export default {
...sharedConfig,
Expand Down
2 changes: 1 addition & 1 deletion api/stages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"devDependencies": {
"@hikers-book/cli-tools": "workspace:*",
"@hikers-book/config": "workspace:*",
"@hikers-book/config-jest": "workspace:*",
"@hikers-book/eslint-config": "workspace:*",
"@hikers-book/jest": "workspace:*",
"@tsed/cli-plugin-eslint": "4.6.4",
"@tsed/cli-plugin-jest": "4.6.4",
"@tsed/cli-plugin-mongoose": "4.6.4",
Expand Down
2 changes: 1 addition & 1 deletion api/trips/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import sharedConfig from '@hikers-book/config-jest/api';
import sharedConfig from '@hikers-book/jest/api';

export default {
...sharedConfig,
Expand Down
2 changes: 1 addition & 1 deletion api/trips/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"devDependencies": {
"@hikers-book/cli-tools": "workspace:*",
"@hikers-book/config": "workspace:*",
"@hikers-book/config-jest": "workspace:*",
"@hikers-book/eslint-config": "workspace:*",
"@hikers-book/jest": "workspace:*",
"@tsed/cli-plugin-eslint": "4.6.4",
"@tsed/cli-plugin-jest": "4.6.4",
"@tsed/cli-plugin-mongoose": "4.6.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/cryptography/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import sharedConfig from '@hikers-book/config-jest/api';
import sharedConfig from '@hikers-book/jest/api';

export default {
...sharedConfig
Expand Down
2 changes: 1 addition & 1 deletion packages/cryptography/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"cross-env": "^7.0.3"
},
"devDependencies": {
"@hikers-book/config-jest": "workspace:*",
"@hikers-book/eslint-config": "workspace:*",
"@hikers-book/jest": "workspace:*",
"@types/jest": "^29.5.5",
"@types/node": "^20.5.7",
"jest": "^29.7.0",
Expand Down
5 changes: 5 additions & 0 deletions packages/eslint/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# @hikers-book/eslint-config

Package name must stay `@hikers-book/eslint-config`!

[Docs](https://eslint.org/docs/latest/extend/shareable-configs#creating-a-shareable-config)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@hikers-book/config-jest",
"name": "@hikers-book/jest",
"version": "0.7.0",
"description": "Jest config for Hiker's Book",
"exports": {
Expand Down
Loading

0 comments on commit 94df550

Please sign in to comment.