Skip to content

File tree

12 files changed

+42
-42
lines changed

12 files changed

+42
-42
lines changed

packages/pug-attrs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "pug-attrs",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Generate code for Pug attributes",
55
"keywords": [
66
"pug"
77
],
88
"dependencies": {
99
"constantinople": "^3.0.1",
1010
"js-stringify": "^1.0.1",
11-
"pug-runtime": "^2.0.4"
11+
"pug-runtime": "^2.0.5"
1212
},
1313
"files": [
1414
"index.js"

packages/pug-code-gen/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pug-code-gen",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Default code-generator for pug. It generates HTML via a JavaScript template function.",
55
"keywords": [
66
"pug"
@@ -9,9 +9,9 @@
99
"constantinople": "^3.1.2",
1010
"doctypes": "^1.1.0",
1111
"js-stringify": "^1.0.1",
12-
"pug-attrs": "^2.0.3",
13-
"pug-error": "^1.3.2",
14-
"pug-runtime": "^2.0.4",
12+
"pug-attrs": "^2.0.4",
13+
"pug-error": "^1.3.3",
14+
"pug-runtime": "^2.0.5",
1515
"void-elements": "^2.0.1",
1616
"with": "^5.0.0"
1717
},

packages/pug-error/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pug-error",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "Standard error objects for pug",
55
"keywords": [
66
"pug"

packages/pug-filters/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pug-filters",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Code for processing filters in pug templates",
55
"keywords": [
66
"pug"
@@ -9,8 +9,8 @@
99
"clean-css": "^4.1.11",
1010
"constantinople": "^3.0.1",
1111
"jstransformer": "1.0.0",
12-
"pug-error": "^1.3.2",
13-
"pug-walk": "^1.1.7",
12+
"pug-error": "^1.3.3",
13+
"pug-walk": "^1.1.8",
1414
"resolve": "^1.1.6",
1515
"uglify-js": "^2.6.1"
1616
},
@@ -22,9 +22,9 @@
2222
"jstransformer-markdown-it": "^1.0.0",
2323
"jstransformer-stylus": "^1.0.0",
2424
"jstransformer-uglify-js": "^1.1.1",
25-
"pug-lexer": "^4.0.0",
26-
"pug-load": "^2.0.11",
27-
"pug-parser": "^5.0.0"
25+
"pug-lexer": "^4.1.0",
26+
"pug-load": "^2.0.12",
27+
"pug-parser": "^5.0.1"
2828
},
2929
"files": [
3030
"lib/handle-filters.js",

packages/pug-lexer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "pug-lexer",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "The pug lexer (takes a string and converts it to an array of tokens)",
55
"keywords": [
66
"pug"
77
],
88
"dependencies": {
99
"character-parser": "^2.1.1",
1010
"is-expression": "^3.0.0",
11-
"pug-error": "^1.3.2"
11+
"pug-error": "^1.3.3"
1212
},
1313
"devDependencies": {
1414
"acorn": "^3.0.4"

packages/pug-linker/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "pug-linker",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
44
"description": "Link multiple pug ASTs together using include/extends",
55
"keywords": [
66
"pug"
77
],
88
"dependencies": {
9-
"pug-error": "^1.3.2",
10-
"pug-walk": "^1.1.7"
9+
"pug-error": "^1.3.3",
10+
"pug-walk": "^1.1.8"
1111
},
1212
"devDependencies": {
13-
"pug-lexer": "^4.0.0",
14-
"pug-load": "^2.0.11",
15-
"pug-parser": "^5.0.0"
13+
"pug-lexer": "^4.1.0",
14+
"pug-load": "^2.0.12",
15+
"pug-parser": "^5.0.1"
1616
},
1717
"files": [
1818
"index.js"

packages/pug-load/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "pug-load",
3-
"version": "2.0.11",
3+
"version": "2.0.12",
44
"description": "The Pug loader is responsible for loading the depenendencies of a given Pug file.",
55
"keywords": [
66
"pug"
77
],
88
"dependencies": {
99
"object-assign": "^4.1.0",
10-
"pug-walk": "^1.1.7"
10+
"pug-walk": "^1.1.8"
1111
},
1212
"devDependencies": {
13-
"pug-lexer": "^4.0.0",
14-
"pug-parser": "^5.0.0"
13+
"pug-lexer": "^4.1.0",
14+
"pug-parser": "^5.0.1"
1515
},
1616
"files": [
1717
"index.js"

packages/pug-parser/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "pug-parser",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "The pug parser (takes an array of tokens and converts it to an abstract syntax tree)",
55
"keywords": [
66
"pug"
77
],
88
"dependencies": {
9-
"pug-error": "^1.3.2",
9+
"pug-error": "^1.3.3",
1010
"token-stream": "0.0.1"
1111
},
1212
"devDependencies": {

packages/pug-runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pug-runtime",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "The runtime components for the pug templating language",
55
"keywords": [
66
"pug"

packages/pug-strip-comments/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "pug-strip-comments",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Strip comments from a Pug token stream (from the lexer)",
55
"keywords": [
66
"pug"
77
],
88
"dependencies": {
9-
"pug-error": "^1.3.2"
9+
"pug-error": "^1.3.3"
1010
},
1111
"devDependencies": {
1212
"line-json": "^1.0.0"

packages/pug-walk/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "pug-walk",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"description": "Walk and transform a pug AST",
55
"keywords": [
66
"pug"
77
],
88
"devDependencies": {
9-
"pug-lexer": "^4.0.0",
10-
"pug-parser": "^5.0.0"
9+
"pug-lexer": "^4.1.0",
10+
"pug-parser": "^5.0.1"
1111
},
1212
"files": [
1313
"index.js"

packages/pug/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"pug",
88
"template"
99
],
10-
"version": "2.0.3",
10+
"version": "2.0.4",
1111
"author": "TJ Holowaychuk <[email protected]>",
1212
"maintainers": [
1313
"Forbes Lindesay <[email protected]>",
@@ -26,14 +26,14 @@
2626
},
2727
"main": "lib",
2828
"dependencies": {
29-
"pug-code-gen": "^2.0.1",
30-
"pug-filters": "^3.1.0",
31-
"pug-lexer": "^4.0.0",
32-
"pug-linker": "^3.0.5",
33-
"pug-load": "^2.0.11",
34-
"pug-parser": "^5.0.0",
35-
"pug-runtime": "^2.0.4",
36-
"pug-strip-comments": "^1.0.3"
29+
"pug-code-gen": "^2.0.2",
30+
"pug-filters": "^3.1.1",
31+
"pug-lexer": "^4.1.0",
32+
"pug-linker": "^3.0.6",
33+
"pug-load": "^2.0.12",
34+
"pug-parser": "^5.0.1",
35+
"pug-runtime": "^2.0.5",
36+
"pug-strip-comments": "^1.0.4"
3737
},
3838
"devDependencies": {
3939
"jstransformer-cdata": "^1.0.0",

0 commit comments

Comments
 (0)