Skip to content

Commit c719607

Browse files
committed
Upgrade dev dependencies
1 parent fac1d8e commit c719607

File tree

2 files changed

+3
-37
lines changed

2 files changed

+3
-37
lines changed

.gitignore

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,7 @@
1212
### JetBrains template
1313
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
1414
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
15-
16-
# User-specific stuff
17-
.idea/**/workspace.xml
18-
.idea/**/tasks.xml
19-
.idea/**/usage.statistics.xml
20-
.idea/**/dictionaries
21-
.idea/**/shelf
22-
23-
# Generated files
24-
.idea/**/contentModel.xml
25-
26-
# Sensitive or high-churn files
27-
.idea/**/dataSources/
28-
.idea/**/dataSources.ids
29-
.idea/**/dataSources.local.xml
30-
.idea/**/sqlDataSources.xml
31-
.idea/**/dynamic.xml
32-
.idea/**/uiDesigner.xml
33-
.idea/**/dbnavigator.xml
34-
35-
# Gradle
36-
.idea/**/gradle.xml
37-
.idea/**/libraries
15+
.idea/
3816

3917
# Gradle and Maven with auto-import
4018
# When using Gradle or Maven with auto-import, you should exclude module files,
@@ -52,9 +30,6 @@
5230
# CMake
5331
cmake-build-*/
5432

55-
# Mongo Explorer plugin
56-
.idea/**/mongoSettings.xml
57-
5833
# File-based project format
5934
*.iws
6035

@@ -67,21 +42,12 @@ out/
6742
# JIRA plugin
6843
atlassian-ide-plugin.xml
6944

70-
# Cursive Clojure plugin
71-
.idea/replstate.xml
72-
7345
# Crashlytics plugin (for Android Studio and IntelliJ)
7446
com_crashlytics_export_strings.xml
7547
crashlytics.properties
7648
crashlytics-build.properties
7749
fabric.properties
7850

79-
# Editor-based Rest Client
80-
.idea/httpRequests
81-
82-
# Android studio 3.1+ serialized cache file
83-
.idea/caches/build_file_checksums.ser
84-
8551
### Dart template
8652
# See https://www.dartlang.org/guides/libraries/private-files
8753

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ dependencies:
1818
ninja: ^3.0.8
1919

2020
dev_dependencies:
21-
lints: ^2.0.0
22-
test: ^1.20.1
21+
lints: ^2.0.1
22+
test: ^1.22.2
2323

2424
false_secrets:
2525
- /example/client.pem

0 commit comments

Comments
 (0)