Skip to content

Commit

Permalink
Update to latest version: pnpm, vite, docker
Browse files Browse the repository at this point in the history
  • Loading branch information
bartstc committed Jan 21, 2024
1 parent 629b56d commit 7fa5bbb
Show file tree
Hide file tree
Showing 3 changed files with 1,371 additions and 286 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM mcr.microsoft.com/devcontainers/typescript-node:0-18
FROM mcr.microsoft.com/devcontainers/typescript-node:dev-20

RUN corepack enable && corepack prepare pnpm@8.6.6 --activate
RUN corepack enable && corepack prepare pnpm@8.14.1 --activate
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/lodash-es": "^4.17.6",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react-swc": "^3.3.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"axe-playwright": "^1.2.3",
"babel-loader": "^8.3.0",
"concurrently": "^8.2.0",
Expand All @@ -50,16 +50,16 @@
"jest": "^29.3.1",
"msw": "^1.1.0",
"msw-storybook-addon": "^1.9.0",
"playwright": "^1.35.1",
"playwright": "^1.41.1",
"prettier": "2.8.6",
"pretty-quick": "^3.1.3",
"storybook": "^7.5.1",
"storybook-dark-mode": "^3.0.1",
"typescript": "^4.9.3",
"vite": "~4.3.3",
"vite-plugin-checker": "^0.5.4",
"vite-tsconfig-paths": "^4.0.5",
"vitest": "^0.27.3",
"typescript": "^5.3.3",
"vite": "~5.0.12",
"vite-plugin-checker": "^0.6.2",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.2.1",
"wait-on": "^7.0.1"
},
"browserslist": {
Expand All @@ -72,5 +72,5 @@
"last 1 version"
]
},
"packageManager": "pnpm@8.6.6"
"packageManager": "pnpm@8.14.1"
}
Loading

0 comments on commit 7fa5bbb

Please sign in to comment.