Skip to content

Commit 9408d1f

Browse files
committed
Update dependencies, remove storybook, and update devcontainer image/node version
1 parent 5386244 commit 9408d1f

File tree

8 files changed

+7568
-21561
lines changed

8 files changed

+7568
-21561
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "RockyLinux.org",
3-
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-20",
3+
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20",
44

55
// Use 'forwardPorts' to make a list of ports inside the container available locally.
66
// "forwardPorts": [],

.eslintrc.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
2-
"extends": [
3-
"eslint:recommended",
4-
"next/core-web-vitals",
5-
"plugin:storybook/recommended"
6-
],
2+
"extends": ["eslint:recommended", "next/core-web-vitals"],
73
"plugins": ["react", "react-hooks"],
84
"env": {
95
"jest": true

.storybook/main.ts

Lines changed: 0 additions & 43 deletions
This file was deleted.

.storybook/preview.tsx

Lines changed: 0 additions & 69 deletions
This file was deleted.

jest.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const createJestConfig = nextJest({
77
// Add any custom config to be passed to Jest
88
/** @type {import('jest').Config} */
99
const config = {
10-
testEnvironment: "jest-environment-jsdom",
10+
testEnvironment: "jsdom",
1111
setupFilesAfterEnv: ["<rootDir>/jest.setup.js"],
1212
moduleNameMapper: {
1313
"^@/(.*)$": "<rootDir>/$1",

0 commit comments

Comments
 (0)