Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove needless nprogress plugin #613

Merged
merged 1 commit into from
Jan 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions apps/events-helsinki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
"next": "13.4.7",
"next-i18next": "14.0.0",
"next-with-apollo": "^5.3.0",
"nprogress": "^0.2.0",
"postcss": "^8.4.21",
"query-string": "^7.1.1",
"react": "^18.2.0",
Expand Down Expand Up @@ -104,7 +103,6 @@
"@types/jest": "^29.5.2",
"@types/jest-axe": "^3.5.5",
"@types/node": "20.3.2",
"@types/nprogress": "^0.2.0",
"@types/react": "18.2.14",
"@types/react-datepicker": "^4.11.2",
"@types/react-dom": "18.2.6",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { ApolloProvider as BaseApolloProvider } from '@apollo/client';
import 'nprogress/nprogress.css';
import {
ApolloErrorNotification,
useApolloErrorHandler,
Expand Down
1 change: 0 additions & 1 deletion apps/events-helsinki/src/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'nprogress/nprogress.css';
import type { NavigationProviderProps } from '@events-helsinki/components';
import {
useLocale,
Expand Down
2 changes: 0 additions & 2 deletions apps/hobbies-helsinki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
"next": "13.4.7",
"next-i18next": "14.0.0",
"next-with-apollo": "^5.3.0",
"nprogress": "^0.2.0",
"postcss": "^8.4.21",
"query-string": "^7.1.1",
"react": "^18.2.0",
Expand Down Expand Up @@ -104,7 +103,6 @@
"@types/jest": "^29.5.2",
"@types/jest-axe": "^3.5.5",
"@types/node": "20.3.2",
"@types/nprogress": "^0.2.0",
"@types/react": "18.2.14",
"@types/react-datepicker": "^4.11.2",
"@types/react-dom": "18.2.6",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { ApolloProvider as BaseApolloProvider } from '@apollo/client';
import 'nprogress/nprogress.css';
import {
ApolloErrorNotification,
useApolloErrorHandler,
Expand Down
1 change: 0 additions & 1 deletion apps/hobbies-helsinki/src/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'nprogress/nprogress.css';
import type { NavigationProviderProps } from '@events-helsinki/components';
import {
useLocale,
Expand Down
2 changes: 0 additions & 2 deletions apps/sports-helsinki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
"next": "13.4.7",
"next-i18next": "14.0.0",
"next-with-apollo": "^5.3.0",
"nprogress": "^0.2.0",
"postcss": "^8.4.21",
"query-string": "^7.1.1",
"react": "^18.2.0",
Expand Down Expand Up @@ -114,7 +113,6 @@
"@types/jest": "^29.5.2",
"@types/jest-axe": "^3.5.5",
"@types/node": "20.3.2",
"@types/nprogress": "^0.2.0",
"@types/react": "18.2.14",
"@types/react-datepicker": "^4.11.2",
"@types/react-dom": "18.2.6",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { ApolloProvider as BaseApolloProvider } from '@apollo/client';
import 'nprogress/nprogress.css';
import {
ApolloErrorNotification,
useApolloErrorHandler,
Expand Down
1 change: 0 additions & 1 deletion apps/sports-helsinki/src/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'nprogress/nprogress.css';
import type { NavigationProviderProps } from '@events-helsinki/components';
import {
useLocale,
Expand Down
2 changes: 0 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
"lodash": "4.17.21",
"next": "13.4.7",
"next-i18next": "14.0.0",
"nprogress": "^0.2.0",
"postcss": "^8.4.21",
"query-string": "^7.1.1",
"react": "^18.2.0",
Expand Down Expand Up @@ -132,7 +131,6 @@
"@types/jest-axe": "^3.5.5",
"@types/leaflet": "1.9.3",
"@types/node": "20.3.2",
"@types/nprogress": "^0.2.0",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react-leaflet-markercluster": "3.0.1",
Expand Down
1 change: 0 additions & 1 deletion packages/components/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ function buildConfig() {
'lodash/startCase',
'next',
'next-i18next',
'nprogress',
'react',
'react-content-loader',
'react-datepicker',
Expand Down
1 change: 0 additions & 1 deletion packages/components/src/app/BaseApp.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import type { createInstance as createMatomoInstance } from '@jonkoops/matomo-tracker-react';
import { MatomoProvider } from '@jonkoops/matomo-tracker-react';
import 'nprogress/nprogress.css';

import dynamic from 'next/dynamic';
import type { SSRConfig } from 'next-i18next';
Expand Down
22 changes: 0 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3265,7 +3265,6 @@ __metadata:
"@types/jest-axe": "npm:^3.5.5"
"@types/leaflet": "npm:1.9.3"
"@types/node": "npm:20.3.2"
"@types/nprogress": "npm:^0.2.0"
"@types/react": "npm:18.2.14"
"@types/react-datepicker": "npm:^4.11.2"
"@types/react-dom": "npm:18.2.6"
Expand Down Expand Up @@ -3318,7 +3317,6 @@ __metadata:
next-i18next: "npm:14.0.0"
next-router-mock: "npm:^0.7.4"
npm-run-all: "npm:4.1.5"
nprogress: "npm:^0.2.0"
path: "npm:0.12.7"
postcss: "npm:^8.4.21"
prettier: "npm:^2.8.8"
Expand Down Expand Up @@ -8212,13 +8210,6 @@ __metadata:
languageName: node
linkType: hard

"@types/nprogress@npm:^0.2.0":
version: 0.2.0
resolution: "@types/nprogress@npm:0.2.0"
checksum: 3ebd9a2df17b3cc06fefb86fb145545580e500753ce004410b9009db6fe1c700f0305f16f09a5c7940f78e27f1a62964d3b34ce6d3a59ff649d319a00ff1ac84
languageName: node
linkType: hard

"@types/object-path@npm:^0.11.1":
version: 0.11.1
resolution: "@types/object-path@npm:0.11.1"
Expand Down Expand Up @@ -13976,7 +13967,6 @@ __metadata:
"@types/jsdom": "npm:21.1.1"
"@types/lodash": "npm:^4.14.195"
"@types/node": "npm:20.3.2"
"@types/nprogress": "npm:^0.2.0"
"@types/react": "npm:18.2.14"
"@types/react-datepicker": "npm:^4.11.2"
"@types/react-dom": "npm:18.2.6"
Expand Down Expand Up @@ -14032,7 +14022,6 @@ __metadata:
next-i18next: "npm:14.0.0"
next-router-mock: "npm:^0.7.4"
next-with-apollo: "npm:^5.3.0"
nprogress: "npm:^0.2.0"
picocolors: "npm:1.0.0"
postcss: "npm:^8.4.21"
postcss-flexbugs-fixes: "npm:5.0.2"
Expand Down Expand Up @@ -15853,7 +15842,6 @@ __metadata:
"@types/jsdom": "npm:21.1.1"
"@types/lodash": "npm:^4.14.195"
"@types/node": "npm:20.3.2"
"@types/nprogress": "npm:^0.2.0"
"@types/react": "npm:18.2.14"
"@types/react-datepicker": "npm:^4.11.2"
"@types/react-dom": "npm:18.2.6"
Expand Down Expand Up @@ -15909,7 +15897,6 @@ __metadata:
next-i18next: "npm:14.0.0"
next-router-mock: "npm:^0.7.4"
next-with-apollo: "npm:^5.3.0"
nprogress: "npm:^0.2.0"
picocolors: "npm:1.0.0"
postcss: "npm:^8.4.21"
postcss-flexbugs-fixes: "npm:5.0.2"
Expand Down Expand Up @@ -20661,13 +20648,6 @@ __metadata:
languageName: node
linkType: hard

"nprogress@npm:^0.2.0":
version: 0.2.0
resolution: "nprogress@npm:0.2.0"
checksum: 8b0fdb19bf9254efeb084b89a5aa53855036c83ac434b8e96eef8b39c536a70a71900f7cb85a30305eebde9621184cd138c40ca26ef5774a1b027ac4f62c9f61
languageName: node
linkType: hard

"nth-check@npm:^2.0.1":
version: 2.1.1
resolution: "nth-check@npm:2.1.1"
Expand Down Expand Up @@ -25069,7 +25049,6 @@ __metadata:
"@types/jsdom": "npm:21.1.1"
"@types/lodash": "npm:^4.14.195"
"@types/node": "npm:20.3.2"
"@types/nprogress": "npm:^0.2.0"
"@types/react": "npm:18.2.14"
"@types/react-datepicker": "npm:^4.11.2"
"@types/react-dom": "npm:18.2.6"
Expand Down Expand Up @@ -25128,7 +25107,6 @@ __metadata:
next-i18next: "npm:14.0.0"
next-router-mock: "npm:^0.7.4"
next-with-apollo: "npm:^5.3.0"
nprogress: "npm:^0.2.0"
picocolors: "npm:1.0.0"
postcss: "npm:^8.4.21"
postcss-flexbugs-fixes: "npm:5.0.2"
Expand Down
Loading