Skip to content

File tree

11 files changed

+37
-39
lines changed

11 files changed

+37
-39
lines changed

packages/pug-attrs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "pug-attrs",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Generate code for Pug attributes",
55
"keywords": [
66
"pug"
77
],
88
"dependencies": {
99
"constantinople": "^3.0.1",
10-
"pug-runtime": "^2.0.3",
11-
"js-stringify": "^1.0.1"
10+
"js-stringify": "^1.0.1",
11+
"pug-runtime": "^2.0.4"
1212
},
1313
"repository": {
1414
"type": "git",

packages/pug-code-gen/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pug-code-gen",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
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.0.1",
1010
"doctypes": "^1.1.0",
1111
"js-stringify": "^1.0.1",
12-
"pug-attrs": "^2.0.2",
12+
"pug-attrs": "^2.0.3",
1313
"pug-error": "^1.3.2",
14-
"pug-runtime": "^2.0.3",
14+
"pug-runtime": "^2.0.4",
1515
"void-elements": "^2.0.1",
1616
"with": "^5.0.0"
1717
},

packages/pug-filters/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "pug-filters",
3-
"version": "2.1.5",
3+
"version": "3.0.0",
44
"description": "Code for processing filters in pug templates",
55
"keywords": [
66
"pug"
77
],
88
"dependencies": {
99
"clean-css": "^3.3.0",
1010
"constantinople": "^3.0.1",
11-
"pug-error": "^1.3.2",
12-
"pug-walk": "^1.1.5",
1311
"jstransformer": "1.0.0",
12+
"pug-error": "^1.3.2",
13+
"pug-walk": "^1.1.6",
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": "^3.1.0",
26-
"pug-load": "^2.0.9",
27-
"pug-parser": "^4.0.0"
25+
"pug-lexer": "^4.0.0",
26+
"pug-load": "^2.0.10",
27+
"pug-parser": "^4.0.1"
2828
},
2929
"repository": {
3030
"type": "git",

packages/pug-lexer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pug-lexer",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"description": "The pug lexer (takes a string and converts it to an array of tokens)",
55
"keywords": [
66
"pug"

packages/pug-linker/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "pug-linker",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Link multiple pug ASTs together using include/extends",
55
"keywords": [
66
"pug"
77
],
88
"dependencies": {
99
"pug-error": "^1.3.2",
10-
"pug-walk": "^1.1.5"
10+
"pug-walk": "^1.1.6"
1111
},
1212
"devDependencies": {
13-
"pug-lexer": "^3.1.0",
14-
"pug-load": "^2.0.9",
15-
"pug-parser": "^4.0.0"
13+
"pug-lexer": "^4.0.0",
14+
"pug-load": "^2.0.10",
15+
"pug-parser": "^4.0.1"
1616
},
1717
"repository": {
1818
"type": "git",

packages/pug-load/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "pug-load",
3-
"version": "2.0.9",
3+
"version": "2.0.10",
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.5"
10+
"pug-walk": "^1.1.6"
1111
},
1212
"devDependencies": {
13-
"pug-lexer": "^3.1.0",
14-
"pug-parser": "^4.0.0"
13+
"pug-lexer": "^4.0.0",
14+
"pug-parser": "^4.0.1"
1515
},
1616
"repository": {
1717
"type": "git",

packages/pug-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pug-parser",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "The pug parser (takes an array of tokens and converts it to an abstract syntax tree)",
55
"keywords": [
66
"pug"

packages/pug-runtime/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"name": "pug-runtime",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "The runtime components for the pug templating language",
55
"keywords": [
66
"pug"
77
],
8-
"dependencies": {},
98
"devDependencies": {
109
"uglify-js": "^2.6.1"
1110
},

packages/pug-strip-comments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pug-strip-comments",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Strip comments from a Pug token stream (from the lexer)",
55
"keywords": [
66
"pug"

packages/pug-walk/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"name": "pug-walk",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description": "Walk and transform a pug AST",
55
"keywords": [
66
"pug"
77
],
8-
"dependencies": {},
98
"devDependencies": {
10-
"pug-lexer": "^3.1.0",
11-
"pug-parser": "^4.0.0"
9+
"pug-lexer": "^4.0.0",
10+
"pug-parser": "^4.0.1"
1211
},
1312
"files": [
1413
"index.js"

0 commit comments

Comments
 (0)