Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinTCoughlin committed May 6, 2024
1 parent cf9ce49 commit 1fd60a2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:20
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:latest
18 changes: 1 addition & 17 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,6 @@
"build": {
"dockerfile": "Dockerfile"
},

// Set *default* container specific settings.json values on container create.
"settings": {
},

// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"dbaeumer.vscode-eslint"
],

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

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "yarn install -D",

// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"postCreateCommand": "yarn",
"remoteUser": "node"
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
"_phase:test": "heft run --only test -- --clean"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-4.7": "0.1.0",
"@rushstack/eslint-config": "3.5.1",
"@rushstack/heft": "0.63.6",
"@rushstack/heft-web-rig": "0.19.17",
"@rushstack/heft-webpack5-plugin": "0.9.16",
"@types/gtag.js": "0.0.18",
"@microsoft/rush-stack-compiler-5.3": "0.1.0",
"@rushstack/eslint-config": "3.6.9",
"@rushstack/heft": "0.66.3",
"@rushstack/heft-web-rig": "0.24.0",
"@rushstack/heft-webpack5-plugin": "0.9.40",
"@types/gtag.js": "0.0.19",
"@types/heft-jest": "1.0.6",
"@types/node": "20.11.0",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.18",
"@types/node": "20.12.8",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/webpack-env": "1.18.4",
"css-loader": "6.9.0",
"eslint": "8.56.0",
"fibers": "5.0.2",
"fibers": "5.0.3",
"html-webpack-plugin": "5.6.0",
"node-notifier": "10.0.1",
"react": "18.2.0",
Expand All @@ -37,8 +37,8 @@
"sass-loader": "13.3.3",
"source-map-loader": "4.0.2",
"style-loader": "3.3.4",
"typescript": "5.3.3",
"webpack": "5.82.1"
"typescript": "5.4.5",
"webpack": "5.91.0"
},
"dependencies": {
"@microsoft/load-themed-styles": "1.10.290",
Expand Down

0 comments on commit 1fd60a2

Please sign in to comment.