Skip to content

Commit

Permalink
Latest and last changes for next training session
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikko Forsström committed May 30, 2023
1 parent afc6982 commit f46173c
Show file tree
Hide file tree
Showing 7 changed files with 2,623 additions and 1,533 deletions.
2 changes: 1 addition & 1 deletion 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/<xxxxxx> (This link should be alive for 7 days)
https://discord.gg/xxxx (This link should be alive forever)

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

Expand Down
51 changes: 26 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,64 +24,65 @@
"author": "Pekkis",
"license": "MIT",
"dependencies": {
"@faker-js/faker": "^8.0.1",
"@faker-js/faker": "^8.0.2",
"@hookform/resolvers": "^3.1.0",
"@react-three/fiber": "^8.13.0",
"@tanstack/react-query": "^4.29.7",
"@tanstack/react-query-devtools": "^4.29.7",
"@tanstack/react-query": "^4.29.12",
"@tanstack/react-query-devtools": "^4.29.12",
"@vanilla-extract/css": "^1.11.0",
"@vanilla-extract/sprinkles": "^1.6.0",
"axios": "^1.4.0",
"clsx": "^1.2.1",
"framer-motion": "^10.12.13",
"framer-motion": "^10.12.16",
"immer": "^10.0.2",
"luxon": "^3.3.0",
"markdown-to-jsx": "^7.2.0",
"next": "^13.4.3",
"next": "^13.4.4",
"normalize.css": "^8.0.1",
"ramda": "^0.29.0",
"random-js": "^2.1.0",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.4",
"react-hook-form": "^7.43.9",
"react-icons": "^4.8.0",
"react-error-boundary": "^4.0.7",
"react-hook-form": "^7.44.2",
"react-icons": "^4.9.0",
"react-router": "^6.11.2",
"react-router-dom": "^6.11.2",
"styled-components": "6.0.0-rc.0",
"three": "^0.152.2",
"troika-three-text": "^0.47.2",
"zod": "^3.21.4",
"zustand": "^4.3.8"
},
"devDependencies": {
"@axe-core/react": "^4.7.1",
"@next/bundle-analyzer": "^13.4.3",
"@playwright/test": "^1.34.1",
"@storybook/addon-essentials": "^7.0.14",
"@storybook/addon-interactions": "^7.0.14",
"@storybook/addon-links": "^7.0.14",
"@storybook/blocks": "^7.0.14",
"@storybook/nextjs": "^7.0.14",
"@storybook/react": "^7.0.14",
"@next/bundle-analyzer": "^13.4.4",
"@playwright/test": "^1.34.3",
"@storybook/addon-essentials": "^7.0.18",
"@storybook/addon-interactions": "^7.0.18",
"@storybook/addon-links": "^7.0.18",
"@storybook/blocks": "^7.0.18",
"@storybook/nextjs": "^7.0.18",
"@storybook/react": "^7.0.18",
"@storybook/testing-library": "^0.1.0",
"@testing-library/dom": "^9.3.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.1",
"@types/luxon": "^3.3.0",
"@types/node": "^20.2.3",
"@types/ramda": "^0.29.1",
"@types/react": "^18.2.6",
"@types/node": "^20.2.5",
"@types/ramda": "^0.29.2",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@types/testing-library__jest-dom": "^5.14.5",
"@types/three": "^0.152.0",
"@types/testing-library__jest-dom": "^5.14.6",
"@types/three": "^0.152.1",
"@typescript-eslint/eslint-plugin": "5.59.7",
"@typescript-eslint/parser": "5.59.7",
"@vanilla-extract/next-plugin": "^2.1.2",
"@vanilla-extract/next-plugin": "^2.1.3",
"autoprefixer": "^10.4.14",
"eslint": "^8.41.0",
"eslint-config-next": "^13.4.3",
"eslint-config-next": "^13.4.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
Expand All @@ -92,11 +93,11 @@
"identity-obj-proxy": "^3.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jsdom": "^22.0.0",
"jsdom": "^22.1.0",
"msw": "^1.2.1",
"prettier": "^2.8.8",
"rollup-plugin-visualizer": "^5.9.0",
"storybook": "^7.0.14",
"storybook": "^7.0.18",
"stylelint": "^15.6.2",
"stylelint-config-standard": "^33.0.0",
"stylelint-prettier": "^3.0.0",
Expand Down
Loading

1 comment on commit f46173c

@vercel
Copy link

@vercel vercel bot commented on f46173c May 30, 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.