Skip to content

Commit bb12269

Browse files
committed
Update PF version
1 parent d195a7a commit bb12269

File tree

3 files changed

+73
-131
lines changed

3 files changed

+73
-131
lines changed

.gitignore

Lines changed: 32 additions & 127 deletions
Original file line numberDiff line numberDiff line change
@@ -1,133 +1,38 @@
1-
# Logs
2-
logs
3-
*.log
4-
npm-debug.log*
5-
yarn-debug.log*
6-
yarn-error.log*
7-
lerna-debug.log*
8-
.pnpm-debug.log*
9-
10-
# Diagnostic reports (https://nodejs.org/api/report.html)
11-
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
12-
13-
# Runtime data
14-
pids
15-
*.pid
16-
*.seed
17-
*.pid.lock
18-
19-
# Directory for instrumented libs generated by jscoverage/JSCover
20-
lib-cov
21-
22-
# Coverage directory used by tools like istanbul
1+
# Javascript builds
2+
node_modules
3+
dist
4+
tsc_out
5+
.out
6+
.changelog
7+
.DS_Store
238
coverage
24-
*.lcov
25-
26-
# nyc test coverage
27-
.nyc_output
28-
29-
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
30-
.grunt
31-
32-
# Bower dependency directory (https://bower.io/)
33-
bower_components
34-
35-
# node-waf configuration
36-
.lock-wscript
37-
38-
# Compiled binary addons (https://nodejs.org/api/addons.html)
39-
build/Release
40-
41-
# Dependency directories
42-
node_modules/
43-
jspm_packages/
44-
45-
# Snowpack dependency directory (https://snowpack.dev/)
46-
web_modules/
47-
48-
# TypeScript cache
49-
*.tsbuildinfo
50-
51-
# Optional npm cache directory
52-
.npm
53-
54-
# Optional eslint cache
9+
.cache
10+
results
11+
.tmp
5512
.eslintcache
13+
generated
5614

5715
# Cypress cache
5816
.cypress-cache
5917

60-
# Optional stylelint cache
61-
.stylelintcache
62-
63-
# Microbundle cache
64-
.rpt2_cache/
65-
.rts2_cache_cjs/
66-
.rts2_cache_es/
67-
.rts2_cache_umd/
68-
69-
# Optional REPL history
70-
.node_repl_history
71-
72-
# Output of 'npm pack'
73-
*.tgz
74-
75-
# Yarn Integrity file
76-
.yarn-integrity
77-
78-
# dotenv environment variable files
79-
.env
80-
.env.development.local
81-
.env.test.local
82-
.env.production.local
83-
.env.local
84-
85-
# parcel-bundler cache (https://parceljs.org/)
86-
.cache
87-
.parcel-cache
88-
89-
# Next.js build output
90-
.next
91-
out
92-
93-
# Nuxt.js build / generate output
94-
.nuxt
95-
dist
96-
97-
# Gatsby files
98-
.cache/
99-
# Comment in the public line in if your project uses Gatsby and not Next.js
100-
# https://nextjs.org/blog/next-9-1#public-directory-support
101-
# public
102-
103-
# vuepress build output
104-
.vuepress/dist
105-
106-
# vuepress v2.x temp and cache directory
107-
.temp
108-
.cache
109-
110-
# Docusaurus cache and generated files
111-
.docusaurus
112-
113-
# Serverless directories
114-
.serverless/
115-
116-
# FuseBox cache
117-
.fusebox/
118-
119-
# DynamoDB Local files
120-
.dynamodb/
121-
122-
# TernJS port file
123-
.tern-port
124-
125-
# Stores VSCode versions used for testing VSCode extensions
126-
.vscode-test
127-
128-
# yarn v2
129-
.yarn/cache
130-
.yarn/unplugged
131-
.yarn/build-state.yml
132-
.yarn/install-state.gz
133-
.pnp.*
18+
# package managers
19+
lerna-debug.log
20+
21+
# IDEs and editors
22+
.idea
23+
.project
24+
.classpath
25+
.c9
26+
*.launch
27+
.settings
28+
*.sublime-workspace
29+
.history
30+
.vscode
31+
.yo-rc.json
32+
33+
# IDE - VSCode
34+
.vscode
35+
# For vim
36+
*.swp
37+
38+
public

package-lock.json

Lines changed: 39 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/module/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@
3131
"tag": "prerelease"
3232
},
3333
"dependencies": {
34-
"@patternfly/react-core": "^6.0.0-alpha.50",
34+
"@patternfly/react-core": "^6.0.0-alpha.55",
3535
"@patternfly/react-icons": "^6.0.0-alpha.20",
36+
"@patternfly/react-table": "^6.0.0-alpha.55",
3637
"react-jss": "^10.10.0",
3738
"clsx": "^2.1.1"
3839
},

0 commit comments

Comments
 (0)