Skip to content

Commit

Permalink
Improve: Pin all dependencies, past and future
Browse files Browse the repository at this point in the history
  • Loading branch information
testower committed Jan 10, 2024
1 parent d7e9ecd commit 4edc9e6
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 50 deletions.
Empty file added client-next/.npmrc
Empty file.
50 changes: 25 additions & 25 deletions client-next/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 25 additions & 25 deletions client-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,35 +15,35 @@
"codegen": "graphql-codegen --config codegen.ts"
},
"dependencies": {
"@googlemaps/polyline-codec": "^1.0.28",
"bootstrap": "^5.3.1",
"graphql": "^16.8.0",
"graphql-request": "^6.1.0",
"maplibre-gl": "^3.3.0",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-dom": "^18.2.0",
"react-map-gl": "^7.1.5"
"@googlemaps/polyline-codec": "1.0.28",
"bootstrap": "5.3.1",
"graphql": "16.8.0",
"graphql-request": "6.1.0",
"maplibre-gl": "3.3.0",
"react": "18.2.0",
"react-bootstrap": "2.8.0",
"react-dom": "18.2.0",
"react-map-gl": "7.1.5"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/client-preset": "4.1.0",
"@graphql-codegen/introspection": "4.0.0",
"@parcel/watcher": "^2.3.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.45.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"vite": "^4.4.5"
"@parcel/watcher": "2.3.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"@vitejs/plugin-react": "4.0.4",
"eslint": "8.48.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.3",
"prettier": "3.0.3",
"typescript": "5.2.2",
"vite": "4.4.9"
}
}

0 comments on commit 4edc9e6

Please sign in to comment.