Skip to content

Commit

Permalink
Upgradetores majores
Browse files Browse the repository at this point in the history
  • Loading branch information
pekkis committed Oct 9, 2023
1 parent 5846dbc commit 4efe9b9
Show file tree
Hide file tree
Showing 4 changed files with 726 additions and 2,750 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18
v20
4 changes: 2 additions & 2 deletions INVITATION-INSTRUCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ It is very important to follow these instructions _before_ the training day so w

Start by joining the Discord (link below) server. I would recommend the desktop version of the software.

https://discord.gg/xxxx (This link should be alive forever)
https://discord.gg/vHJNBWSP4 (This link should be alive for 30 days)

After you have joined, you can clone / fork the following repo and set the coding environment up.

Expand All @@ -16,7 +16,7 @@ Follow the instructions in the README.md carefully. Make sure you get the site u

If you want to use some other IDE / editor than VSCode, you'll miss out on LiveShare and that could be a useful tool here. So maybe you really ought to use VSCode this time even if you like your usual IDE better.

See you at the server, and hey, you should **absolutely pull the latest chances** in the morning before the session and run `pnpm i`. I'm pretty sure I'll still update the repo somehow with something, update the packages and / or apply some latest wizardy / weirdness.
See you at the server, and hey, you must **pull the latest changes** in the morning before the session and run `pnpm i`. I'm sure I'll still do R & D and update the repo somehow with something, update the packages and / or apply some latest wizardy / weirdness.

We'll start both days at 0900 hours and end at ~1600ish hours.

Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@vanilla-extract/css": "^1.13.0",
"@vanilla-extract/sprinkles": "^1.6.1",
"axios": "^1.5.1",
"clsx": "^1.2.1",
"clsx": "^2.0.0",
"framer-motion": "^10.16.4",
"immer": "^10.0.3",
"luxon": "^3.4.3",
Expand All @@ -49,9 +49,10 @@
"react-icons": "^4.11.0",
"react-router": "^6.16.0",
"react-router-dom": "^6.16.0",
"styled-components": "6.0.0-rc.0",
"three": "^0.152.2",
"troika-three-text": "^0.47.2",
"sharp": "^0.32.6",
"styled-components": "6.0.8",
"three": "^0.157.0",
"troika-three-text": "^0.49.0",
"zod": "^3.22.4",
"zustand": "^4.4.3"
},
Expand All @@ -65,9 +66,9 @@
"@storybook/blocks": "^7.4.6",
"@storybook/nextjs": "^7.4.6",
"@storybook/react": "^7.4.6",
"@storybook/testing-library": "^0.1.0",
"@storybook/testing-library": "^0.2.2",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.5",
Expand All @@ -76,18 +77,17 @@
"@types/ramda": "^0.29.6",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.11",
"@types/testing-library__jest-dom": "^5.14.9",
"@types/three": "^0.152.1",
"@typescript-eslint/eslint-plugin": "5.59.7",
"@typescript-eslint/parser": "5.59.7",
"@types/three": "^0.156.0",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"@vanilla-extract/next-plugin": "^2.3.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.51.0",
"eslint-config-next": "^13.5.4",
"eslint-config-prettier": "^8.10.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "^0.6.15",
Expand All @@ -96,12 +96,12 @@
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^22.1.0",
"msw": "^1.3.2",
"prettier": "^2.8.8",
"prettier": "^3.0.3",
"rollup-plugin-visualizer": "^5.9.2",
"storybook": "^7.4.6",
"stylelint": "^15.10.3",
"stylelint-config-standard": "^33.0.0",
"stylelint-prettier": "^3.0.0",
"typescript": "~5.0.4"
"stylelint-config-standard": "^34.0.0",
"stylelint-prettier": "^4.0.2",
"typescript": "~5.2.2"
}
}
Loading

1 comment on commit 4efe9b9

@vercel
Copy link

@vercel vercel bot commented on 4efe9b9 Oct 9, 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.