Skip to content

Commit 3e233dd

Browse files

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

packages/pug-filters/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pug-filters",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Code for processing filters in pug templates",
55
"keywords": [
66
"pug"
@@ -10,7 +10,7 @@
1010
"constantinople": "^3.0.1",
1111
"jstransformer": "1.0.0",
1212
"pug-error": "^1.3.2",
13-
"pug-walk": "^1.1.6",
13+
"pug-walk": "^1.1.7",
1414
"resolve": "^1.1.6",
1515
"uglify-js": "^2.6.1"
1616
},
@@ -23,8 +23,8 @@
2323
"jstransformer-stylus": "^1.0.0",
2424
"jstransformer-uglify-js": "^1.1.1",
2525
"pug-lexer": "^4.0.0",
26-
"pug-load": "^2.0.10",
27-
"pug-parser": "^4.0.1"
26+
"pug-load": "^2.0.11",
27+
"pug-parser": "^5.0.0"
2828
},
2929
"repository": {
3030
"type": "git",

packages/pug-linker/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "pug-linker",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
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.6"
10+
"pug-walk": "^1.1.7"
1111
},
1212
"devDependencies": {
1313
"pug-lexer": "^4.0.0",
14-
"pug-load": "^2.0.10",
15-
"pug-parser": "^4.0.1"
14+
"pug-load": "^2.0.11",
15+
"pug-parser": "^5.0.0"
1616
},
1717
"repository": {
1818
"type": "git",

packages/pug-load/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "pug-load",
3-
"version": "2.0.10",
3+
"version": "2.0.11",
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.6"
10+
"pug-walk": "^1.1.7"
1111
},
1212
"devDependencies": {
1313
"pug-lexer": "^4.0.0",
14-
"pug-parser": "^4.0.1"
14+
"pug-parser": "^5.0.0"
1515
},
1616
"repository": {
1717
"type": "git",

packages/pug-parser/package.json

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

packages/pug-walk/package.json

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

packages/pug/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pug",
33
"description": "A clean, whitespace-sensitive template language for writing HTML",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"author": "TJ Holowaychuk <[email protected]>",
66
"maintainers": [
77
"Forbes Lindesay <[email protected]>",
@@ -21,11 +21,11 @@
2121
"main": "lib",
2222
"dependencies": {
2323
"pug-code-gen": "^2.0.1",
24-
"pug-filters": "^3.0.0",
24+
"pug-filters": "^3.0.1",
2525
"pug-lexer": "^4.0.0",
26-
"pug-linker": "^3.0.4",
27-
"pug-load": "^2.0.10",
28-
"pug-parser": "^4.0.1",
26+
"pug-linker": "^3.0.5",
27+
"pug-load": "^2.0.11",
28+
"pug-parser": "^5.0.0",
2929
"pug-runtime": "^2.0.4",
3030
"pug-strip-comments": "^1.0.3"
3131
},

0 commit comments

Comments
 (0)