File tree Expand file tree Collapse file tree 10 files changed +20
-20
lines changed
app-config-react-native-transformer
app-config-webpack-plugin
test-webpack-projects/query-parameter-overrides Expand file tree Collapse file tree 10 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lcdev/app-config-inject" ,
3
3
"description" : " Runtime injection of app-config into static HTML files" ,
4
- "version" : " 2.0.0-rc.10 " ,
4
+ "version" : " 2.0.0" ,
5
5
"license" : " MPL-2.0" ,
6
6
"author" : {
7
7
"name" : " Launchcode" ,
34
34
"prepublishOnly" : " yarn clean && yarn build && yarn build:es"
35
35
},
36
36
"dependencies" : {
37
- "@lcdev/app-config" : " 2.0.0-rc.10 " ,
37
+ "@lcdev/app-config" : " 2" ,
38
38
"node-html-parser" : " 1" ,
39
39
"yargs" : " 16"
40
40
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lcdev/react-native-app-config-transformer" ,
3
3
"description" : " React Native Metro transformer that loads your app-config values into bundles statically" ,
4
- "version" : " 2.0.0-rc.10 " ,
4
+ "version" : " 2.0.0" ,
5
5
"license" : " MPL-2.0" ,
6
6
"author" : {
7
7
"name" : " Launchcode" ,
33
33
"semver" : " 7"
34
34
},
35
35
"peerDependencies" : {
36
- "@lcdev/app-config" : " 2.0.0-rc.10 " ,
36
+ "@lcdev/app-config" : " 2" ,
37
37
"react-native" : " >=0.45.0"
38
38
},
39
39
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @app-config/vault" ,
3
3
"description" : " Hashicorp Vault support for App Config" ,
4
- "version" : " 2.0.0-rc.10 " ,
4
+ "version" : " 2.0.0" ,
5
5
"license" : " MPL-2.0" ,
6
6
"author" : {
7
7
"name" : " Launchcode" ,
35
35
"node-vault" : " 0.9"
36
36
},
37
37
"peerDependencies" : {
38
- "@lcdev/app-config" : " 2.0.0-rc.10 "
38
+ "@lcdev/app-config" : " 2"
39
39
},
40
40
"devDependencies" : {
41
- "@lcdev/app-config" : " 2.0.0-rc.10 "
41
+ "@lcdev/app-config" : " 2"
42
42
},
43
43
"prettier" : " @lcdev/prettier" ,
44
44
"jest" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lcdev/app-config-webpack-plugin" ,
3
3
"description" : " Webpack plugin that loads your app-config values into bundles statically" ,
4
- "version" : " 2.0.0-rc.10 " ,
4
+ "version" : " 2.0.0" ,
5
5
"license" : " MPL-2.0" ,
6
6
"author" : {
7
7
"name" : " Launchcode" ,
34
34
"loader-utils" : " 2"
35
35
},
36
36
"peerDependencies" : {
37
- "@lcdev/app-config" : " 1 || 2 || 2.0.0-rc.10 " ,
37
+ "@lcdev/app-config" : " 1 || 2" ,
38
38
"ajv" : " 7" ,
39
39
"html-webpack-plugin" : " 4" ,
40
40
"webpack" : " 4"
41
41
},
42
42
"devDependencies" : {
43
- "@lcdev/app-config" : " 1 || 2 || 2.0.0-rc.10 " ,
43
+ "@lcdev/app-config" : " 1 || 2" ,
44
44
"@types/loader-utils" : " 1" ,
45
45
"html-webpack-plugin" : " 4" ,
46
46
"webpack" : " 4"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lcdev/app-config" ,
3
3
"description" : " Easy to use configuration loader with schema validation" ,
4
- "version" : " 2.0.0-rc.10 " ,
4
+ "version" : " 2.0.0" ,
5
5
"license" : " MPL-2.0" ,
6
6
"author" : {
7
7
"name" : " Launchcode" ,
Original file line number Diff line number Diff line change 13
13
"test" : " echo"
14
14
},
15
15
"dependencies" : {
16
- "@lcdev/app-config" : " 2.0.0-rc.10 "
16
+ "@lcdev/app-config" : " 2"
17
17
},
18
18
"devDependencies" : {
19
19
"@lcdev/tsconfig" : " 0.2" ,
Original file line number Diff line number Diff line change 12
12
"test" : " echo"
13
13
},
14
14
"dependencies" : {
15
- "@lcdev/app-config" : " 2.0.0-rc.10 " ,
15
+ "@lcdev/app-config" : " 2" ,
16
16
"ajv" : " 7"
17
17
},
18
18
"devDependencies" : {
19
- "@lcdev/app-config-webpack-plugin" : " 2.0.0-rc.10 " ,
19
+ "@lcdev/app-config-webpack-plugin" : " 2" ,
20
20
"@lcdev/tsconfig" : " 0.2" ,
21
21
"cross-env" : " 7" ,
22
22
"cypress" : " 6" ,
Original file line number Diff line number Diff line change 16
16
"test" : " echo"
17
17
},
18
18
"dependencies" : {
19
- "@lcdev/app-config" : " 2.0.0-rc.10 " ,
19
+ "@lcdev/app-config" : " 2" ,
20
20
"fastify" : " 3"
21
21
},
22
22
"devDependencies" : {
Original file line number Diff line number Diff line change 17
17
"test" : " echo"
18
18
},
19
19
"dependencies" : {
20
- "@lcdev/app-config" : " 2.0.0-rc.10 " ,
20
+ "@lcdev/app-config" : " 2" ,
21
21
"expo" : " 39" ,
22
22
"expo-status-bar" : " 1" ,
23
23
"react" : " 16" ,
26
26
},
27
27
"devDependencies" : {
28
28
"@babel/core" : " 7" ,
29
- "@lcdev/app-config" : " 2.0.0-rc.10 " ,
30
- "@lcdev/react-native-app-config-transformer" : " 2.0.0-rc.10 " ,
29
+ "@lcdev/app-config" : " 2" ,
30
+ "@lcdev/react-native-app-config-transformer" : " 2" ,
31
31
"@lcdev/tsconfig" : " 0.1" ,
32
32
"@types/react" : " 16" ,
33
33
"@types/react-native" : " 0.63" ,
Original file line number Diff line number Diff line change 13
13
"test" : " echo"
14
14
},
15
15
"dependencies" : {
16
- "@lcdev/app-config" : " 2.0.0-rc.10 " ,
16
+ "@lcdev/app-config" : " 2" ,
17
17
"ajv" : " 7" ,
18
18
"lodash.merge" : " ^4.6.2"
19
19
},
20
20
"devDependencies" : {
21
- "@lcdev/app-config-webpack-plugin" : " 2.0.0-rc.10 " ,
21
+ "@lcdev/app-config-webpack-plugin" : " 2" ,
22
22
"@lcdev/tsconfig" : " 0.2" ,
23
23
"cross-env" : " 7" ,
24
24
"cypress" : " 6" ,
You can’t perform that action at this time.
0 commit comments