Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Riegler committed Sep 18, 2023
1 parent a99c15b commit 2c9bac3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
4 changes: 2 additions & 2 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
include: package:pedantic/analysis_options.yaml
include: package:lints/recommended.yaml

analyzer:
# exclude:
# - path/to/excluded/files/**

# Lint rules and documentation, see http://dart-lang.github.io/linter/lints
# Lint rules and documentation, see https://dart.dev/tools/linter-rules
linter:
rules:
- cancel_subscriptions
Expand Down
1 change: 0 additions & 1 deletion lib/spotify.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import 'dart:convert';

import 'package:http/http.dart' as http;
import 'package:oauth2/oauth2.dart' as oauth2;
import 'package:pedantic/pedantic.dart';
import 'package:spotify/spotify.dart';

import 'src/models/_models.dart';
Expand Down
2 changes: 1 addition & 1 deletion lib/src/models/_models.g.dart

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

16 changes: 8 additions & 8 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: spotify
description: An incomplete dart library for interfacing with the Spotify Web API.
version: 0.11.0
version: 0.12.0
homepage: https://github.com/rinukkusu/spotify-dart

environment:
sdk: '>=2.18.0 <3.0.0'
sdk: '>=2.18.0 <4.0.0'

dependencies:
http: ^0.13.3
json_annotation: ^4.8.0
http: ^1.1.0
json_annotation: ^4.8.1
oauth2: ^2.0.0
pedantic: ^1.11.0

dev_dependencies:
test: ^1.16.5
build_runner: ^2.0.3
json_serializable: ">=4.1.1 <7.0.0"
lints: ^2.1.1
test: ^1.24.6
build_runner: ^2.4.6
json_serializable: ">=6.7.1 <7.0.0"

0 comments on commit 2c9bac3

Please sign in to comment.