Skip to content

Commit

Permalink
Merge pull request #67 from falsepopsky/dev
Browse files Browse the repository at this point in the history
chore: update db
  • Loading branch information
falsepopsky authored Oct 3, 2023
2 parents 7c6c96a + 5c936ec commit 294080e
Show file tree
Hide file tree
Showing 8 changed files with 509 additions and 464 deletions.
22 changes: 22 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "Ubuntu",
"image": "mcr.microsoft.com/devcontainers/base:jammy",
"features": {
"ghcr.io/devcontainers/features/node:1": {
"nodeGypDependencies": true,
"version": "18",
"nvmVersion": "latest"
}
},
"customizations": {
"vscode": {
"extensions": [
"EditorConfig.EditorConfig",
"bradlc.vscode-tailwindcss",
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"github.vscode-github-actions"
]
}
}
}
3 changes: 2 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"new morning issue":
- "moon/src/components/**/db.js"
- "sun/src/db/*.ts"
- "sun/app/components/Chapterpy.tsx"
- "sun/app/components/Heatmap.tsx"
documentation:
- "docs/**"
- "README.md"
Expand Down
16 changes: 16 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# :clock12: Changelog

## :date: v1.0.5

<details><summary>Oct 03, 2023</summary>

**project**

- add: `.devcontainer`.
- update: labeler.

**sun**

- update: db `new morning issue` at `#45`.
- update(deps): to latest.

</details>

## :date: v1.0.4

<details><summary>Aug 22, 2023</summary>
Expand Down
2 changes: 1 addition & 1 deletion sun/app/components/Chapterpy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const AreaDB: ApexOptions = {
},
{
name: 'Hiatus chapters',
data: [0, 8, 13, 14, 22, 29, 37, 30, 25, 26, 31, 21, 35, 48, 40, 37, 42, 47, 48, 49, 48, 48, 48, 48, 48, 35],
data: [0, 8, 13, 14, 22, 29, 37, 30, 25, 26, 31, 21, 35, 48, 40, 37, 42, 47, 48, 49, 48, 48, 48, 48, 48, 41],
},
],
dataLabels: {
Expand Down
24 changes: 12 additions & 12 deletions sun/app/components/Heatmap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5616,27 +5616,27 @@ const HeatmapDB: HeatmapDb[] = [
},
{
x: '#40',
y: null,
y: 0,
},
{
x: '#41',
y: null,
y: 0,
},
{
x: '#42',
y: null,
y: 0,
},
{
x: '#43',
y: null,
y: 0,
},
{
x: '#44',
y: null,
y: 0,
},
{
x: '#45',
y: null,
y: 0,
},
{
x: '#46',
Expand Down Expand Up @@ -11261,27 +11261,27 @@ const ArcDB: HeatmapDb[] = [
},
{
x: '#40',
y: null,
y: 0,
},
{
x: '#41',
y: null,
y: 0,
},
{
x: '#42',
y: null,
y: 0,
},
{
x: '#43',
y: null,
y: 0,
},
{
x: '#44',
y: null,
y: 0,
},
{
x: '#45',
y: null,
y: 0,
},
{
x: '#46',
Expand Down
2 changes: 1 addition & 1 deletion sun/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Link from 'next/link';
import './globals.css';

const ibm_plex_sans = IBM_Plex_Sans({
weight: ['300', '400', '500', '600'],
weight: ['300', '400', '500'],
style: 'normal',
preload: false,
display: 'swap',
Expand Down
28 changes: 14 additions & 14 deletions sun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,33 +8,33 @@
"format": "prettier --cache -w ."
},
"dependencies": {
"apexcharts": "^3.42.0",
"next": "^13.4.19",
"apexcharts": "^3.43.0",
"next": "^13.5.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@nivo/core": "^0.83.0",
"@nivo/heatmap": "^0.83.0",
"@types/node": "^20.5.6",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"autoprefixer": "^10.4.15",
"eslint": "^8.48.0",
"eslint-config-next": "^13.4.19",
"@types/node": "^20.8.2",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.8",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"autoprefixer": "^10.4.16",
"eslint": "^8.50.0",
"eslint-config-next": "^13.5.4",
"eslint-config-prettier": "^9.0.0",
"next-themes": "^0.2.1",
"postcss": "^8.4.28",
"prettier": "^3.0.2",
"prettier-plugin-tailwindcss": "^0.5.3",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.5",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=18",
"pnpm": ">=8"
},
"packageManager": "pnpm@8.7.0"
"packageManager": "pnpm@8.8.0"
}
Loading

1 comment on commit 294080e

@vercel
Copy link

@vercel vercel bot commented on 294080e Oct 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.